<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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|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="3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-04-24T00:00:00" End="2026-04-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>true</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="GB" 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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|VeturisSearch|successfull supplier interation||Veturis|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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-02-25T08:02:42.075614+00:00" Version="0" EchoToken="Search" TransactionIdentifier="3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="31.00" OriginalAmount="31.00">
      <BasicPropertyInfo Latitude="51.475777" Longitude="-0.037176" StarRating="2" HotelCode="170193|new_cross_inn_hostel" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located only some 5 minutes' walk from New Cross Station, Goldsmiths College and The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33" OriginalAmount="33">
      <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>
        <HotelDescription>&lt;br/&gt;This hostel is located only some 5 minutes' walk from New Cross Station, Goldsmiths College and The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.00" OriginalAmount="37.00">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|travelodge_london_heathrow_central" HotelName="Travelodge London Heathrow Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is 1,5 km from the Hounslow West tube station and 3 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="37.84" OriginalAmount="37.84">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|145540" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of Lo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38" OriginalAmount="38">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is 1,5 km from the Hounslow West tube station and 3 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.00" OriginalAmount="38.00">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|britannia_inn_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="38.45" OriginalAmount="38.45">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|383499" HotelName="Travelodge London Heathrow Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is 1,5 km from the Hounslow West tube station and 3 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39" OriginalAmount="39">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.00" OriginalAmount="39.00">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|woodlands_lodge_ilford" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.00" OriginalAmount="39.00">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|the_old_oak_tree_inn" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.22" OriginalAmount="40.22">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|578416" HotelName="Woodlands Lodge Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.00" OriginalAmount="41.00">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|park_hotel_ilford" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="41.48" OriginalAmount="41.48">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|806110" HotelName="Old Oak Tree Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 05/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.77" OriginalAmount="41.77">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|2265785" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42" OriginalAmount="42">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42" OriginalAmount="42">
      <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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.00" OriginalAmount="42.00">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|lucky_8_hotel" HotelName="Lucky 8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.82" OriginalAmount="42.82">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|609005" HotelName="Cranbrook" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.00" OriginalAmount="43.00">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2.5" HotelCode="502934|easyhotel_croydon" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.06" OriginalAmount="43.06">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|453161" HotelName="Lucky 8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|167950" HotelName="Woodlands Lodge Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.00" OriginalAmount="44.00">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|cranbrook_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.00" OriginalAmount="44.00">
      <BasicPropertyInfo Latitude="51.5508762" Longitude="0.07421761" StarRating="0" HotelCode="958822|premierlux_serviced_apartments" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.44" OriginalAmount="44.44">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|145543" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.92" OriginalAmount="44.92">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|608795" HotelName="Park Hotel Ilford" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45" OriginalAmount="45">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45" OriginalAmount="45">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.00" OriginalAmount="45.00">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|travelodge_london_kingston_upon_thames_3" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="45.44" OriginalAmount="45.44">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|145403" HotelName="Park Hotel Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46" OriginalAmount="46">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46" OriginalAmount="46">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|169512" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47" OriginalAmount="47">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|37498" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.00" OriginalAmount="47.00">
      <BasicPropertyInfo Latitude="51.534944" Longitude="0.070981" StarRating="2" HotelCode="53449|ibis_budget_london_barking" HotelName="ibis budget London Barking" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.00" OriginalAmount="47.00">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|journeys_greenwich_west_hostel" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.39" OriginalAmount="47.39">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|346405" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48" OriginalAmount="48">
      <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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.00" OriginalAmount="48.00">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|ramada_london_north_m1_2" HotelName="Ramada London North M1" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.00" OriginalAmount="48.00">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|central_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="48.11" OriginalAmount="48.11">
      <BasicPropertyInfo Latitude="51.5508762" Longitude="0.07421761" StarRating="3" HotelCode="958822|666883" HotelName="Premier Lux Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.27" OriginalAmount="48.27">
      <BasicPropertyInfo Latitude="51.557313" Longitude="0.07302" StarRating="2" HotelCode="114929|2422595" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.66" OriginalAmount="48.66">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|1062028" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.00" OriginalAmount="49.00">
      <BasicPropertyInfo Latitude="51.471743585025" Longitude="-0.38179372023774" StarRating="2" HotelCode="147716|the_firs_lodge_hotel" HotelName="The Firs Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area just a few hundred metres from Hounslow West underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="49.25" OriginalAmount="49.25">
      <BasicPropertyInfo Latitude="51.534944" Longitude="0.070981" StarRating="2" HotelCode="53449|312238" HotelName="ibis budget London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50" OriginalAmount="50">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|351195" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|37431" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51" OriginalAmount="51">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51" OriginalAmount="51">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="51.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|travelodge_feltham" HotelName="Travelodge London Feltham" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="51.00">
      <BasicPropertyInfo Latitude="51.518309" Longitude="-0.405527" StarRating="3" HotelCode="152808|premier_inn_hayes" HotelName="Premier Inn London Hayes, Heathrow (North A4020) hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Providing comfortable, good value accommodation, Premier Inn Hayes (Heathrow) is situated in close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.58" OriginalAmount="51.58">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|133853" HotelName="Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.69" OriginalAmount="51.69">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|228582" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52" OriginalAmount="52">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.00" OriginalAmount="52.00">
      <BasicPropertyInfo Latitude="51.557313" Longitude="0.07302" StarRating="2" HotelCode="114929|travelodge_london_ilford" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.00" OriginalAmount="52.00">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|ibis_london_elstree_borehamwood" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.00" OriginalAmount="52.00">
      <BasicPropertyInfo Latitude="51.563977" Longitude="0.065688" StarRating="3" HotelCode="915074|arinza_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arinza Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.52" OriginalAmount="52.52">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2.5" HotelCode="502934|619883" HotelName="easyHotel Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.67" OriginalAmount="52.67">
      <BasicPropertyInfo Latitude="51.67540449" Longitude="-0.02019138" StarRating="3" HotelCode="159605|715154" HotelName="Premier Inn Enfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.00" OriginalAmount="53.00">
      <BasicPropertyInfo Latitude="51.553607017664" Longitude="0.033790469169617" StarRating="2" HotelCode="94551|forest_gate_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Forest Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.00" OriginalAmount="53.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857897|london_hayes_heathrow_hyde_park" HotelName="London Hayes, Heathrow (Hyde Park) hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this Premier Inn is just 1 mile from Heathrow airport. Ideally located wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing comfortable, good value accommodation, Premier Inn Hayes (Heathrow) is situated in close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.00" OriginalAmount="54.00">
      <BasicPropertyInfo Latitude="51.51201" Longitude="-0.412033" StarRating="2" HotelCode="148742|heathrow_inn_2" HotelName="Heathrow Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Coldharbour Lane, Hayes, Greater London UB3 3HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/0d/3e0d2f910cb4dcaf5f6e25514895ef0a1fb04199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Heathrow Inn.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.00" OriginalAmount="54.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857491|london_tolworth" HotelName="London Tolworth hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.14" OriginalAmount="54.14">
      <BasicPropertyInfo StarRating="3" HotelCode="|126560" HotelName="Travelodge Gatwick Airport Central" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Povey Cross Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/6/0/126560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant and a bar. ROOM: Customers can find fully-equipped rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.58" OriginalAmount="54.58">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|228573" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.66" OriginalAmount="54.66">
      <BasicPropertyInfo Latitude="51.496062897283" Longitude="-0.44802596198087" StarRating="3" HotelCode="186140|186767" HotelName="Premier Inn London Heathrow Airport (M4/J4)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this Premier Inn is just 1 mile from Heathrow airport. Ideally located wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55" OriginalAmount="55">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.00" OriginalAmount="55.00">
      <BasicPropertyInfo Latitude="51.581039894104" Longitude="0.23742914199829" StarRating="3" HotelCode="97102|palms_hotel" HotelName="Palms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mount Pleasant Farm, Southend Arterial Road, Hornchurch, Essex RM11 3UJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/5552ca0ef21cea771c1ecec3990f621107ff68b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.00" OriginalAmount="55.00">
      <BasicPropertyInfo Latitude="51.67540449" Longitude="-0.02019138" StarRating="3" HotelCode="159605|premier_inn_enfield" HotelName="Premier Inn Enfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.00" OriginalAmount="55.00">
      <BasicPropertyInfo Latitude="51.36340974" Longitude="-0.19418475" StarRating="3" HotelCode="986257|london_sutton" HotelName="Premier Inn London Sutton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.45" OriginalAmount="55.45">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|107825" HotelName="Ramada London North M1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56" OriginalAmount="56">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|524188" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064cc89e097179263723ccce9808c7909abfac8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|holiday_inn_londonbexley" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|the_crystal_lodge_hotel" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064cc89e097179263723ccce9808c7909abfac8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.13" OriginalAmount="56.13">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|62134" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="56.34" OriginalAmount="56.34">
      <BasicPropertyInfo Latitude="51.531369182767" Longitude="0.14852929354754" StarRating="3" HotelCode="263522|715145" HotelName="Premier Inn London Dagenham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.496062897283" Longitude="-0.44802596198087" StarRating="3" HotelCode="186140|premier_inn_heathrow_m4_j4" HotelName="Premier Inn London Heathrow Airport (M4/J4)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this Premier Inn is just 1 mile from Heathrow airport. Ideally located wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.4850475" Longitude="-0.4422486" StarRating="2" HotelCode="199581|apple_house_guest_house_heathrow_airport" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Apple House Guest House Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is City View Hotel Roman Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|404710" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arinza Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this hotel is just 1.6 km from Heathrow Terminal 5. The hotel boasts a Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal location, this Premier Inn is just 3 miles from London City Airport, situated next door to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.541270966214" Longitude="-0.26164692899101" StarRating="3" HotelCode="145163|bridge_park_hotel" HotelName="The Bridge Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.60805176" Longitude="-0.27684555" StarRating="3" HotelCode="159619|premier_inn_london_edgware" HotelName="Premier Inn London Edgware" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Located 1 km from the Edgware Tube Central Station, 2 km from Edware Center and Canons Park, 3 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|city_view_hotel__roman_road_market" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is City View Hotel Roman Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.455777851334" Longitude="0.1428425223279" StarRating="3" HotelCode="349329|premier_inn_london_bexleyheath" HotelName="Premier Inn London Bexleyheath Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.42" OriginalAmount="58.42">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|4727985" HotelName="Tudor Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.96" OriginalAmount="58.96">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|8907" HotelName="Best Western London Heathrow Ariel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59" OriginalAmount="59">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|2071875" 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>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Forest Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the A4 Bath Road and is very close to good transport links to London, Houns...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.531369182767" Longitude="0.14852929354754" StarRating="3" HotelCode="263522|premier_inn_dagenham" HotelName="Premier Inn London Dagenham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.39804562" Longitude="-0.17237462" StarRating="2" HotelCode="352807|casuarina_tree" HotelName="Casuarina Tree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>407 London Road, Mitcham, Surrey CR4 4BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/d6/0dd60df54f07d1a510ce486279229652c24a0c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Mitcham.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.459723" Longitude="-0.43972940000003" StarRating="3" HotelCode="566250|heathrow_airport_terminal_4" HotelName="Premier Inn London Heathrow Airport Terminal 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.28" OriginalAmount="59.28">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|1091618" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London Croydon Aerodrome Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.52" OriginalAmount="59.52">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|761626" HotelName="City View Hotel Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 05/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is City View Hotel Roman Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60" OriginalAmount="60">
      <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>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60" OriginalAmount="60">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated a 5-minute walk from East Croydon railway station with a 15-minute train service to the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60" OriginalAmount="60">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Located 1 km from the Edgware Tube Central Station, 2 km from Edware Center and Canons Park, 3 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60" OriginalAmount="60">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60" OriginalAmount="60">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|493872" HotelName="Tudor Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|tudor_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.515076" Longitude="0.060926" StarRating="3" HotelCode="152859|premier_inn_london_beckton" HotelName="Premier Inn London Beckton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal location, this Premier Inn is just 3 miles from London City Airport, situated next door to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|the_bank_hotel_2" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.50429021" Longitude="-0.24513025" StarRating="0" HotelCode="969091|shepherds_bush_flats_" HotelName="Shepherd's Bush Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Elmo Road, Shepherd Bush, London W12 9EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b06197979e11751f074c0f57ac309fd3c4da600.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.28" OriginalAmount="60.28">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|32334" 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>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.31" OriginalAmount="60.31">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|32374" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.63" OriginalAmount="60.63">
      <BasicPropertyInfo Latitude="51.482067753461" Longitude="-0.48179984092712" StarRating="3" HotelCode="196611|186768" HotelName="Premier Inn London Heathrow Airport Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this hotel is just 1.6 km from Heathrow Terminal 5. The hotel boasts a Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.63" OriginalAmount="60.63">
      <BasicPropertyInfo Latitude="51.515076" Longitude="0.060926" StarRating="3" HotelCode="152859|317083" HotelName="Premier Inn London Beckton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal location, this Premier Inn is just 3 miles from London City Airport, situated next door to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <BasicPropertyInfo Latitude="51.51201" Longitude="-0.412033" StarRating="2" HotelCode="148742|80724" HotelName="Heathrow Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Coldharbour Lane, Hayes, Greater London UB3 3HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/0d/3e0d2f910cb4dcaf5f6e25514895ef0a1fb04199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Heathrow Inn.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|49517" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London Croydon Aerodrome Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|hallmark_hotel_croydon_2" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London Croydon Aerodrome Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.612338444048" Longitude="-0.048261828172372" StarRating="3" HotelCode="336049|premier_inn_london_edmonton" HotelName="Premier Inn London Edmonton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.39" OriginalAmount="61.39">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|32314" HotelName="Best Western London Heathrow Ariel 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.76" OriginalAmount="61.76">
      <BasicPropertyInfo Latitude="51.480113377207" Longitude="-0.42460441589356" StarRating="3" HotelCode="96634|105693" HotelName="Premier Inn London Heathrow Airport (Bath Road)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the A4 Bath Road and is very close to good transport links to London, Houns...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.77" OriginalAmount="61.77">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|668359" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064cc89e097179263723ccce9808c7909abfac8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <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="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.54678911" Longitude="-0.47851677" StarRating="2" HotelCode="114938|travelodge_london_uxbridge" HotelName="Travelodge London Uxbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bakers Road, Colham House, Uxbridge UB8 1RG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/37/c2370d5443825cec927966b46e12118d0f97e45e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.4704235" Longitude="-0.3667324" StarRating="4" HotelCode="114581|crompton_guest_house" HotelName="Crompton Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Lampton Road, Hounslow, Middlesex TW3 1JG, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c2/86c259fea2b23411932c8338c1d9a2e295777121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.356886" Longitude="-0.113381" StarRating="3" HotelCode="152727|premier_inn_croydon_west" HotelName="Premier Inn London Croydon Purley A23" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.38732339" Longitude="-0.10770416" StarRating="3" HotelCode="520100|cedars_house_hotel" HotelName="Cedars House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Campbell Road, Croydon, England CR0 2SQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/82/798238439af0cc41900b07fe3f18c571eb1552a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.56052292" Longitude="0.06982376" StarRating="4" HotelCode="547518|signature_hotel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.62269825" Longitude="-0.27793154" StarRating="0" HotelCode="785809|edgware_bb" HotelName="Edgware Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.19" OriginalAmount="62.19">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|2256735" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.63" OriginalAmount="62.63">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|36398" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.77" OriginalAmount="62.77">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|145542" HotelName="Best Western London Ilford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford Station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.90" OriginalAmount="62.90">
      <BasicPropertyInfo Latitude="51.376666" Longitude="-0.096126" StarRating="3" HotelCode="262105|316637" HotelName="Premier Inn London Croydon Town Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated a 5-minute walk from East Croydon railway station with a 15-minute train service to the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|15475" HotelName="Best Western London Heathrow Ariel 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <BasicPropertyInfo Latitude="51.53287859" Longitude="-0.4761507" StarRating="3" HotelCode="331725|456051" HotelName="Lancaster Hotel and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kingston Lane, Brunel University London, Uxbridge, Middlesex, UB8 3PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f2/0cf2263fe27ac1eed73873138e3cf5530ace1054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lancaster Hotel and Spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|boston_manor_hotel" HotelName="Boston Manor" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.480113377207" Longitude="-0.42460441589356" StarRating="3" HotelCode="96634|premier_inn_heathrow_airport" HotelName="Premier Inn London Heathrow Airport (Bath Road)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the A4 Bath Road and is very close to good transport links to London, Houns...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.580207" Longitude="0.14071" StarRating="3" HotelCode="152963|premier_inn_romford_west" HotelName="Premier Inn London Romford West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.482067753461" Longitude="-0.48179984092712" StarRating="3" HotelCode="196611|premier_inn_heathrow_t5" HotelName="Premier Inn London Heathrow Airport Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this hotel is just 1.6 km from Heathrow Terminal 5. The hotel boasts a Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.560459" Longitude="0.069839000000002" StarRating="3" HotelCode="284651|best_western_greater_london" HotelName="Best Western Greater London Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|travelodge_london_hounslow" HotelName="Travelodge London Hounslow" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2.5" HotelCode="432731|rose_crown_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.4802948886" Longitude="-0.41473552820275" StarRating="3" HotelCode="599677|moxy_london_heathrow_airport" HotelName="Moxy London Heathrow Airport" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="901449|oakwood_bed_and_breakfast_heathrow" HotelName="Oakwood Bed and Breakfast Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Station Road, West Drayton UB7 7ND, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/45/03456494bdf18a91d6511588adf3775906b2a3a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oakwood Bed and Breakfast Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64" OriginalAmount="64">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64" OriginalAmount="64">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Premier Inn London Hendon is located in North London, only 30 mins to central London by train\n\nPre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64" OriginalAmount="64">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.56041482326" Longitude="0.067327501422596" StarRating="2" HotelCode="282841|best_inn_hotel" HotelName="Best Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Road, Ilford IG1 3BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/1b/451b217b86aaf6aec914ed9189ed019b893ea349.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.481488838842" Longitude="-0.44854511946674" StarRating="3" HotelCode="460824|ibis_styles_london_heathrow_airport_hotel" HotelName="ibis Styles London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.03" OriginalAmount="64.03">
      <BasicPropertyInfo Latitude="51.506814363375" Longitude="0.22592239776998" StarRating="3" HotelCode="159632|171188" HotelName="Premier Inn Hotel London Rainham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.20" OriginalAmount="64.20">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|32894" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65" OriginalAmount="65">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65" OriginalAmount="65">
      <BasicPropertyInfo Latitude="51.481488838842" Longitude="-0.44854511946674" StarRating="3" HotelCode="460824|223890" HotelName="ibis Styles London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65" OriginalAmount="65">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65" OriginalAmount="65">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.362324" Longitude="-0.071093" StarRating="3" HotelCode="152726|premier_inn_croydon_south" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.506814363375" Longitude="0.22592239776998" StarRating="3" HotelCode="159632|premier_inn_rainham" HotelName="Premier Inn Hotel London Rainham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.58476111" Longitude="-0.24823842" StarRating="3" HotelCode="465391|premier_inn_london_hendon_" HotelName="Premier Inn London Hendon (The Hyde)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Premier Inn London Hendon is located in North London, only 30 mins to central London by train\n\nPre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.03" OriginalAmount="65.03">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|856875" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.14" OriginalAmount="65.14">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|968875" HotelName="Savera Hotel South Ruislip" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.30" OriginalAmount="65.30">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|1302148" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <BasicPropertyInfo Latitude="51.582924942108" Longitude="0.18881678581238" StarRating="3" HotelCode="164362|456952" HotelName="Harefield Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Main Road, Romford, Essex RM1 3DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/3b/673b15fa6a5cd95e8f5a6fa79c358a65af908397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Harefield Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Positioned alongside the A406 north circular, transport into east London from here is easy\n\nPositi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|jurys_inn_london_croydon_2" HotelName="Jurys Inn London Croydon" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|ramada_london_south_ruislip_2" HotelName="Savera Hotel South Ruislip" Meals="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|marriott_bexleyheath" HotelName="Marriott Bexleyheath" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|best_western_ilford" HotelName="Best Western London Ilford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford Station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.40968467" Longitude="-0.23192575" StarRating="2" HotelCode="475608|travelodge_london_raynes_park" HotelName="Travelodge London Raynes Park" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.21" OriginalAmount="66.21">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|106395" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.41" OriginalAmount="66.41">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|382535" 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>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.59" OriginalAmount="66.59">
      <BasicPropertyInfo Latitude="51.560459" Longitude="0.069839000000002" StarRating="3" HotelCode="284651|231087" HotelName="Best Western Greater London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.70" OriginalAmount="66.70">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|62014" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.80" OriginalAmount="66.80">
      <BasicPropertyInfo Latitude="51.486409" Longitude="-0.197955" StarRating="2" HotelCode="14114|468065" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.81" OriginalAmount="66.81">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|381748" HotelName="Northfields Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|486187" HotelName="Kathleen House" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|490692" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.485029" Longitude="-0.30106" StarRating="3" HotelCode="152862|premier_inn_london_kew" HotelName="Premier Inn London Kew Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.582924942108" Longitude="0.18881678581238" StarRating="3" HotelCode="164362|harefield_manor_hotel" HotelName="Harefield Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Main Road, Romford, Essex RM1 3DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/3b/673b15fa6a5cd95e8f5a6fa79c358a65af908397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Harefield Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.529111" Longitude="-0.11687299999994" StarRating="1" HotelCode="189749|budget_guest_house" HotelName="Budget Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Swinton Street, London WC1X9NL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/7a/cd7ac559604c27c63711efde869268ba41d792d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Budget Guest House in London (Kings Cross St. Pancr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.576969318975" Longitude="0.17814733862303" StarRating="3" HotelCode="199303|gidea_park_hotel" HotelName="Gidea Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115 Main Road, Romford, Greater London RM2 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bfa8becfaa6b75d115875326938df0c550587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Gidea Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.409869853963" Longitude="-0.11974722146988" StarRating="2.5" HotelCode="189766|norbury_aparthotel" HotelName="Flexistay Norbury ApartHotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Norbury Crescent, Norbury, London SW16 4JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e2/fce2820fe67c0587f2b5f1500ec94daf0612b5c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.5066264527" Longitude="-0.24444177746773" StarRating="2" HotelCode="189752|hotel261" HotelName="Hotel 261" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.477034361075" Longitude="-0.40484860034815" StarRating="3" HotelCode="405602|london_plus_heathrow" HotelName="London Plus Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Woodfield Road, Hounslow, Greater London TW4 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/4f/8f4fdddea4e9d5663de7da3b3a785c9effff9998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|kathleen_house" HotelName="Kathleen House" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.39251691" Longitude="0.12447167" StarRating="0" HotelCode="853209|love_peace" HotelName="Love &amp; Peace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Nightingale Corner, Wotton Green, Orpington BR5 3PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eeb7b5b97b727a26996cb8df76ef7c874f8a09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.22" OriginalAmount="67.22">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.44" OriginalAmount="67.44">
      <BasicPropertyInfo Latitude="51.485029" Longitude="-0.30106" StarRating="3" HotelCode="152862|315366" HotelName="Premier Inn London Kew Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.76" OriginalAmount="67.76">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|2256795" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <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="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford Station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|king_solomon_hotel" HotelName="King Solomon" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.525458" Longitude="-0.125797" StarRating="2" HotelCode="148308|goodwood_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|northfields_hostel" HotelName="Northfields Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.12" OriginalAmount="68.12">
      <BasicPropertyInfo Latitude="51.53443" Longitude="0.07154" StarRating="3" HotelCode="152630|314961" HotelName="Premier Inn London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Positioned alongside the A406 north circular, transport into east London from here is easy\n\nPositi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.54" OriginalAmount="68.54">
      <BasicPropertyInfo Latitude="51.525894155483" Longitude="-0.45486078604256" StarRating="3" HotelCode="146745|4667995" HotelName="Debden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42 Pield Health Road, Hillingdon, Middlesex UB8 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/0d/d90d0472a0d804b82be7f6ab6d5aa56745828be5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Debden Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.57" OriginalAmount="68.57">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|877849" HotelName="Boston Manor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.69" OriginalAmount="68.69">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|1065448" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|hotel_ibis_london_east_barking" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.525894155483" Longitude="-0.45486078604256" StarRating="3" HotelCode="146745|debden_guest_house" HotelName="Debden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42 Pield Health Road, Hillingdon, Middlesex UB8 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/0d/d90d0472a0d804b82be7f6ab6d5aa56745828be5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Debden Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.53443" Longitude="0.07154" StarRating="3" HotelCode="152630|premier_inn_barking" HotelName="Premier Inn London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Positioned alongside the A406 north circular, transport into east London from here is easy\n\nPositi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.493368085071" Longitude="-0.19096791744232" StarRating="1.5" HotelCode="189726|earls_court_gardens_hotel" HotelName="Earls Court Gardens Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Garden,Housekeeping,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Earls Court Gardens, London SW5 0TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/62/3e620b9cd2313741278bce9d16b340262c25ed5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Earls Court Gardens Hotel - Guest house in London (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.53287859" Longitude="-0.4761507" StarRating="3" HotelCode="331725|lancaster_hotel_and_spa" HotelName="Lancaster Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kingston Lane, Brunel University London, Uxbridge, Middlesex, UB8 3PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f2/0cf2263fe27ac1eed73873138e3cf5530ace1054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lancaster Hotel and Spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.54257137" Longitude="-0.49027423" StarRating="3" HotelCode="467791|premier_inn_london_uxbridge" HotelName="Premier Inn London Uxbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>Phase 500, Riverside Way, Uxbridge UB8 2YF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/0c/920c6d7ade2dcf05b569f1322b4f25504818768d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.38213651" Longitude="-0.08582943" StarRating="3" HotelCode="586633|westciti_caroco_aparthotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.41202569" Longitude="0.02149359" StarRating="0" HotelCode="663169|avis_hotel" HotelName="Avis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.5303213" Longitude="-0.47867131" StarRating="0" HotelCode="886448|lyttleton_lodge" HotelName="Lyttleton Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Station Road, Uxbridge UB8 3AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/1f/f01f437049c8b2f4cceb21f10c2e247f0e601747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.02" OriginalAmount="69.02">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|7602" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.10" OriginalAmount="69.10">
      <BasicPropertyInfo Latitude="51.481547" Longitude="-0.43671" StarRating="4" HotelCode="28976|32354" HotelName="Sheraton Skyline Hotel London Heathrow" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located beside Heathrow Airport and offers quick access to the terminals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.43" OriginalAmount="69.43">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|2236015" HotelName="Boston Manor" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.63" OriginalAmount="69.63">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|844690" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.486393361705" Longitude="-0.084261813491821" StarRating="1" HotelCode="94591|hour_glass_hotel" HotelName="Hour Glass Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Beaconsfield Road, Southwark, London SE17 2BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/8a/828aa64887fd9b34df8da96660c029f4ca6e8e8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Elephant and Castle with easy access to many of London's fascinating attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|best_western_plus_park_grand_london_heathrow_gateway" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.434443" Longitude="0.063892" StarRating="3" HotelCode="639213|london_eltham" HotelName="Premier Inn London Eltham" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.11" OriginalAmount="70.11">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|385545" HotelName="King Solomon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located beside Heathrow Airport and offers quick access to the terminals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.474755753252" Longitude="-0.18868750674596" StarRating="1" HotelCode="432735|queen_elizabeth_hostel" HotelName="Queen Elizabeth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 Bagleys Lane, Hammersmith and Fulham, London, SW6 2BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/07/a9071ce9d6dd6c0531797742b2772c2fee5ebb54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <BasicPropertyInfo Latitude="51.576969318975" Longitude="0.17814733862303" StarRating="3" HotelCode="199303|200624" HotelName="Gidea Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115 Main Road, Romford, Greater London RM2 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bfa8becfaa6b75d115875326938df0c550587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Gidea Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|30494" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|travelodge_london_city_airport" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|travelodge_london_chessington_tolworth" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.577558" Longitude="0.186787" StarRating="3" HotelCode="152962|premier_inn_romford_central" HotelName="Premier Inn London Romford Central" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.502987" Longitude="-0.306702" StarRating="3" HotelCode="189722|aron_guesthouse" HotelName="Aron Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 South Ealing Road, London W5 4QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fc/d4fc1af28f49235259fc56ac2dd420ecb735662d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.51462505" Longitude="-0.1757595" StarRating="0" HotelCode="780799|paddington_apartments_5" HotelName="Paddington Flat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Spring Street, Paddington, Westminster, London W2 3RA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/47/49471e85e60253d9df4c3132e553ef4d4c8ff04f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.56473086" Longitude="0.1101416" StarRating="0" HotelCode="817969|ilford_hotel_goodmayes" HotelName="Ilford Hotel Goodmayes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>66 Goodmayes Road, Ilford IG3 9UR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2d/562d41811020177df434bbfae474b6dd964be94e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73" OriginalAmount="73">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|blue_star_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.57648785" Longitude="-0.02977875" StarRating="0" HotelCode="519616|the_commongate" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|so_sienna" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west side of Central London (Hammersmith area), 5 minutes with the unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.66114533" Longitude="-0.08672" StarRating="0" HotelCode="986041|six_bells_hotels" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74" OriginalAmount="74">
      <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>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74" OriginalAmount="74">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74" OriginalAmount="74">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74" OriginalAmount="74">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|antoinette_hotel_wimbledon" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.5745915" Longitude="-0.07972025" StarRating="1" HotelCode="143421|amhurst_hotel" HotelName="Amhurst" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>45-47 Amhurst Park, Stamford Hill, London N16 5DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/c1/8fc15aef44cf4512c7bbe69bed8f8e389be9a297.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Hackney just 15 minutes’ walk from Finsbury Park, this budget hotel offers free Wi-Fi, f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.51110958" Longitude="-0.37596778" StarRating="0" HotelCode="159970|broadway_inn_2" HotelName="The Broadway Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1A-3A The Broadway, Southall, Greater London UB1 1JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d2/20/d220f990c657480d7fea8526102ce075e71e85ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.4106038" Longitude="0.0098132" StarRating="2" HotelCode="264938|travelodge_london_bromley" HotelName="Travelodge London Bromley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 London Road, Bromley, Kent BR1 1DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/11/02113485c02bd91ba36c57a171bf270aec34a42e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.585023" Longitude="-0.079369000000042" StarRating="2" HotelCode="296647|fountain_hotel_2" HotelName="The Fountain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Bar,Garden,Housekeeping,Internet,Kitchen,LCD/Projector,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>125 Westgreen Road, London N15 5DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/fe/8cfea41a7e9ceeba5869b97793feeb18b69d154d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Fountain in London (Tottenham), you'll be close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.45990844" Longitude="-0.30250824" StarRating="3" HotelCode="467883|travelodge_london_richmond_central" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.4663643" Longitude="-0.42073768" StarRating="3" HotelCode="780895|atrium_hotel_heathrow" HotelName="Atrium Hotel Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.23" OriginalAmount="74.23">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|1653378" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.83" OriginalAmount="74.83">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|16234" HotelName="Jurys Inn London Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west side of Central London (Hammersmith area), 5 minutes with the unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.393693126852" Longitude="-0.30339002609253" StarRating="4" HotelCode="164138|hotel_bosco" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.453717757141" Longitude="-0.33758416771889" StarRating="3" HotelCode="164150|twickenham_guest_house" HotelName="Twickenham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Russell Road, Twickenham TW2 7QT, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d5/b3d5ff009b9ee05f3732ef6bd7295c710058fc83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Twickenham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.49158181813" Longitude="-0.14238339206543" StarRating="2" HotelCode="432583|golden_star_hotel__4" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.66497113" Longitude="-0.04434452" StarRating="2.5" HotelCode="519888|dharma_lodge_hotel" HotelName="Dharma Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|easyhotel_south_kensington" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.01" OriginalAmount="75.01">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2.5" HotelCode="432731|628445" HotelName="OYO Townhouse 16 Ilford Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.09" OriginalAmount="75.09">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.47" OriginalAmount="75.47">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|32344" 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>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <BasicPropertyInfo Latitude="51.56473086" Longitude="0.1101416" StarRating="0" HotelCode="817969|494228" HotelName="Ilford Hotel Goodmayes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>66 Goodmayes Road, Ilford IG3 9UR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2d/562d41811020177df434bbfae474b6dd964be94e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Stansted (STN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|215502" HotelName="Travelodge London Hounslow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2.5" HotelCode="503026|cricklewood_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.63112766" Longitude="-0.1265736" StarRating="3" HotelCode="641295|london_southgate" HotelName="Premier Inn London Southgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.63734114" Longitude="-0.17230475" StarRating="0" HotelCode="743362|guest_house_ellipse" HotelName="Guest House Ellipse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Buckingham Avenue, London N20 9DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/88/7988d99746d9f17fb2092514585e99a2dd17978b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.49234665" Longitude="0.06717043" StarRating="3" HotelCode="857187|london_woolwich_royal_arsenal" HotelName="Premier Inn London Woolwich Royal Arsenal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.04" OriginalAmount="76.04">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|103437" HotelName="Axiom W6 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west side of Central London (Hammersmith area), 5 minutes with the unde...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.07" OriginalAmount="76.07">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|385715" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located outside of the city, close to a selection of nightclubs (50 m). Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.24" OriginalAmount="76.24">
      <BasicPropertyInfo Latitude="51.563977" Longitude="0.065688" StarRating="3" HotelCode="915074|222354" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arinza Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.63" OriginalAmount="76.63">
      <BasicPropertyInfo Latitude="51.574924130774" Longitude="-0.20316794232792" StarRating="3" HotelCode="237212|711583" HotelName="Golders Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Apple House Guest House Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <BasicPropertyInfo Latitude="51.453717757141" Longitude="-0.33758416771889" StarRating="3" HotelCode="164150|487284" HotelName="Twickenham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Russell Road, Twickenham TW2 7QT, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d5/b3d5ff009b9ee05f3732ef6bd7295c710058fc83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Twickenham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|sheraton_heathrow_hotel" HotelName="Sheraton Heathrow" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.41233138" Longitude="-0.02721475" StarRating="4" HotelCode="324850|goodwood_hotel_2" HotelName="Beckenham Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Copers Cope Road, Beckenham, Kent BR3 1NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/17/6c17422dbb00ff3df32ea75d46605444f19ebe37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.564921289556" Longitude="0.10105855212032" StarRating="3" HotelCode="335002|ogradys_guesthouse" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is O'Gradys Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.409681" Longitude="-0.301294" StarRating="3" HotelCode="350601|premier_inn_london_kingston_upon_thames" HotelName="Premier Inn London Kingston Upon Thames" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.49378838" Longitude="-0.18987626" StarRating="2" HotelCode="409058|anwar_house" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anwar House in London (Kensington), you'll be conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.522136259751" Longitude="-0.13831359755329" StarRating="2" HotelCode="448817|lse_carrsaunders_hall" HotelName="LSE - Carr-Saunders Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Fitzroy Street, London W1T 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ae/bdae6483b838a46fe3d4a66c8490e8eeac5aaf3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.4751637" Longitude="-0.33592561" StarRating="2.5" HotelCode="580093|the_bridge_inn_3" HotelName="The Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.64555506" Longitude="-0.1436457" StarRating="3" HotelCode="580510|brooklyn_house" HotelName="Brooklyn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Bramley Road, Southgate, Greater London N14 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ac/6fac6796048eb09e0045611719c76743e48cd07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.69" OriginalAmount="77.69">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|36761" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78" OriginalAmount="78">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78" OriginalAmount="78">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is O'Gradys Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78" OriginalAmount="78">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|holiday_inn_london__kingston_south" HotelName="Crowne Plaza London - Kingston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|holiday_inn_express_london_heathrow_t4" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.42" OriginalAmount="78.42">
      <BasicPropertyInfo Latitude="51.393693126852" Longitude="-0.30339002609253" StarRating="4" HotelCode="164138|381685" HotelName="Bosco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.98" OriginalAmount="78.98">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|1130285" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 7.3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="151563|london_guest_house_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 7.3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.454650262323" Longitude="-0.19229370588528" StarRating="3" HotelCode="335087|premier_inn_london_wandsworth_" HotelName="Premier Inn London Wandsworth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the River Thames is the vibrant up and coming area of Wandsworth\n\nTh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|premier_inn_london_sidcup" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.52835484" Longitude="-0.01856488" StarRating="2" HotelCode="449861|city_lodge_london_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CityLodge London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.47509267" Longitude="-0.06115279" StarRating="3" HotelCode="575995|grove_apartments" HotelName="The Grove Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Carlton Grove, London SE15 2UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/04/8204b9405e9ad6ad42648867552b5f3083197447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.39361743" Longitude="0.0448959" StarRating="0" HotelCode="663159|glendevon_house_hotel" HotelName="Glendevon House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Southborough Road, Bickley, Bromley, Kent BR1 2EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e788d2b83cff1ba587e61668a25f9710f7bb4bcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.617243" Longitude="-0.178919" StarRating="3" HotelCode="148739|heatherbank_guest_house" HotelName="Heatherbank Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.609168082034" Longitude="0.059336633236967" StarRating="2" HotelCode="266410|travelodge_london_chigwell" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Stansted (STN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.01" OriginalAmount="80.01">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|1647881" HotelName="Thistle London Heathrow Terminal 5" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.20" OriginalAmount="80.20">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|15142" HotelName="Radisson Blu Edwardian Heathrow Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.50" OriginalAmount="80.50">
      <BasicPropertyInfo Latitude="51.577558" Longitude="0.186787" StarRating="3" HotelCode="152962|170535" HotelName="Premier Inn London Romford Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.52" OriginalAmount="80.52">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CityLodge London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <BasicPropertyInfo Latitude="51.39361743" Longitude="0.0448959" StarRating="0" HotelCode="663159|491709" HotelName="Glendevon House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Southborough Road, Bickley, Bromley, Kent BR1 2EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e788d2b83cff1ba587e61668a25f9710f7bb4bcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.659825570133" Longitude="-0.087507771426431" StarRating="2" HotelCode="79665|holtwhites_hotel" HotelName="Holtwhites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Chase Side, London Borough of Enfield, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb445d2031d903b9a6e021ca4f93c49100ea28f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.47384257" Longitude="-0.06353817" StarRating="3" HotelCode="490353|peckham_rooms_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|109171" HotelName="King Solomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82" OriginalAmount="82">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|heathrow_hotel_bath_road" HotelName="Hyatt Place London Heathrow 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.536251" Longitude="-0.345565" StarRating="3" HotelCode="82358|bridge_hotel_3" HotelName="The Bridge Greenford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Greenford, London UB6 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/99/8b99135aa6adf085a615b1acb576030d8306d112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Greenford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.511897283023" Longitude="-0.29121063969239" StarRating="2" HotelCode="267554|a_to_b_hotel" HotelName="The A to B Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Hanger Lane, Ealing Common, London W5 3HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/49/a64925cd114feca139a430a0db013035f5930903.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.46679401" Longitude="-0.29138034" StarRating="3" HotelCode="263526|premier_inn_london_richmond" HotelName="Premier Inn London Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The Richmond Premier Inn is ideally situated on the A316 within walking distance of Richmond, Kew an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.51700155" Longitude="-0.07480804" StarRating="3.5" HotelCode="498681|monopoly_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.44325925" Longitude="0.01482676" StarRating="3" HotelCode="578556|summerfield_pub_boutique_rooms" HotelName="Summerfield Pub &amp; Boutique Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Baring Road, London SE12 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/68/20683dd9a1130423b496b829d7942ae56d61aa87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.535019486819" Longitude="-0.27528584003448" StarRating="3" HotelCode="915063|abbey_point_cafe_bb" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abbey Point Cafe and B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="952947|cogie_house" HotelName="Cogie House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Stockton Road, Upper Edmonton, London N18 2BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/20/062082e90f6d992e41c178dc7a2fa1a1a9832c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.96" OriginalAmount="82.96">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|2169605" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/da/c4dacf0349569b000ec15f7a729ddd0d793a2715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83" OriginalAmount="83">
      <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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located outside of the city, close to a selection of nightclubs (50 m). Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|holiday_inn_london__sutton" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.414106" Longitude="-0.180625" StarRating="3" HotelCode="152865|premier_inn_london_wimbledon_south" HotelName="Premier Inn London Wimbledon South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within easy reach of Colliers Wood underground station\n\nIdeally located within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.52545072" Longitude="-0.12598619" StarRating="3" HotelCode="442191|albany_hotel_4" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.6570899" Longitude="-0.08034777" StarRating="3" HotelCode="587603|kathleen_house_plus" HotelName="Kathleen House Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>78 Baker Street, Enfield, Greater London EN1 3EY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/8e/fe8ef4b5ccfff37c7538385c057846e35da2206e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.41304511" Longitude="-0.12410182" StarRating="3" HotelCode="630322|guest_house_london_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.50157386" Longitude="0.0524" StarRating="0" HotelCode="849353|london_city_airport_hotel" HotelName="London City Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Albert Road, North Woolwich, London E16 2DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b9/05b935219340add43ce310d7db6eb9ccb86a98e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.49" OriginalAmount="83.49">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|386545" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the A4 (Great West Road) which links it to central London (approximat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <BasicPropertyInfo Latitude="51.44325925" Longitude="0.01482676" StarRating="3" HotelCode="578556|456682" HotelName="Summerfield Pub &amp; Boutique Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Baring Road, London SE12 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/68/20683dd9a1130423b496b829d7942ae56d61aa87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|the_continental_hotel_3" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the A4 (Great West Road) which links it to central London (approximat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|eurotraveller_hotel_express" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/da/c4dacf0349569b000ec15f7a729ddd0d793a2715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.494926487329" Longitude="-0.25509799874192" StarRating="2" HotelCode="145963|chiswick_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Chiswick Lodge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.53269931" Longitude="-0.3223355" StarRating="3" HotelCode="159620|premier_inn_london_greenford" HotelName="Premier Inn London Greenford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|park_grand_london_heathrow_2" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.47509267" Longitude="-0.06115279" StarRating="3" HotelCode="575995|grove_hotel_2" HotelName="The Grove Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Carlton Grove, London SE15 2UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/04/8204b9405e9ad6ad42648867552b5f3083197447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.16" OriginalAmount="84.16">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|385255" 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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.30" OriginalAmount="84.30">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|1080978" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.44" OriginalAmount="84.44">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|385045" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the south stand of Twickenham Rugby Stadium, London. Guests are ab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.98" OriginalAmount="84.98">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|364915" 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>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85" OriginalAmount="85">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|197239" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/da/c4dacf0349569b000ec15f7a729ddd0d793a2715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85" OriginalAmount="85">
      <BasicPropertyInfo Latitude="51.50157386" Longitude="0.0524" StarRating="0" HotelCode="849353|490226" HotelName="London City Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Albert Road, North Woolwich, London E16 2DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b9/05b935219340add43ce310d7db6eb9ccb86a98e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|enrico_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.57059" Longitude="-0.193513" StarRating="3" HotelCode="158050|anchor_house_hotel" HotelName="Anchor Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 West Heath Drive, Golders Green, London NW11 7QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/68/8068c0cb44932c4c31b8861281c43383dcbaa5ab.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 16 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.44687216" Longitude="-0.35787494" StarRating="3" HotelCode="159645|premier_inn_twickenham_stadium" HotelName="Premier Inn London Twickenham Stadium Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|best_western_plus_grims_dyke_hotel" HotelName="Best Western Plus Grim’s Dyke Hotel" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.41897817" Longitude="-0.19885975" StarRating="3" HotelCode="959019|london_wimbledon_broadway" HotelName="Premier Inn London Wimbledon (Broadway)" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.13" OriginalAmount="85.13">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1.5" HotelCode="18318|1080958" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Tavistock Place, London WC1H 9SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c41d81546ecdc4440a5bd1e06996122abcf5ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Compton Place, close to London's City district. Given the excellent ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.37" OriginalAmount="85.37">
      <BasicPropertyInfo Latitude="51.529199627244" Longitude="-0.29108941555023" StarRating="3" HotelCode="262251|315932" HotelName="Premier Inn London Hanger Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86" OriginalAmount="86">
      <BasicPropertyInfo Latitude="51.617243" Longitude="-0.178919" StarRating="3" HotelCode="148739|490677" HotelName="Heatherbank Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86" OriginalAmount="86">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the A4 (Great West Road) which links it to central London (approximat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|holiday_inn_london__heathrow" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.46963392" Longitude="-0.36975819" StarRating="3.5" HotelCode="580252|imperial_guest_house_4" HotelName="Imperial Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Bulstrode Road, Hounslow TW3 3AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e6/b7e6732cab418dfd8a775c33461d5185aeb01dde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.39914486" Longitude="0.0179356" StarRating="3" HotelCode="857831|premier_inn_london_bromley" HotelName="London Bromley hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.31" OriginalAmount="86.31">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|628334" HotelName="Holiday Inn Express London Heathrow T4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.47" OriginalAmount="86.47">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|344475" HotelName="Renaissance London Heathrow Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel lies just a short distance from Heathrow Airport, Heathrow train station and Winds...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The Richmond Premier Inn is ideally situated on the A316 within walking distance of Richmond, Kew an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the River Thames is the vibrant up and coming area of Wandsworth\n\nTh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.5084899" Longitude="-0.29820233804605" StarRating="2" HotelCode="142742|abbey_lodge_hotel__bb" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|st_christophers_inn_shepherds_bush" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|pelican_london_hotel_and_residence_" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.22" OriginalAmount="87.22">
      <BasicPropertyInfo Latitude="51.517758" Longitude="-0.064875" StarRating="2" HotelCode="210603|179527" HotelName="ibis budget London Whitechapel - Brick Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.24" OriginalAmount="87.24">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|623393" HotelName="easyHotel South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.54" OriginalAmount="87.54">
      <BasicPropertyInfo Latitude="51.5084899" Longitude="-0.29820233804605" StarRating="2" HotelCode="142742|2265935" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.80" OriginalAmount="87.80">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|4692305" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Offering the ideal setting for explore the area, this family-run guest house is situated in Surbiton...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.91" OriginalAmount="87.91">
      <BasicPropertyInfo Latitude="51.576969318975" Longitude="0.17814733862303" StarRating="3" HotelCode="199303|761573" HotelName="Gidea Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115 Main Road, Romford, Greater London RM2 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bfa8becfaa6b75d115875326938df0c550587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Gidea Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <BasicPropertyInfo Latitude="51.46963392" Longitude="-0.36975819" StarRating="3.5" HotelCode="580252|489371" HotelName="Imperial Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Bulstrode Road, Hounslow TW3 3AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e6/b7e6732cab418dfd8a775c33461d5185aeb01dde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1.5" HotelCode="18318|hostel_generator" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Tavistock Place, London WC1H 9SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c41d81546ecdc4440a5bd1e06996122abcf5ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Compton Place, close to London's City district. Given the excellent ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.508762491528" Longitude="0.039382874965668" StarRating="3" HotelCode="189780|connaught_house_hotel" HotelName="Connaught House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Conference Hall,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Silvertown, London E16 1JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/d6/60d6acf268f93b4b6890c0f8e0d1e019fc60ab20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.42399435" Longitude="-0.20501245" StarRating="0" HotelCode="887815|compton_guest_house_2" HotelName="Compton Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Compton Road, Wimbledon, London SW19 7QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/14/43/1443c58305ed03ffe5fb581ca4d3675f76ba8ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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>
        <HotelDescription>&lt;br/&gt;This modern hotel lies just a short distance from Heathrow Airport, Heathrow train station and Winds...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.523264" Longitude="-0.160131" StarRating="2" HotelCode="94585|somerset_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the quiet Dorset square and is just a couple of minutes’ walk from Baker Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|warwick_lodge" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Offering the ideal setting for explore the area, this family-run guest house is situated in Surbiton...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.52161274" Longitude="-0.04694868" StarRating="4" HotelCode="493245|london_suites_2" HotelName="London Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>230A Mile End Road, London, England E1 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c1/e6c1961d81d75c24afe51b86999cd5dd1778235b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.4363529" Longitude="-0.14518109" StarRating="3" HotelCode="517278|balham_lodge" HotelName="Balham Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>204 Bedford Hill, London SW12 9HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e5/7ce5ff3554387a718a92d22a2e6f227587504f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.49" OriginalAmount="89.49">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|1569327" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <BasicPropertyInfo Latitude="51.479514" Longitude="-0.0944" StarRating="3" HotelCode="152046|444257" HotelName="Pasha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>158 Camberwell Road, London SE5 0EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/2b/f02b1b78f4688048e526e6914fc1eb04738e45ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Pasha Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Offering the ideal setting for explore the area, this family-run guest house is situated in Surbiton...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.534949" Longitude="-0.461146" StarRating="3" HotelCode="81468|the_red_lion_hotel_4" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.5287" Longitude="-0.049052999999958" StarRating="3" HotelCode="309866|plaza_london_hotel" HotelName="Plaza London 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.01" OriginalAmount="90.01">
      <BasicPropertyInfo Latitude="51.54417" Longitude="0.015254" StarRating="2" HotelCode="94564|388415" HotelName="Viking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>162 Romford Road, Stratford, London E15 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/62/23623a0581049502ef5b0dc558362436a798e120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the Borough of Newnham in East London. The establishment e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.16" OriginalAmount="90.16">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|748670" HotelName="London Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.31" OriginalAmount="90.31">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|17670" HotelName="Novotel London Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.43" OriginalAmount="90.43">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|385675" HotelName="Novotel London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91" OriginalAmount="91">
      <BasicPropertyInfo Latitude="51.4363529" Longitude="-0.14518109" StarRating="3" HotelCode="517278|244841" HotelName="Balham Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>204 Bedford Hill, London SW12 9HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e5/7ce5ff3554387a718a92d22a2e6f227587504f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91" OriginalAmount="91">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91" OriginalAmount="91">
      <BasicPropertyInfo Latitude="51.54417" Longitude="0.015254" StarRating="2" HotelCode="94564|23312" HotelName="Viking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>162 Romford Road, Stratford, London E15 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/62/23623a0581049502ef5b0dc558362436a798e120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the Borough of Newnham in East London. The establishment e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.51777" Longitude="-0.168644" StarRating="2" HotelCode="94571|four_stars" HotelName="Four Stars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Sussex Gardens, Hyde Park, London W2 1UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/38/1f387423d95a5a5493982565882301f268c51fc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.49887" Longitude="-0.2224" StarRating="3" HotelCode="171244|comfotel_grn" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location, 1 km away from the Hammersmith HMV Apollo, Shepherd’s Bush ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|prince_regent_hotel_excel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.51267103" Longitude="-0.30992639" StarRating="3" HotelCode="263524|premier_inn_london_ealing" HotelName="Premier Inn London Ealing" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|holiday_inn_express_london__excel" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|hostel_st_christophers_village" HotelName="St Christopher's at The Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.4689982" Longitude="-0.32419207" StarRating="3" HotelCode="481866|the_swan_inn_pub" HotelName="The Swan Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.508456518883" Longitude="0.041359795700828" StarRating="3" HotelCode="511022|moxy_london_excel" HotelName="MOXY London Excel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.48811062" Longitude="-0.47878204" StarRating="3" HotelCode="520462|harmondsworth_hall_guest_house" HotelName="Harmondsworth Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Summerhouse Lane, Harmondsworth, England UB7 0BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/00/900049ab8fd28b2ca3f2336f4a58a209d85318d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.59" OriginalAmount="91.59">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|140388" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.79" OriginalAmount="91.79">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|315738" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location, 1 km away from the Hammersmith HMV Apollo, Shepherd’s Bush ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|300848" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.426394" Longitude="-0.163731" StarRating="3" HotelCode="147750|flexistay_aparthotel" HotelName="Flexistay Tooting Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>268 Franciscan Road, Tooting, LondonSW17 8HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/21/e721c3b1309dff613b23abd825efe9ddd491d17e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Flexistay Tooting Aparthotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.618766614432" Longitude="-0.13603906745914" StarRating="4" HotelCode="434471|bay_tree_house_bed__breakfast" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bay Tree House B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.49458825" Longitude="-0.25525696" StarRating="2" HotelCode="580887|abc_bed_and_breakfast" HotelName="ABC Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>90A Turnham Green Terrace, London W4 1QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/eb/e8eb94b1d3890a9a111f08128b10e7f98cb43188.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at ABC Bed &amp; Breakfast in London (Chiswick), you'll be convenient to H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|staybridge_suites_by_holiday_inn_london_heathrow_bath_road" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.458919087761" Longitude="-0.44298153551256" StarRating="4" HotelCode="806237|crowne_plaza_london_heathrow_t4" HotelName="Crowne Plaza London Heathrow T4" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within easy reach of Colliers Wood underground station\n\nIdeally located within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|200664" HotelName="Prince Regent Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|church_street_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.479514" Longitude="-0.0944" StarRating="3" HotelCode="152046|pasha" HotelName="Pasha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>158 Camberwell Road, London SE5 0EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/2b/f02b1b78f4688048e526e6914fc1eb04738e45ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Pasha Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.49229704" Longitude="-0.19779583" StarRating="2" HotelCode="325687|the_paramount_hotel_3" HotelName="The Paramount" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Nevern Square, London SW5 9PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b5/48b50cfc4546159a7fe2740dc5a759f7e32d391d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.526882" Longitude="-0.08846665" StarRating="3" HotelCode="349537|the_z_hotel_shoreditch" HotelName="Z Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Concierge,Elevator,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>136-144 City Road, London EC1V 2RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/2f/ad2f4109b597c1e63f675fa85f86ffbbf753fe00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Z Hotel Shoreditch to discover the wonders of London. The hotel offers a wide range of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.58873899" Longitude="-0.06250125" StarRating="3" HotelCode="495957|premier_inn_london_tottenham_hale" HotelName="London Tottenham Hale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.482571799992" Longitude="-0.45067897613159" StarRating="4" HotelCode="986178|radisson_red_hotel_london_heathrow" HotelName="Radisson RED Hotel London Heathrow" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.20" OriginalAmount="93.20">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|1080948" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.75" OriginalAmount="93.75">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|388255" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94" OriginalAmount="94">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|55673" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94" OriginalAmount="94">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|199917" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94" OriginalAmount="94">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94" OriginalAmount="94">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|85040" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94" OriginalAmount="94">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|holiday_inn_express_london__croydon" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.56520951" Longitude="-0.4473512" StarRating="3" HotelCode="566795|ivy_house_2" HotelName="Ivy House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Ivy House Road, Ickenham, Uxbridge UB10 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/e5/9ee50c8dc985bf523b29f00383a283e061cd9fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.34" OriginalAmount="94.34">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|16297" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.60" OriginalAmount="94.60">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|382675" HotelName="Clayton Crown Hotel London" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.89" OriginalAmount="94.89">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|384345" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|1967785" HotelName="London Heathrow Marriott Hotel" Meals="BED &amp; BREAKFAST,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>
        <HotelDescription>&lt;br/&gt;The appealing hotel is situated in Heathrow and attracts guests with its impressive fittings, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|405705" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is a 4-minute walk from the Royal Albert tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is 650 m from the Woolwich Arsenal train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|novotel_london_excel" HotelName="Novotel London Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|kip_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.51681569" Longitude="-0.17358657" StarRating="0" HotelCode="519459|easyhotel_paddington" HotelName="easyHotel London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Norfolk Place, Paddington, London W2 1QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/22/0622e92ccff3059313114389d9bd0e729f15fb2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.486602313202" Longitude="-0.25394305753025" StarRating="3" HotelCode="639205|london_chiswick" HotelName="Premier Inn London Chiswick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.3920045" Longitude="-0.31059231" StarRating="0" HotelCode="726437|black_lion" HotelName="Black Lion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Brighton Road, Surbiton KT6 5PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0a/8d0ae2f60d4cde4afc0bf550e78f732d7b7c769b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.51992715" Longitude="-0.483136" StarRating="0" HotelCode="795764|the_watersedge_canal_cottages" HotelName="The Watersedge Canal Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Packet Boat Lane, Hillingdon UB8 2JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6f/316f9c954e288d355824d8e196eacd34cde9c936.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.31" OriginalAmount="95.31">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|1061998" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.33" OriginalAmount="95.33">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.84" OriginalAmount="95.84">
      <BasicPropertyInfo Latitude="51.414106" Longitude="-0.180625" StarRating="3" HotelCode="152865|316016" HotelName="Premier Inn London Wimbledon South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within easy reach of Colliers Wood underground station\n\nIdeally located within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96" OriginalAmount="96">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|crown_moran_hotel" HotelName="Clayton Crown Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|hotel_ibis_london_excel_docklands" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.52450206259" Longitude="-0.036753347638069" StarRating="2" HotelCode="394485|dirty_liquor_hotel" HotelName="New Globe hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359 Mile End Road, London E3 4QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/11/da114dac0b3ff2ed226bd06adb1892a2aa9d2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is New Globe hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.10" OriginalAmount="96.10">
      <BasicPropertyInfo Latitude="51.47384257" Longitude="-0.06353817" StarRating="3" HotelCode="490353|843281" HotelName="Peckham Rooms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.46" OriginalAmount="96.46">
      <BasicPropertyInfo Latitude="51.510044770374" Longitude="-0.19313810401371" StarRating="3" HotelCode="114652|2426745" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Notting Hill Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97" OriginalAmount="97">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97" OriginalAmount="97">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|55332" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97" OriginalAmount="97">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|54989" HotelName="Clayton Crown 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.493002034591" Longitude="-0.19247855809025" StarRating="1.5" HotelCode="101992|aquarius_2" HotelName="Aquarius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Hogarth Road, Royal Borough of Kensington and Chelsea, London SW5 0PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/89/9889752930ae8d7a150b875ba905742b6c66efdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.510044770374" Longitude="-0.19313810401371" StarRating="3" HotelCode="114652|notting_hill_gate_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Notting Hill Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.512283" Longitude="-0.186194" StarRating="1" HotelCode="173552|smart_hyde_park_inn_hostel" HotelName="Smart Hyde Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hostel is perfectly located in the heart of London, just off London and Europe’s most popular sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.52450206259" Longitude="-0.036753347638069" StarRating="2" HotelCode="394485|new_globe_hotel" HotelName="New Globe hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359 Mile End Road, London E3 4QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/11/da114dac0b3ff2ed226bd06adb1892a2aa9d2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is New Globe hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986194|courtyard_by_marriott_london_city_airport" HotelName="Courtyard by Marriott London City Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Connaught Road, Silvertown, London E16 2AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/f9/9ef94572f8475ab17572b1d8eeb0bb30c7138ebc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.01" OriginalAmount="97.01">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|393165" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.67" OriginalAmount="97.67">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|665321" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.80" OriginalAmount="97.80">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|382095" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98" OriginalAmount="98">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abbey Point Cafe and B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98" OriginalAmount="98">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|24616" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98" OriginalAmount="98">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Travelodge London Ealing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|shakespeare_hotel_2" HotelName="Shakespeare Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.518381" Longitude="-0.127978" StarRating="0" HotelCode="41855|gresham_hotel_bloomsbury" HotelName="Gresham Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Bloomsbury Street, Camden, London WC1B 3QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/44/ab443e95454ee432791d729256f86a86b0245942.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Gresham Hotel Bloomsbury is perfectly located for both business and leisure guests in London. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|urban_villa" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within 1,5 km of Kew Gardens and a 15-minute drive of Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.542533137635" Longitude="0.0072334703847901" StarRating="2" HotelCode="323519|london_olympus_hotel_nirvana" HotelName="London Olympus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Romford Road, Stratford, London E15 4LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/25/6d253bf1c17a31664280c301c9ea8c5c0612dc71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.507825996468" Longitude="-0.27304219517714" StarRating="4" HotelCode="489498|the_kings_head_hotel_15" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.447379683665" Longitude="-0.40686525655292" StarRating="3" HotelCode="903179|ambassador_heathrow_hotel" HotelName="The Ambassador Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Hanworth Road, Feltham, London, Middlesex TW13 5AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/7d/787df968e4079ad71d090b504bb3ed3c196d3947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 20 rooms. Services and facilities at the hotel include a dining area, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.48907961" Longitude="-0.19390125" StarRating="3" HotelCode="986280|oyo_lifestyle_wembar" HotelName="Mystay Inn by OYO" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Warwick Road, Kensington And Chelsea, London SW5 9UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/e8/e1e8922f99c910da7331b147fae4df0ff870113e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="0" HotelCode="986334|adagio_london_sutton" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.61" OriginalAmount="98.61">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|155259" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is within 1,5 km of Kew Gardens and a 15-minute drive of Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Notting Hill Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.54417" Longitude="0.015254" StarRating="2" HotelCode="94564|viking" HotelName="Viking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>162 Romford Road, Stratford, London E15 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/62/23623a0581049502ef5b0dc558362436a798e120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the Borough of Newnham in East London. The establishment e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.508276236287" Longitude="0.038858318227767" StarRating="3" HotelCode="94604|premier_inn_london_docklands_excel" HotelName="London Docklands (Excel) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;With a 24-hour front desk and popular restaurant, this modern hotel offers spacious rooms with Wi-Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.512488630899" Longitude="-0.31159205146584" StarRating="3" HotelCode="460470|ibis_styles_london_ealing_opening_june_2017" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.59700827" Longitude="-0.11069898" StarRating="3" HotelCode="568838|green_rooms_2" HotelName="Green Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>13-27 Station Road, Wood Green, London N22 6UW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/fb/d7fb77ee88386576f23003579d7fb2bd72cf0abf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986200|courtyard_by_marriott_london_heathrow_airport" HotelName="Courtyard London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Nobel Drive, Harlington, Hayes UB3 5AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/4a/1b4abe679d64bc18b934cd0923ec2e1f71cdc3f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.28" OriginalAmount="99.28">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|95435" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.45" OriginalAmount="99.45">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|1552228" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100" OriginalAmount="100">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100" OriginalAmount="100">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.00" OriginalAmount="100.00">
      <BasicPropertyInfo Latitude="51.462039" Longitude="-0.298364" StarRating="2" HotelCode="104146|shandon_house" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys a central location in Richmond. It is situated close to the rail, underground...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.00" OriginalAmount="100.00">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|lensbury_resort" HotelName="The Lensbury" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.00" OriginalAmount="100.00">
      <BasicPropertyInfo Latitude="51.573121" Longitude="-0.431205" StarRating="3" HotelCode="263530|premier_inn_ruislip" HotelName="Premier Inn London Ruislip" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.00" OriginalAmount="100.00">
      <BasicPropertyInfo Latitude="51.509916693513" Longitude="-0.32486897916795" StarRating="3" HotelCode="445643|holiday_inn_express_londonealing" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.22" OriginalAmount="100.22">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|386205" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.64" OriginalAmount="100.64">
      <BasicPropertyInfo Latitude="51.523264" Longitude="-0.160131" StarRating="2" HotelCode="94585|345135" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the quiet Dorset square and is just a couple of minutes’ walk from Baker Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.75" OriginalAmount="100.75">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|463762" HotelName="Best Western Plus Grim’s Dyke Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.92" OriginalAmount="100.92">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|2543215" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|360122" HotelName="London Heathrow Marriott Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;The appealing hotel is situated in Heathrow and attracts guests with its impressive fittings, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;With a 24-hour front desk and popular restaurant, this modern hotel offers spacious rooms with Wi-Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.492359419686" Longitude="-0.27853667736054" StarRating="4" HotelCode="387606|chiswick_moran_hotel" HotelName="Clayton Hotel Chiswick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,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>
        <HotelDescription>&lt;br/&gt;The hotel is located 20 minutes from central London, yet nestled in the tree-lined tranquillity of C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.34" OriginalAmount="101.34">
      <BasicPropertyInfo StarRating="0" HotelCode="|445464" HotelName="ibis Styles London Ealing" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-38 Uxbridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/6/4/445464_b81ad0b1332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.50" OriginalAmount="101.50">
      <BasicPropertyInfo StarRating="0" HotelCode="|522364" HotelName="Plaza London" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>115A-117A Roman Road, Bethnal Green</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/3/6/4/522364_110f12e1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="101.65" OriginalAmount="101.65">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|CAH976800" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.85" OriginalAmount="101.85">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|1434838" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.88" OriginalAmount="101.88">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="101.94" OriginalAmount="101.94">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|711007" HotelName="Coulsdon Manor Hotel and Golf Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <BasicPropertyInfo Latitude="51.492359419686" Longitude="-0.27853667736054" StarRating="4" HotelCode="387606|14333" HotelName="Clayton Hotel Chiswick" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,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>
        <HotelDescription>&lt;br/&gt;The hotel is located 20 minutes from central London, yet nestled in the tree-lined tranquillity of C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|2003" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|royal_cambridge_hotel" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.515484642476" Longitude="-0.16070991754532" StarRating="2" HotelCode="43814|berkeley_court_hotel_" 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>
        <HotelDescription>&lt;br/&gt;Berkeley Court Hotel is conveniently located in the popular Hyde Park area. Featuring a complete lis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.576344" Longitude="-0.098767" StarRating="2" HotelCode="94577|beaconsfield_hotel" HotelName="Beaconsfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>357-359 Green Lanes, London N4 1DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c9/c8c94f461fde34851a301ab23af98452e9f36461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a vibrant area of North London, just a short distance from Finsbury Park and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|vegas_hotel" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.368511" Longitude="-0.099696" StarRating="3" HotelCode="154374|tulsi_croydon_aparthotel" HotelName="Flexistay Tulsi ApartHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>256 High Street, Croydon CR0 1NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/4e/da4ea745fdf6a7f68cfcec8f503ed8dfae70ae64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.3560255" Longitude="-0.11967279999999" StarRating="3" HotelCode="440063|grand_sapphire_hotel_banqueting" HotelName="Grand Sapphire Hotel &amp; Banqueting" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Imperial Way, Croydon, Greater London CR0 4RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/05/29053e87268841a5599cd9f3803d7b56cbfe5137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grand Sapphire Hotel &amp; Banqueting.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.07" OriginalAmount="102.07">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|1649828" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.10" OriginalAmount="102.10">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|2422605" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.14" OriginalAmount="102.14">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|37130" 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 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.22" OriginalAmount="102.22">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.27" OriginalAmount="102.27">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.27" OriginalAmount="102.27">
      <BasicPropertyInfo Latitude="51.458919087761" Longitude="-0.44298153551256" StarRating="4" HotelCode="806237|628011" HotelName="Crowne Plaza London Heathrow T4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.66" OriginalAmount="102.66">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|403060" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.85" OriginalAmount="102.85">
      <BasicPropertyInfo Latitude="51.512488630899" Longitude="-0.31159205146584" StarRating="3" HotelCode="460470|558483" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.87" OriginalAmount="102.87">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|384465" HotelName="Holiday Inn Express Earls Court" 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>295 North End Road, London, W14 9NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/76/6976526c7ba425fb526df8904af906b5e577190b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just within a few minutes of Earl’s Court Arena and Olympia Exhibition Centre. West ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;Berkeley Court Hotel is conveniently located in the popular Hyde Park area. Featuring a complete lis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the quiet Dorset square and is just a couple of minutes’ walk from Baker Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|2131" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|holiday_inn_express_london__earls_court" HotelName="Holiday Inn Express Earls Court" Meals="ROOM ONLY" 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>295 North End Road, London, W14 9NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/76/6976526c7ba425fb526df8904af906b5e577190b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just within a few minutes of Earl’s Court Arena and Olympia Exhibition Centre. West ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|chelsea_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|elmwood_hotel" HotelName="Elmwood Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|best_western_london_highbury" HotelName="Best Western London Highbury" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.51218628858" Longitude="-0.31157076358795" StarRating="3" HotelCode="906927|travelodge_london_ealing_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Travelodge London Ealing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.50743352" Longitude="-0.47331597" StarRating="0" HotelCode="955064|swan_guest_house__london_heathrow" HotelName="The Swan Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Swan Road, West Drayton, London UB7 7JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f7/25f7ee5754c8abe6c2ee0cec3b93e2f8db86567c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.49" OriginalAmount="103.49">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|384765" 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 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.80" OriginalAmount="103.80">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|311644" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|457014" HotelName="The East London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <BasicPropertyInfo Latitude="51.48811062" Longitude="-0.47878204" StarRating="3" HotelCode="520462|491820" HotelName="Harmondsworth Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Summerhouse Lane, Harmondsworth, England UB7 0BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/00/900049ab8fd28b2ca3f2336f4a58a209d85318d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London Stay Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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>
        <HotelDescription>&lt;br/&gt;Lonsdale Hotel is a popular choice amongst travelers in London, whether exploring or just passing th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.520244" Longitude="-0.124098" StarRating="0" HotelCode="114695|lonsdale_hotel" 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>
        <HotelDescription>&lt;br/&gt;Lonsdale Hotel is a popular choice amongst travelers in London, whether exploring or just passing th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.451066728268" Longitude="-0.1480569846558" StarRating="3" HotelCode="903455|the_gateway_hotel_3" HotelName="The Gateway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Balham Hill, London SW12 9EB, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/68/8d681721853e00cfc04dbaeb7c36ca09b478e4c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.05" OriginalAmount="104.05">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|1138242" HotelName="Clayton Crown Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.29" OriginalAmount="104.29">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|2543225" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.44" OriginalAmount="104.44">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|316662" HotelName="Prince Regent Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.55" OriginalAmount="104.55">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|351215" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|33395" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <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 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|380517" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|128188" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the south stand of Twickenham Rugby Stadium, London. Guests are ab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|hilton_croydon" HotelName="Hilton Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|premier_inn_london_putney_bridge" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.4907074" Longitude="-0.05346" StarRating="3" HotelCode="267546|london_stay_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London Stay Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.494434970409" Longitude="-0.18782077676792" StarRating="2" HotelCode="309406|cromwell_crown" HotelName="Cromwell International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Cromwell Road, London SW7 4DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ee/5deee456b4278424882b1cc00c335bf9489129f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.51647649" Longitude="-0.17278429" StarRating="1" HotelCode="441423|st_george_hotel_9" HotelName="St George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Lounge,Luggage Storage,Meeting Room,Parking,Porter,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>46 Norfolk Square, Paddington, Westminster, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fd/c1fdae7af5a6b0a742e859d74c841746fc2bb420.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Saint Georges Hotel places you in the heart of London, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|holiday_inn_london_heathrow_bath_road" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.07" OriginalAmount="105.07">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|559823" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.22" OriginalAmount="105.22">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="105.29" OriginalAmount="105.29">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|CBC054300" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.35" OriginalAmount="105.35">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|64524" HotelName="Hilton Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.60" OriginalAmount="105.60">
      <BasicPropertyInfo Latitude="51.508276236287" Longitude="0.038858318227767" StarRating="3" HotelCode="94604|115413" HotelName="London Docklands (Excel) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;With a 24-hour front desk and popular restaurant, this modern hotel offers spacious rooms with Wi-Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.74" OriginalAmount="105.74">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|608755" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <BasicPropertyInfo Latitude="51.451066728268" Longitude="-0.1480569846558" StarRating="3" HotelCode="903455|55823" HotelName="The Gateway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Balham Hill, London SW12 9EB, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/68/8d681721853e00cfc04dbaeb7c36ca09b478e4c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|24973" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <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="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|ramada_hotel_and_suites_london_docklands" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.489595088092" Longitude="-0.19436030171725" StarRating="3" HotelCode="97100|hotel_olympia_13" HotelName="Hotel Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Earl's Court Square, London SW5 9BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/zz/28ad81350d3b738af95070bf7fdd7016c4a06c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Olympia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.52786908" Longitude="-0.13658654" StarRating="2" HotelCode="398181|publove__exmouth_arms_euston__hostel" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|premier_inn_london_archway" HotelName="London Archway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;From M1 (J2), exit onto Barnet Bypass/Great N Way/A1 towards Central London. Continue on the A406 un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|easyhotel_old_street" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|hampton_by_hilton_london_docklands" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.07" OriginalAmount="106.07">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|32304" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.07" OriginalAmount="106.07">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|6651" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.10" OriginalAmount="106.10">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|36697" 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 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.45" OriginalAmount="106.45">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|683677" HotelName="Pelican London Hotel And Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.66" OriginalAmount="106.66">
      <BasicPropertyInfo Latitude="51.471743585025" Longitude="-0.38179372023774" StarRating="2" HotelCode="147716|133869" HotelName="The Firs Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area just a few hundred metres from Hounslow West underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="106.85" OriginalAmount="106.85">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|CAX729400" HotelName="Clayton Crown Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.91" OriginalAmount="106.91">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|1550508" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|premier_inn_london_hammersmith" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.4981705" Longitude="-0.2222168" StarRating="2" HotelCode="902818|star_hotel__bb" 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>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.10" OriginalAmount="107.10">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|19877" HotelName="Clayton Crown Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.67" OriginalAmount="107.67">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|467005" HotelName="Dolphin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <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>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <BasicPropertyInfo Latitude="51.462221096318" Longitude="-0.18891334533691" StarRating="3" HotelCode="34473|16372" 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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Chelsea and Fulham football stadiums and Queens Tennis Club. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|abbey_hotel_8" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3.5" HotelCode="403898|safestay_holland_park" HotelName="Safestay London Kensington Holland Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Holland Walk, Holland Park, Kensington, London W8 7QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1c/431cad984ac8994024d880d710ed1824a6f9572a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.514802" Longitude="-0.176746" StarRating="3" HotelCode="408634|ascot_hyde_park_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is just 150 m from Paddington Station, with direct underground, national rail and airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.51377063" Longitude="-0.1105174" StarRating="0" HotelCode="476825|the_z_hotel_city" HotelName="Z City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Fleet Street, London EC4Y 1AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/47/ad4707c25a845789621d618fdf29587eda419c36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.06" OriginalAmount="108.06">
      <BasicPropertyInfo Latitude="51.515100811511" Longitude="-0.17231589550977" StarRating="2.5" HotelCode="146202|4283165" HotelName="Hotel Columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Sussex Gardens, London W2 2RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/49/7949867ee57fcb4eac4dc3472e192a749b793c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Columbus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.27" OriginalAmount="108.27">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|6652" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is just 150 m from Paddington Station, with direct underground, national rail and airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1.5" HotelCode="18318|2276" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Tavistock Place, London WC1H 9SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c41d81546ecdc4440a5bd1e06996122abcf5ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Compton Place, close to London's City district. Given the excellent ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|travelodge_london_park_royal" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|the_craven_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|sapphire_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.41368511" Longitude="-0.30543318" StarRating="4" HotelCode="446572|doubletree_by_hilton_london_kingston_upon_thames" HotelName="DoubleTree by Hilton Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.49351912" Longitude="-0.19604394" StarRating="2" HotelCode="498360|saint_james_backpackers" HotelName="Saint James Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|hampton_by_hilton_london_croydon" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers quick and direct transport links to Gatwick Airport, Victoria and London Bridge fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.52" OriginalAmount="109.52">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|1879165" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.71" OriginalAmount="109.71">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|632083" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.91" OriginalAmount="109.91">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|313848" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.91" OriginalAmount="109.91">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|172419" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.93" OriginalAmount="109.93">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.00" OriginalAmount="110.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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|2124" HotelName="Dolphin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|guilford" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|colliers_hotel" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.515100811511" Longitude="-0.17231589550977" StarRating="2.5" HotelCode="146202|columbus_hotel" HotelName="Hotel Columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Sussex Gardens, London W2 2RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/49/7949867ee57fcb4eac4dc3472e192a749b793c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Columbus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|the_whitechapel_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.56599406" Longitude="-0.10226167" StarRating="3" HotelCode="325741|queens_hotel_3" HotelName="Queens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.5644351" Longitude="-0.011468199999968" StarRating="3" HotelCode="429631|the_lion_key_hotel" HotelName="Lion &amp; Key Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|hampton_by_hilton_london_park_royal" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.11" OriginalAmount="110.11">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|608855" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.16" OriginalAmount="110.16">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|385915" 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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="110.56" OriginalAmount="110.56">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|CAQ293000" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.71" OriginalAmount="110.71">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Chelsea and Fulham football stadiums and Queens Tennis Club. The hotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.94" OriginalAmount="110.94">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|6621" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <BasicPropertyInfo Latitude="51.512283" Longitude="-0.186194" StarRating="1" HotelCode="173552|200396" HotelName="Smart Hyde Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hostel is perfectly located in the heart of London, just off London and Europe’s most popular sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.492114" Longitude="-0.141617" StarRating="2" HotelCode="36443|stanley_house_hotel" HotelName="Stanley House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/21 Belgrave Road, Victoria, London SW1V 1RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/85/58858681653a4eef7bb5aa1ff0a1ab4a543d64bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|st_athans_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.53683" Longitude="-0.139445" StarRating="1" HotelCode="173554|smart_camden_inn_hostel" HotelName="Smart Camden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Bayham Street, London NW1 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/5b/575ba351c230bb44963cfa14e937ddeb593cbc2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than 500 m from Camden Market, the hostel is located in Camden’s pubs and clubs district, one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|jurys_inn_london_heathrow_2" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|holland_inn_hotel" HotelName="Holland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located a 5-minute walk from the pubs at Shepherds Bush and near the new Westfield sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.51198193" Longitude="-0.0892075" StarRating="3" HotelCode="986329|hub_by_premier_inn_london_city_bank" HotelName="Hub by Premier Inn London City Bank" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.11" OriginalAmount="111.11">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers quick and direct transport links to Gatwick Airport, Victoria and London Bridge fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.13" OriginalAmount="111.13">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|316798" HotelName="Church Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.45" OriginalAmount="111.45">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|16233" HotelName="Hilton Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="111.58" OriginalAmount="111.58">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|JE2" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/04/2026" 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 Common</AddressLine>
          </AddressLines>
          <PostalCode>(0)2088968488</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e1/50e10982588914196993a6c5b3c9c78bb57e4f36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.62" OriginalAmount="111.62">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|407262" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within 1,5 km of Kew Gardens and a 15-minute drive of Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.68" OriginalAmount="111.68">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|1486508" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.73" OriginalAmount="111.73">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|1270434" HotelName="Holiday Inn Express Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>295 North End Road, London, W14 9NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/76/6976526c7ba425fb526df8904af906b5e577190b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just within a few minutes of Earl’s Court Arena and Olympia Exhibition Centre. West ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.73" OriginalAmount="111.73">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|2351790" HotelName="Holiday Inn Express Royal Docks, Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.87" OriginalAmount="111.87">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|939175" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112" OriginalAmount="112">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112" OriginalAmount="112">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area just a few hundred metres from Hounslow West underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112" OriginalAmount="112">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112" OriginalAmount="112">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.539046017994" Longitude="-0.05594635246582" StarRating="2" HotelCode="78099|city_inn_express_2" HotelName="City Inn Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144a Mare Street, Hackney, E8 3SG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/47/4e475c3f7b176fefb8575bb4a9629751af768424.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|best_western_maitrise_hotel_maida_vale" HotelName="Maitrise Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.06" OriginalAmount="112.06">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|15813" HotelName="Shakespeare Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.24" OriginalAmount="112.24">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|32764" HotelName="Crowne Plaza London Ealing" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.35" OriginalAmount="112.35">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|164966" HotelName="Best Western London Highbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.77" OriginalAmount="112.77">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|113302" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|200739" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|33986" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers quick and direct transport links to Gatwick Airport, Victoria and London Bridge fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.509916693513" Longitude="-0.32486897916795" StarRating="3" HotelCode="445643|200243" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.53683" Longitude="-0.139445" StarRating="1" HotelCode="173554|199548" HotelName="Smart Camden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Bayham Street, London NW1 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/5b/575ba351c230bb44963cfa14e937ddeb593cbc2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than 500 m from Camden Market, the hostel is located in Camden’s pubs and clubs district, one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|300846" HotelName="St Christopher's at The Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|1_lexham_gardens_hotel" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|st_georges_pimlico" 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>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.52416" Longitude="-0.116373" StarRating="2" HotelCode="148446|grenville_hotel" HotelName="Grenville Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grenville Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|dolphininn" HotelName="Dolphin Inn" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys the perfect location to be guests’ base from which to explore London. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.52985498" Longitude="-0.07732457" StarRating="3" HotelCode="323930|central_hoxton_shoreditch" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.51562647" Longitude="-0.17452312" StarRating="2" HotelCode="324429|sophia_3" HotelName="Hotel Sophia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5A London Street, London W2 1HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/8b/148b01dd4b8937163b5bcb828fa3745c0fa11070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, Hotel Sophia puts everything the city has to offer just outside y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.40699201" Longitude="0.02679602" StarRating="3" HotelCode="325194|tamasha_hotel" HotelName="Tamasha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>131 Widmore Road, Bromley, Kent BR1 3AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/be/61beb53ff4c919c1b8de9c3903f6d75319edba8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|studios2let_serviced_apartments" 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>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.6041824" Longitude="0.00280217" StarRating="0" HotelCode="957201|the_royal_oak_35" HotelName="The Royal Oak" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>320 Hale End Road, Highams Park, Essex IG8 9LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a7aea87bd6d2700ab2f1242961260bbe3ebf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.05" OriginalAmount="113.05">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="4" HotelCode="986334|883206" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.29" OriginalAmount="113.29">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|385185" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.36" OriginalAmount="113.36">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|108302" 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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.42" OriginalAmount="113.42">
      <BasicPropertyInfo StarRating="3" HotelCode="|217823" HotelName="Travelodge London Vauxhall" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BONDWAY 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/8/2/3/217823_2b44a0c1431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.45" OriginalAmount="113.45">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.70" OriginalAmount="113.70">
      <BasicPropertyInfo Latitude="51.492359419686" Longitude="-0.27853667736054" StarRating="4" HotelCode="387606|132861" HotelName="Clayton Hotel Chiswick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located 20 minutes from central London, yet nestled in the tree-lined tranquillity of C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Victoria Station. The total number of bedrooms is 41. EasyHotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|park_inn_hotel__conference_centre_london_heathrow" HotelName="Radisson Hotel &amp; Conference Centre London Heathrow" 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,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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located outside of the city, close to a selection of nightclubs (50 m). Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|the_lodge_hotel" HotelName="The Lodge Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.469554" Longitude="-0.36766899999998" StarRating="3" HotelCode="297004|homestay_hotel" HotelName="Homestay Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.507818791377" Longitude="0.019602146700297" StarRating="4" HotelCode="503963|good_hotel_london" HotelName="Good Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.55315067" Longitude="-0.2854628" StarRating="3" HotelCode="522802|the_arch_wembley" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.514106969634" Longitude="-0.070091294477493" StarRating="3" HotelCode="935611|premier_inn_london_city_aldgate" HotelName="Premier Inn London City (Aldgate) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Located in Whitechapel district, 4.5 km from London center, 5.5 km from the Buckingham Palace and 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.49395922" Longitude="-0.07511609" StarRating="0" HotelCode="962609|the_grange_pub" HotelName="The Grange Pub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>103 – 104 Grange Road, Bermondsey, London SE1 3BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1f/e41f10f22a4a95424ab5de5eedf78ecdb5453ad5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.66" OriginalAmount="114.66">
      <BasicPropertyInfo StarRating="3" HotelCode="|218050" HotelName="Prince Regent Excel London" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prince Regent Lane 361-363</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/0/5/0/218050_17276ea1019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.69" OriginalAmount="114.69">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|1643248" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.69" OriginalAmount="114.69">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|648486" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.80" OriginalAmount="114.80">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|2543385" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.80" OriginalAmount="114.80">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|35759" HotelName="Crowne Plaza London Ealing" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <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>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|199433" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <BasicPropertyInfo Latitude="51.6041824" Longitude="0.00280217" StarRating="0" HotelCode="957201|478861" HotelName="The Royal Oak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>320 Hale End Road, Highams Park, Essex IG8 9LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a7aea87bd6d2700ab2f1242961260bbe3ebf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.551556853212" Longitude="-0.19169427816477" StarRating="3" HotelCode="142621|291_suites" HotelName="NOX HOTELS - West Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>291 West End Lane, London NW6 1RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/bd/e0bdb0ad932d892da6ed43e2e3fefd5b23a11fe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.526092867083" Longitude="-0.082333490129031" StarRating="4" HotelCode="150869|millenium_apartments_3" HotelName="Savoy Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Rivington Street, London EC2A 3DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/8d/3e8dd03d0c89d80fa6bc4b3470986a6fee7f0879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Savoy Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.516404713164" Longitude="-0.17101548710252" StarRating="2" HotelCode="172001|berkeley_court_hotel" HotelName="Berkeley Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Sussex Gardens, Hyde Park, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/48/74487619fac3c942df730b831dbf0f41e456d588.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.508275026069" Longitude="0.035791397094727" StarRating="4" HotelCode="175055|aloft_london_excel" HotelName="Aloft London Excel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This the only hotel directly connected to the ExCel exhibition centre, just 4 km from London City Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|palmers_lodge_swiss_cottage" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse is located near Swiss Cottage or Finchley Road tube stations and in a few minutes gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.52885005" Longitude="-0.12276357" StarRating="0" HotelCode="986153|kx_rooms" HotelName="KX Rooms Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>41 Argyle Square, Kings Cross, Camden, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/dc/3ddc48c77b4bfa2457a664830c94d4ca0f294095.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.04" OriginalAmount="115.04">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|941305" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes drive from the M11 motorway and less than 3 km from Woodford Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.62" OriginalAmount="115.62">
      <BasicPropertyInfo Latitude="51.474325966622" Longitude="-0.15710104026448" StarRating="4" HotelCode="244305|180527" HotelName="Axiom Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116" OriginalAmount="116">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|382205" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|33988" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys a central location in Richmond. It is situated close to the rail, underground...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|citadines_barbican_london_2" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|hallmark_hotel_london_chigwell_prince_regent" HotelName="London Chigwell Prince Regent Hotel, BW Signature Collection" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes drive from the M11 motorway and less than 3 km from Woodford Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.517473" Longitude="-0.29106400000001" StarRating="4" HotelCode="158880|hotel_55" HotelName="Hotel 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel 55.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.521606462475" Longitude="-0.13449276353435" StarRating="0" HotelCode="795884|london_goodge_street" HotelName="hub by Premier Inn London Goodge Street" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.64866877" Longitude="-0.04641575" StarRating="0" HotelCode="958146|cogie_abode" HotelName="Cogie Abode" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>329 High Street, Enfield EN3 4DJ, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/33/6333b22f92f64150e04833c07501e0603491ab93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.48688225" Longitude="-0.196914" StarRating="2" HotelCode="986339|london_west_brompton" HotelName="Hub by Premier Inn London West Brompton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.11" OriginalAmount="116.11">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|1486518" HotelName="Smart Hyde Park View Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.30" OriginalAmount="116.30">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|386035" 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>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.45" OriginalAmount="116.45">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|1081108" HotelName="Lords" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.96" OriginalAmount="116.96">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|118792" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This the only hotel directly connected to the ExCel exhibition centre, just 4 km from London City Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|4128" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|holiday_inn_london_brentford_lock" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|mowbray_court" HotelName="Mowbray Court Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|eurotraveller_hotelpremier_tower_bridge" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|dover_hotel" HotelName="Dover" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.49202858" Longitude="-0.14193942" StarRating="0" HotelCode="503201|easyhotel_victoria" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Victoria Station. The total number of bedrooms is 41. EasyHotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.51414067" Longitude="-0.13698933" StarRating="0" HotelCode="648915|the_z_hotel_tottenham_court_road" HotelName="Z Tottenham Court Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Poland Street, London W1F 7NQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/70/0c70149e4a56c5685fa5b10168502f688519d978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.5378591" Longitude="-0.10366767" StarRating="0" HotelCode="751590|islington_creed" HotelName="Islington Creed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Studd Street, slington, London N1 0QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/eb/15ebc000f3938067212ee0f76338f19292af8569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.17" OriginalAmount="117.17">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|316624" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.46" OriginalAmount="117.46">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|144097" HotelName="St Christopher's at The Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.74" OriginalAmount="117.74">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|2637405" 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>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.87" OriginalAmount="117.87">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|1439458" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.96" OriginalAmount="117.96">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|25682" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes drive from the M11 motorway and less than 3 km from Woodford Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|lords_hotel" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|lancaster_court_hotel_2" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|richmond_hill_hotel" 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>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.4392836" Longitude="-0.36017961" StarRating="3" HotelCode="159644|premier_inn_twickenham_east" HotelName="Premier Inn Twickenham East" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.516154" Longitude="-0.067739999999958" StarRating="3" HotelCode="296641|qbic_hotel_london_city_3" HotelName="Qbic Hotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Adler Street, London E1 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/17/1e17e57be4c5acd5a61b68299f7e7a6d867f948a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.47383211" Longitude="-0.34510473" StarRating="2.5" HotelCode="481074|the_milford_arms" HotelName="The Milford Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>574 London, London TW7 4EY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f5/c2f5e31d28712bcf2e42c7835e8db81d289e3577.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.51470953" Longitude="-0.15990925" StarRating="0" HotelCode="986031|sapphire_4" HotelName="Sapphire Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, London W1H 7LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/84/35/8435fd293c608ae7b1f0cee7f9d34ac3853aa603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.52946671" Longitude="-0.11622125" StarRating="0" HotelCode="986376|london_queens_eurostar_kings_cross" HotelName="London Queen's Eurostar Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.13" OriginalAmount="118.13">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|7580" HotelName="Crowne Plaza London Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.15" OriginalAmount="118.15">
      <BasicPropertyInfo Latitude="51.509338" Longitude="-0.08119425" StarRating="3" HotelCode="571176|906410" HotelName="hub by Premier Inn London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.68" OriginalAmount="118.68">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|312417" HotelName="The Lensbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.72" OriginalAmount="118.72">
      <BasicPropertyInfo Latitude="51.492114" Longitude="-0.141617" StarRating="2" HotelCode="36443|2543245" HotelName="Stanley House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/21 Belgrave Road, Victoria, London SW1V 1RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/85/58858681653a4eef7bb5aa1ff0a1ab4a543d64bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.00" OriginalAmount="119.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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grenville Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|3791" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel 55.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <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>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.625389" Longitude="0.032119" StarRating="3" HotelCode="79027|premier_inn_loughtonbuckhurst_hill" HotelName="Premier Inn Loughton/Buckhurst Hill" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 35 minutes by tube from the centre of London yet within 3 km of the large...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.5131037" Longitude="-0.105612" StarRating="3" HotelCode="263523|premier_inn_london_blackfriars" HotelName="Premier Inn London Blackfriars (Fleet Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of London and just 350 m from London Blackfriars Underground Station, Premier Inn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.17" OriginalAmount="119.17">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|217266" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="119.41" OriginalAmount="119.41">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|CAP915100" HotelName="Shakespeare Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.54" OriginalAmount="119.54">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|122897" HotelName="Maitrise Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.99" OriginalAmount="119.99">
      <BasicPropertyInfo Latitude="51.514392060161" Longitude="-0.1729316864909" StarRating="3" HotelCode="114626|1550988" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|14343" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <BasicPropertyInfo Latitude="51.52416" Longitude="-0.116373" StarRating="2" HotelCode="148446|199430" HotelName="Grenville Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grenville Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|2116" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|top_kensington_gardens_hotel" 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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|united_lodge_hotel" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.54638795" Longitude="-0.07374894" StarRating="3" HotelCode="339696|premier_inn_london_hackney_" HotelName="Premier Inn London Hackney hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.59156737" Longitude="-0.14359801" StarRating="3" HotelCode="502836|roseview_alexandra_palace_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.21" OriginalAmount="120.21">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|1478178" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.87" OriginalAmount="120.87">
      <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 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.98" OriginalAmount="120.98">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986200|845125" HotelName="Courtyard London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nobel Drive, Harlington, Hayes UB3 5AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/4a/1b4abe679d64bc18b934cd0923ec2e1f71cdc3f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|56539" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <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>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|st_christophers_inn_greenwich__hostel" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|premier_inn_london_city" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.514392060161" Longitude="-0.1729316864909" StarRating="3" HotelCode="114626|linden_house_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.522798" Longitude="-0.123331" StarRating="1" HotelCode="173555|smart_russell_square_hostel_3" HotelName="Smart Russell Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel is situated in the heart of London, in an ideal area for any type of trip, a 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.549004" Longitude="-0.16214000000002" StarRating="3.5" HotelCode="296636|haverstock_hotel_2" HotelName="Haverstock 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>154 Haverstock Hill, Hampstead, London NW3 2AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/3a/7c3abb6aa138c05fa8aaacdb08336c8c620c2b19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.55355" Longitude="-0.21201799999994" StarRating="3" HotelCode="296644|windmill_guest_house_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.05" OriginalAmount="121.05">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of central London near Hyde Park, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.26" OriginalAmount="121.26">
      <BasicPropertyInfo Latitude="51.492212" Longitude="-0.1944" StarRating="3" HotelCode="17039|1550828" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="121.27" OriginalAmount="121.27">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|1615108" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.97" OriginalAmount="121.97">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|822303" HotelName="Sapphire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|smart_hyde_park_view" 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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.485512438434" Longitude="-0.12385655826643" StarRating="3" HotelCode="263544|travelodge_london_vauxhall" HotelName="Travelodge London Vauxhall" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|the_collective_canary_wharf" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.5405159" Longitude="-0.11714677" StarRating="0" HotelCode="986033|caledonian_studio_flats" HotelName="Caledonian Studio Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>287 Caledonian Road, Islington, London N1 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/44/02440d9376bd3a230496d8f2a9d03ceb4af5a08d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This adults-only hotel warmly welcomes guests in London. For those in need of an adults-only holiday...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.04" OriginalAmount="122.04">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.08" OriginalAmount="122.08">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|1081548" HotelName="The California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <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="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|56872" HotelName="Studios 2 Let Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <BasicPropertyInfo Latitude="51.5644351" Longitude="-0.011468199999968" StarRating="3" HotelCode="429631|224255" HotelName="Lion &amp; Key Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|the_grand_hotel_21" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street, just minutes from Earl's Court Underground Station and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="123.05" OriginalAmount="123.05">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|CBE044400" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.27" OriginalAmount="123.27">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.32" OriginalAmount="123.32">
      <BasicPropertyInfo Latitude="51.55315067" Longitude="-0.2854628" StarRating="3" HotelCode="522802|660163" HotelName="The Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 05/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.41" OriginalAmount="123.41">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|661266" HotelName="The Whitechapel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.72" OriginalAmount="123.72">
      <BasicPropertyInfo Latitude="51.493537970857" Longitude="-0.19889353395039" StarRating="2" HotelCode="114644|4323265" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <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="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <BasicPropertyInfo Latitude="51.492114" Longitude="-0.141617" StarRating="2" HotelCode="36443|199818" HotelName="Stanley House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/21 Belgrave Road, Victoria, London SW1V 1RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/85/58858681653a4eef7bb5aa1ff0a1ab4a543d64bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|apollo_hotel_20" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|the_bromley_court_hotel_2" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.52855141" Longitude="-0.12267787" StarRating="2" HotelCode="325132|kings_cross_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is King's Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.509338" Longitude="-0.08119425" StarRating="3" HotelCode="571176|london_tower_bridge" HotelName="hub by Premier Inn London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.46118946" Longitude="-0.21806323" StarRating="3" HotelCode="838667|putney_hotel_bw_signature_collection" HotelName="Putney Hotel, BW Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 Upper Richmond Road, Putney, London, England SW15 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4d/874d2f6cf26e8570feb9d19acad3d8263f38cb02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.51269367" Longitude="-0.18682499" StarRating="0" HotelCode="986348|new_kent_apartments" HotelName="New Kent Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Inverness Terrace, Bayswater, London W2 3JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f4/11f42369020a2056da23f80f122dbf5b712d87ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.26" OriginalAmount="124.26">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|313768" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.38" OriginalAmount="124.38">
      <BasicPropertyInfo Latitude="51.516200700913" Longitude="-0.17155140638351" StarRating="2" HotelCode="17452|386145" HotelName="Seymour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of central London near Hyde Park, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|54356" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.494243134313" Longitude="-0.19715443253517" StarRating="3" HotelCode="47648|comfort_inn_kensington" HotelName="Premier Inn Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Kensington approximately 200 m from Earl's Court underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.493537970857" Longitude="-0.19889353395039" StarRating="2" HotelCode="114644|west_cromwell_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.494528690641" Longitude="-0.20707726478577" StarRating="4" HotelCode="189748|simply_rooms__suites" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.5488633" Longitude="-0.1923206" StarRating="2" HotelCode="267544|charlotte_guest_house_2" HotelName="Charlotte Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.08" OriginalAmount="125.08">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|831088" HotelName="easyHotel Old Street / Barbican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.24" OriginalAmount="125.24">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.27" OriginalAmount="125.27">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|363929" HotelName="Crowne Plaza London - Kingston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <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="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 35 minutes by tube from the centre of London yet within 3 km of the large...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Hide London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.546418448671" Longitude="-0.17377227544784" StarRating="2" HotelCode="189764|avoca_house_hotel" HotelName="Avoca House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.495682573722" Longitude="-0.14630639993061" StarRating="3" HotelCode="263538|the_z_hotel_victoria" 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>
        <HotelDescription>&lt;br/&gt;This hotel sits amidst the bustle and charm of the central London district of Victoria. The property...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.46648451" Longitude="-0.14979161" StarRating="3" HotelCode="946175|premier_inn_london_clapham" HotelName="Premier Inn London Clapham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|1062308" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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="Free CXL until 08/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|kingsway_park" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.53411213" Longitude="-0.13889375" StarRating="0" HotelCode="726166|the_hurdwick" HotelName="The Hurdwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.52315172" Longitude="-0.1742605" StarRating="0" HotelCode="986081|marble_arch_flats" HotelName="Marble Arch Flat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>442 Edgware Road, Westminster, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/30/b4306b603a337b490570e7fb2c984da10606375a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.06" OriginalAmount="127.06">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|830005" HotelName="Dover" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="127.28" OriginalAmount="127.28">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|607710" HotelName="King Solomon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="127.33" OriginalAmount="127.33">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|CAX130500" HotelName="King Solomon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.58" OriginalAmount="127.58">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.61" OriginalAmount="127.61">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hostel is perfectly located in the heart of London, just off London and Europe’s most popular sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.92" OriginalAmount="127.92">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|428575" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.96" OriginalAmount="127.96">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128" OriginalAmount="128">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128" OriginalAmount="128">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128" OriginalAmount="128">
      <BasicPropertyInfo Latitude="51.516200700913" Longitude="-0.17155140638351" StarRating="2" HotelCode="17452|31916" HotelName="Seymour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of central London near Hyde Park, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128" OriginalAmount="128">
      <BasicPropertyInfo Latitude="51.53411213" Longitude="-0.13889375" StarRating="0" HotelCode="726166|495505" HotelName="The Hurdwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128" OriginalAmount="128">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel sits amidst the bustle and charm of the central London district of Victoria. The property...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.503764" Longitude="-0.091196" StarRating="2" HotelCode="65658|st_christophers_the_inn__london_bridge" HotelName="St Christopher's at The Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|admiral" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.532326560141" Longitude="-0.12003950777705" StarRating="2" HotelCode="150155|journeys_kings_cross" HotelName="Home London Hostel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.54598" Longitude="-0.055857" StarRating="4" HotelCode="187075|the_old_ship_inn_hackney" HotelName="The Old Ship" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, Sylvester Path, London E8 1EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bd/33bd7ec70331d64b701a9610ce7af7397eb6e4f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Hackney Central Train Station, only 15 minutes’ train journey from Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.4941321" Longitude="-0.21412880000003" StarRating="4" HotelCode="303760|st_paul_hotel" HotelName="St Paul's 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.58137547" Longitude="-0.2263524" StarRating="4" HotelCode="324386|the_hide_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Hide London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.53360851" Longitude="0.02248999" StarRating="3" HotelCode="429979|metro_star_2" HotelName="Metro Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/03/2026" HotelFacility="Internet,Kitchen,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>71 Stopford Road, London E13 0NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/d8/60d89189d4b9435ae0942081adeaa6a0dc1a7705.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Metro Star.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.52732067596" Longitude="-0.28311407040269" StarRating="4" HotelCode="510863|park_plaza_london_park_royal" HotelName="Park Plaza London Park Royal" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.57460347" Longitude="-0.20192725" StarRating="3" HotelCode="571520|mstay_golders_green" HotelName="Mstay Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>146-150 Golders Green Road, London NW11 8HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/2a/2d2a6eac76a659fadea455f99cf946d962cc2538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;MStay Golders Green Hotel is providing ultra-modern, chic, comfortable, boutique accommodation in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.09" OriginalAmount="128.09">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|1486638" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.37" OriginalAmount="128.37">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|385495" HotelName="Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|13309" HotelName="Britannia Hampstead 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|london_premier_kensington" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|best_western_chiswick_palace_" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.494658" Longitude="-0.177699" StarRating="1" HotelCode="94556|acacia_house" HotelName="Acacia House Shared Facilities" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Queensberry Place, South Kensington, London, SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/70/fe70c1ccc6a27cad3157cefe72e344ccc2be5597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.490231" Longitude="-0.13759400000004" StarRating="1" HotelCode="293776|astor_victoria_hostel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.511671" Longitude="-0.18544099999997" StarRating="3" HotelCode="284906|astor_queensway_hostel_2" HotelName="Astor Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.18647" StarRating="1" HotelCode="307769|queens_hotel_13" HotelName="Queens Hotel Bayswater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater, London W2 3LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/8c/3b8c1d61e41960f1feaa649531acb83af6a1beee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.49924292" Longitude="-0.20918699" StarRating="3" HotelCode="446597|88_studios" HotelName="88 Studio Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>88 Holland Road, Kensington, London W14 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/0c/300c3f32907e3535fb93e4f1d20bd0c2b9332b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2.5" HotelCode="571845|moxy_london_stratford" HotelName="Moxy London Stratford" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.16" OriginalAmount="129.16">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|834235" HotelName="The Trebovir Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street, just minutes from Earl's Court Underground Station and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.77" OriginalAmount="129.77">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|55184" HotelName="DoubleTree by Hilton London - Docklands Riverside" 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Rotherhithe Street, London SE16 5HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/fb/dbfbfb57e6f4820954e6c5292a2798b229c0e05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located approximately 20 minutes from the centre of London, where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="129.86" OriginalAmount="129.86">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|746385" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="129.98" OriginalAmount="129.98">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|627710" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|55963" HotelName="Dover" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.00" OriginalAmount="130.00">
      <BasicPropertyInfo Latitude="51.501837" Longitude="-0.212617" StarRating="3" HotelCode="402131|kensington_suite_hotel" HotelName="Kensington Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 - 130 Holland Road, Earls Court, London W14 8BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/f9/83f9fa2c48a5449e9a533968698ad7b3ca636854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Holland Road in Kensington Olympia, this hotel is situated 1.7 km from Earl's Court Exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.00" OriginalAmount="130.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="901587|hotel_orlando" HotelName="Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>83 Shepherd's Bush Road, London W6 7LR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/de/68de6b7a39d8a7440d7cfbac7924997c18e4d811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bed and breakfast provides family friendly accommodation just 0.5 km from Hammersmith tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.51" OriginalAmount="130.51">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|1076268" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.62" OriginalAmount="130.62">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|15812" HotelName="Dolphin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.85" OriginalAmount="130.85">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3.5" HotelCode="403898|602025" HotelName="Safestay London Kensington Holland Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Holland Walk, Holland Park, Kensington, London W8 7QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1c/431cad984ac8994024d880d710ed1824a6f9572a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|14550" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <BasicPropertyInfo Latitude="51.464313263175" Longitude="-0.21354675292969" StarRating="3" HotelCode="189724|199506" HotelName="mk hotel london" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/87/7287d5a134efa753d2511854152d086f9ba285c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.18647" StarRating="1" HotelCode="307769|405192" HotelName="Queens Hotel Bayswater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater, London W2 3LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/8c/3b8c1d61e41960f1feaa649531acb83af6a1beee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|457140" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.529092" Longitude="-0.120078" StarRating="1" HotelCode="170218|clink_261_hostel" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Central London. Guests will find Kings Cross St Pancras tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|the_clarendon_2" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|roomzzz_london_stratford" HotelName="Roomzzz London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.08" OriginalAmount="131.08">
      <BasicPropertyInfo Latitude="51.625389" Longitude="0.032119" StarRating="3" HotelCode="79027|312532" HotelName="Premier Inn Loughton/Buckhurst Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 35 minutes by tube from the centre of London yet within 3 km of the large...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.83" OriginalAmount="131.83">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|37083" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132" OriginalAmount="132">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132" OriginalAmount="132">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|31831" HotelName="Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|white_house_12" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.528668075858" Longitude="-0.12302296808821" StarRating="5" HotelCode="114557|apollo_hotel_5" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.464313263175" Longitude="-0.21354675292969" StarRating="3" HotelCode="189724|mk_hotel_london" HotelName="mk hotel london" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/87/7287d5a134efa753d2511854152d086f9ba285c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|st_mark_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|bermondsey_square_hotel" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.51694675" Longitude="-0.20986918" StarRating="0" HotelCode="986154|the_kph" HotelName="The KPH" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986286|bermonds_locke" HotelName="Bermonds Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Tower Bridge Road, Bermondsey, London SE1 3LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6e/a56ea626949bcd803e87097f9f470f9eb1829dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.17" OriginalAmount="132.17">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|386005" HotelName="Holiday Inn London - West" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.23" OriginalAmount="132.23">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|696826" HotelName="St Athans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.35" OriginalAmount="132.35">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.40" OriginalAmount="132.40">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|830865" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.65" OriginalAmount="132.65">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|1062168" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.75" OriginalAmount="132.75">
      <BasicPropertyInfo Latitude="51.492114" Longitude="-0.141617" StarRating="2" HotelCode="36443|317064" HotelName="Stanley House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/21 Belgrave Road, Victoria, London SW1V 1RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/85/58858681653a4eef7bb5aa1ff0a1ab4a543d64bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|24924" HotelName="DoubleTree by Hilton London - Docklands Riverside" 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Rotherhithe Street, London SE16 5HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/fb/dbfbfb57e6f4820954e6c5292a2798b229c0e05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located approximately 20 minutes from the centre of London, where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;From M1 (J2), exit onto Barnet Bypass/Great N Way/A1 towards Central London. Continue on the A406 un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street, just minutes from Earl's Court Underground Station and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.514749" Longitude="-0.172845" StarRating="2" HotelCode="114358|albro_house_hotel" HotelName="Albro House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 Sussex Gardens, Hyde Park, London, W2 2RY, England</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e7/dee7872474e65743de2c801a92836b6f597c1583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|travelodge_southwark" HotelName="Travelodge London Central Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.46112452265" Longitude="-0.27562734994058" StarRating="4" HotelCode="335208|the_victoria" HotelName="The Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 West Temple Sheen, London SW14 7RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/8e/d68ee1c8e86a67be18aefb96ff9077e8243c4753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.49080842" Longitude="-0.09755774" StarRating="3" HotelCode="405597|safestay" HotelName="Safestay London Elephant &amp; Castle - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>144-152 Walworth Road, Elephant &amp; Castle, London SE17 1JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/77/36779b14f8d59d21a034991a7b67313df7f02a99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.03" OriginalAmount="133.03">
      <BasicPropertyInfo Latitude="51.494528690641" Longitude="-0.20707726478577" StarRating="4" HotelCode="189748|313233" HotelName="Simply Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.15" OriginalAmount="133.15">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.82" OriginalAmount="133.82">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.94" OriginalAmount="133.94">
      <BasicPropertyInfo Latitude="51.528668075858" Longitude="-0.12302296808821" StarRating="5" HotelCode="114557|2563355" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <BasicPropertyInfo Latitude="51.516154" Longitude="-0.067739999999958" StarRating="3" HotelCode="296641|199536" HotelName="Qbic Hotel London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Adler Street, London E1 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/17/1e17e57be4c5acd5a61b68299f7e7a6d867f948a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.53493577" Longitude="-0.10557035" StarRating="3" HotelCode="263525|premier_inn_london_angelislington" HotelName="Premier Inn London Angel Islington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing modern rooms with flat-screen TVs and an on-site restaurant, this Premier Inn is also only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.49451574" Longitude="-0.23473611" StarRating="3" HotelCode="519295|flynns_town_house" HotelName="Flynns Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>73 dalling road, London W6 0JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/13/cc133dab88537a00313f28f02c6fdfe6bacacdea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|kings_cross_inn_hotel" HotelName="Kings Cross Inn Hotel" 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-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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.555653300474" Longitude="-0.17685145139694" StarRating="3" HotelCode="915079|kings_boutique_hotel" HotelName="Kings Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Hampstead High Street, Hampstead, London NW3 1RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/7a/a47a7eef243685104833037b54301c397f4466c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kings Boutique.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.05" OriginalAmount="134.05">
      <BasicPropertyInfo Latitude="51.51122" Longitude="-0.18527" StarRating="3" HotelCode="47318|32434" HotelName="Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/67 Queensborough Terrace, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e8/2ee8021a04a33655a2e67a6e479f356b42ed7ac0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right at the centre of London, this hotel lies close to plenty of sightseeing attractions as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.48" OriginalAmount="134.48">
      <BasicPropertyInfo Latitude="51.499373886206" Longitude="-0.079210506555939" StarRating="3" HotelCode="267545|312660" HotelName="Premier Inn London Tower Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.59" OriginalAmount="134.59">
      <BasicPropertyInfo Latitude="51.522072289278" Longitude="-0.16418874263763" StarRating="3" HotelCode="25120|1486628" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.84" OriginalAmount="134.84">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|317050" HotelName="Rose Court Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.533759" Longitude="-0.29564800000003" StarRating="3" HotelCode="61558|the_fox_and_goose" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Fox &amp; Goose.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.51154" Longitude="-0.194449" StarRating="3" HotelCode="94555|blue_bells_hotel" HotelName="Blue Bells" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|premier_inn_kensington" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|ibis_london_stratford_2" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.510993338623" Longitude="-0.18634162946512" StarRating="4" HotelCode="148402|grand_royale_london_hyde_park" HotelName="Grand Royale London Hyde Park" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superior location close to London's Hyde Park. Numerous sightseeing attractions s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.493053297028" Longitude="-0.19722282886505" StarRating="3" HotelCode="170501|st_joseph_hotel_2" HotelName="St Joseph" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Longridge Road, Earls Court, London SW5 9SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/de/30ded72adbfb93925eaaff5bfd4122373e29c04f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This London hotel is ideally located within walking distance of Earls Court tube station and attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|so_arch" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.36671849" Longitude="-0.15351229" StarRating="3" HotelCode="323999|dukes_head_hotel" HotelName="Dukes Head Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/04/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Internet,Lounge,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>The Green, 6 Manor Road, Wallington, Surrey SM6 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/75/9475ac54e51a54c65ee48382562fa05a3d4b025a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Dukes Head Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.49718337" Longitude="-0.20780357" StarRating="3.5" HotelCode="630123|kensington_prime_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.51489807" Longitude="-0.15980577" StarRating="0" HotelCode="846251|hyde_park_rooms__apartments" HotelName="Hyde Park Rooms and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>27 Great Cumberland Place, London W1H 7LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d7/8ed73bc37806d408074d8c003215d25f22dfb655.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hyde Park Rooms &amp;amp; Apartments is located within 5 minutes&amp;apos; walk of Oxford Street and only 27...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986043|red_lion_11" HotelName="The Red Lion Leytonstone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>640 High Road, London E11 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b1/c4b156add50ffb986d6d44db6002258e55b87f33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.54068026" Longitude="-0.2041579" StarRating="0" HotelCode="986076|kilburn_arms" HotelName="The Kilburn Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.53761782" Longitude="-0.09355786" StarRating="0" HotelCode="986310|angel_townhouse" HotelName="Angel Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Prebend Street, London N1 8PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/0d/950d1dd748831d309d4cbe3947f9e22a91cef0b7.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.32" OriginalAmount="135.32">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|1551368" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.65" OriginalAmount="135.65">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|1061858" HotelName="Admiral" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bay Tree House B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|11627" HotelName="Holiday Inn London - West" Meals="ROOM ONLY,HALF BOARD,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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|230855" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|45432" HotelName="The California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|travelodge_london_central_city" HotelName="Travelodge London Central City Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|travelodge_aldgate_east" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.513154453656" Longitude="-0.19089818000793" StarRating="3" HotelCode="101995|vancouver_studios" HotelName="Vancouver Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Library">
        <Address>
          <AddressLines>
            <AddressLine>30 Princes Square, London, W2 4NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/80/f380bfccb4a0ecb100ee6a1ad2aaf40f45f6966e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.523827833333" Longitude="-0.16054583333333" StarRating="3" HotelCode="142604|146_suites" HotelName="Mstay 146  Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Gloucester Place, Westminster, London, Greater London NW1 6DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b8/a2b8e5584856570d205bfb8f2b88e3f6746ee155.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.54427002" Longitude="-0.01030856" StarRating="3" HotelCode="263528|premier_inn_london_stratford" HotelName="Premier Inn London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="663290|astor_museum_inn_hostel" HotelName="Astor Museum Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Montague Street</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/57820b7ee85e2ab74c8c739cc45e897bb7f34a5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.50041301" Longitude="-0.17980224" StarRating="0" HotelCode="665413|astor_hyde_park_hostel" HotelName="Astor Hyde Park Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>191 Queen’s Gate, South Kensington, London SW7 5EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/8f/7c8fe58b8eb9b4de93e324764869c96e1cb7f523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="136.36" OriginalAmount="136.36">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|CAP915000" HotelName="Dolphin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.60" OriginalAmount="136.60">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|61604" HotelName="Bayswater Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.98" OriginalAmount="136.98">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|2189515" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/79/9379918c5b4a88390e85b5b2caddafabc2604857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <BasicPropertyInfo Latitude="51.555653300474" Longitude="-0.17685145139694" StarRating="3" HotelCode="915079|94244" HotelName="Kings Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Hampstead High Street, Hampstead, London NW3 1RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/7a/a47a7eef243685104833037b54301c397f4466c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kings Boutique.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.515059" Longitude="-0.172309" StarRating="2.5" HotelCode="24545|queensway_hotel" HotelName="Queensway Hotel, Sure Hotel Collection by Best Western" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.492660017665" Longitude="-0.19688487052917" StarRating="3" HotelCode="189770|coronation_hotel" HotelName="Coronation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Nevern Square, London SW5 9PN, Earls Court</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/58/2f58f1e20a74daf87200d5ae2cda3ec7b669906f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.5216407" Longitude="-0.131875" StarRating="2" HotelCode="267556|gower_house" HotelName="Gower House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The Gower House Hotel offers rooms with free Wi-Fi and is well-located in central London's elegant B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.555377" Longitude="-0.28642" StarRating="4" HotelCode="320112|st_georges_hotel_wembley" HotelName="St George's Hotel Wembley" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is St George's Hotel Wembley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.01" OriginalAmount="137.01">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138" OriginalAmount="138">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.51122" Longitude="-0.18527" StarRating="3" HotelCode="47318|central_park_hotel_2" HotelName="Central Park Hotel" Meals="ROOM ONLY" 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>49/67 Queensborough Terrace, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e8/2ee8021a04a33655a2e67a6e479f356b42ed7ac0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right at the centre of London, this hotel lies close to plenty of sightseeing attractions as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.52183" Longitude="-0.132131" StarRating="3" HotelCode="114661|hotel_cavendish" 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>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.23" OriginalAmount="138.23">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|388205" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.28" OriginalAmount="138.28">
      <BasicPropertyInfo Latitude="51.51110709412" Longitude="-0.18492087721825" StarRating="3" HotelCode="30118|95505" HotelName="Troy" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6127e7d4936b80a226489aed8e467c42dd187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is centrally located near to Bayswater and Queensway. Copious shops and other a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.38" OriginalAmount="138.38">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|1598610" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY,BREAKFAST FOR 2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.64" OriginalAmount="138.64">
      <BasicPropertyInfo Latitude="51.526437937036" Longitude="-0.12955605983734" StarRating="2" HotelCode="26975|228126" HotelName="The County Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated at the heart of London, within walking distance of Euston and King's C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.67" OriginalAmount="138.67">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|1065458" HotelName="Travelodge London Central City Road" 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>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>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.77" OriginalAmount="138.77">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|32774" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.82" OriginalAmount="138.82">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|87280" HotelName="St. Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <BasicPropertyInfo Latitude="51.511671" Longitude="-0.18544099999997" StarRating="3" HotelCode="284906|478825" HotelName="Astor Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superior location close to London's Hyde Park. Numerous sightseeing attractions s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986043|490722" HotelName="The Red Lion Leytonstone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>640 High Road, London E11 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b1/c4b156add50ffb986d6d44db6002258e55b87f33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <BasicPropertyInfo Latitude="51.51110709412" Longitude="-0.18492087721825" StarRating="3" HotelCode="30118|21668" HotelName="Troy" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6127e7d4936b80a226489aed8e467c42dd187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is centrally located near to Bayswater and Queensway. Copious shops and other a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.47615525" Longitude="-0.28686465" StarRating="4" HotelCode="199791|kew_gardens_hotel" HotelName="Kew Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>292 Sandycombe Road, Richmond, Surrey TW9 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/aa/28aa4f06243f7adcfc9cd2ea93c8dca7f6daef87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Gardens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.533671698033" Longitude="-0.1219763452973" StarRating="3" HotelCode="795902|hub_by_premier_inn_london_kings_cross" HotelName="hub by Premier Inn London King's Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901532|hotel_oliver" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oliver.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3.5" HotelCode="986332|kingsland_road_shoreditch" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.02" OriginalAmount="139.02">
      <BasicPropertyInfo Latitude="51.494243134313" Longitude="-0.19715443253517" StarRating="3" HotelCode="47648|19356" HotelName="Premier Inn Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Kensington approximately 200 m from Earl's Court underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.06" OriginalAmount="139.06">
      <BasicPropertyInfo StarRating="3" HotelCode="|20650" HotelName="Alexandra" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sussex Gardens 159-161</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/5/0/20650_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Paddington, a few minutes away from Hyde Park, Oxford Street and Marble Arch. Close to the establishment, clients can find Paddington Metro Station and Lancaster Gate. In the surrounding area you can enjoy shops, restaurants and bars. It is 2 kilometres from the a nightclub. It's 1,6 kilometres from el Museo de Cera Madame Tussaud it has excellent transport links to Stansted and Gatwick airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.23" OriginalAmount="139.23">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|1486478" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.47" OriginalAmount="139.47">
      <BasicPropertyInfo Latitude="51.516154" Longitude="-0.067739999999958" StarRating="3" HotelCode="296641|677975" HotelName="Qbic Hotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Adler Street, London E1 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/17/1e17e57be4c5acd5a61b68299f7e7a6d867f948a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.99" OriginalAmount="139.99">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|150525" HotelName="Mowbray Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <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 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated just a few minutes away from Hyde Park near to Oxford Street and Marble Arch....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901532|408383" HotelName="Oliver" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oliver.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <BasicPropertyInfo Latitude="51.51768232" Longitude="-0.0626603" StarRating="4" HotelCode="614800|346469" HotelName="New Road Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103-107 New Road, London E1 1HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/47/b047d6821be7a7c78596d32a5a43e401fa74509b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of London, this urban hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Kensington approximately 200 m from Earl's Court underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|adria_hotel_2" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/79/9379918c5b4a88390e85b5b2caddafabc2604857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|glendale_hyde_park_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.526240190254" Longitude="-0.12571513652801" StarRating="3" HotelCode="189711|leigh_house_hotel" HotelName="Leigh House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leigh Street, London WC1H 9EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cb/52cba296b470fa7191628189a0ec17fe8e66677f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.46198313" Longitude="-0.11486525" StarRating="3" HotelCode="495991|premier_inn_london_brixton" HotelName="London Brixton hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.61180464" Longitude="-0.10938655" StarRating="2.5" HotelCode="580019|forest_house_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.5354676" Longitude="-0.1661333" StarRating="3" HotelCode="903691|the_new_inn_6" HotelName="The New Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Allitsen Road, St John’s Wood, London NW8 6LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/3d/143d7c55006908baedff336d53e2e223d51c87e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The New Inn Hotel to discover the wonders of London. The hotel offers a high standard of ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.51040225" Longitude="-0.1332864" StarRating="0" HotelCode="986345|zedwell_piccadilly" HotelName="Zedwell Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.08" OriginalAmount="140.08">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|173632" HotelName="Smart Hyde Park View Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.16" OriginalAmount="140.16">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|237212" HotelName="SO Archway Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="140.22" OriginalAmount="140.22">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|QCM" HotelName="Clayton Crown Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2026" 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 Cricklewood Broadway, Cricklewood</AddressLine>
          </AddressLines>
          <PostalCode>(0)2084520952</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/a6/04a62cab0ddc30110b5720670e5a33f6d069c07f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.36" OriginalAmount="140.36">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|137694" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="140.38" OriginalAmount="140.38">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|CBD082000" HotelName="Alexandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated just a few minutes away from Hyde Park near to Oxford Street and Marble Arch....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.43" OriginalAmount="140.43">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|2000709" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BREAKFAST FOR 2,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.70" OriginalAmount="140.70">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|832605" HotelName="Travelodge London Kings Cross Royal Scot" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|458410" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/79/9379918c5b4a88390e85b5b2caddafabc2604857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.522072289278" Longitude="-0.16418874263763" StarRating="3" HotelCode="25120|travelodge_maryleb" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.669771" Longitude="-0.157157" StarRating="4" HotelCode="114935|west_lodge_park_hotel" HotelName="West Lodge Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="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">
        <Address>
          <AddressLines>
            <AddressLine>Cockfosters Road, Hadley Wood, London, Herts EN4 0PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/87/bb8748111ae27632d84f25a9e5267eba7cad4b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beale Arboretum was founded in 1963 by Edward Beale and the hotel would like to welcome all its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.494340824838" Longitude="-0.1144739985466" StarRating="2" HotelCode="189773|london_eye_hostel" HotelName="The London Waterloo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Lambeth Walk, London SE11 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/42/bf427ed650544a615504d7b6c353a4d1cbf0eed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|novotel_london_brentford" HotelName="Novotel London Brentford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.510410953562" Longitude="-0.068147279098525" StarRating="0" HotelCode="412894|wombats_city_hostel_london" HotelName="Wombats City Hostel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Dock Street, London E1 8LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/56/0756c811088bd603343954412468a197d60d36e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located right in the heart of London. Its setting is especially ideal for those in nee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.485988074849" Longitude="-0.23252377440929" StarRating="0" HotelCode="785668|otel_bridge_rooms" HotelName="The Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>204 Castelnau, London SW13 9DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/ae/4faee8bb1f371149a7748f21915849aed3b47f3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.626719" Longitude="-0.008948" StarRating="3" HotelCode="915046|ridgeway_hotel_2" HotelName="Ridgeway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>115-117 The Ridgeway, North Chingford, E4 6QU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/3b/62/3b626168d4f895763b69f231ec3060a63061c03b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.55720693" Longitude="-0.00593367" StarRating="0" HotelCode="986221|dodi_apartments" HotelName="Dodi Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206A High Road, London E10 5PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5f/3b5f6e7e33e756893b34e04c61869a1982580826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.24" OriginalAmount="141.24">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.129224" StarRating="3" HotelCode="152861|311933" HotelName="Premier Inn London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Conveniently located to explore central London, the Premier Inn London Euston is just a 5 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.31" OriginalAmount="141.31">
      <BasicPropertyInfo Latitude="51.515059" Longitude="-0.172309" StarRating="2.5" HotelCode="24545|1080918" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.54" OriginalAmount="141.54">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|36759" 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" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.73" OriginalAmount="141.73">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|128188" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.89" OriginalAmount="141.89">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.95" OriginalAmount="141.95">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <BasicPropertyInfo Latitude="51.494340824838" Longitude="-0.1144739985466" StarRating="2" HotelCode="189773|56823" HotelName="The London Waterloo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Lambeth Walk, London SE11 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/42/bf427ed650544a615504d7b6c353a4d1cbf0eed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|335" HotelName="Bayswater Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Located in Whitechapel district, 4.5 km from London center, 5.5 km from the Buckingham Palace and 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|17183" HotelName="Travelodge London Central City Road" 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>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>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|comfort_inn_edgware_road_w2" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|the_parkcity_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.453138845994" Longitude="-0.00021688073479709" StarRating="3" HotelCode="336615|the_station_hotel_3" HotelName="The Station Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/04/2026" HotelFacility="Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Staplehurst Road, Hither Green, London SE13 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fe/41fe10a9b2e54b3cf87611d6e02b72b1243ce5c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Station Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.33" OriginalAmount="142.33">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel is situated in the heart of London, in an ideal area for any type of trip, a 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <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>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is King's Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3.5" HotelCode="986332|507087" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <BasicPropertyInfo Latitude="51.485988074849" Longitude="-0.23252377440929" StarRating="0" HotelCode="785668|489625" HotelName="The Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>204 Castelnau, London SW13 9DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/ae/4faee8bb1f371149a7748f21915849aed3b47f3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|wardonia_hotel" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bb/15bb49ecf616132977460235bcadcfcf02469ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|travelodge_london_bethnal_green" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.530671212258" Longitude="-0.11810159710956" StarRating="3" HotelCode="323861|so_kings_cross" HotelName="SO Kings Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170 King Cross Road, London WC1X 9DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9b/7c9b58d0a3b068f770782403acb2febec5d77e3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is SO Kings Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.5135639" Longitude="-0.18706559999998" StarRating="4" HotelCode="476605|imperial_court_suites_2" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.51768232" Longitude="-0.0626603" StarRating="4" HotelCode="614800|new_road_hotel" HotelName="New Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103-107 New Road, London E1 1HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/47/b047d6821be7a7c78596d32a5a43e401fa74509b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of London, this urban hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|tune_hotel__paddington_london" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.26" OriginalAmount="143.26">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|219716" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.26" OriginalAmount="143.26">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|695734" HotelName="London Archway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;From M1 (J2), exit onto Barnet Bypass/Great N Way/A1 towards Central London. Continue on the A406 un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.48" OriginalAmount="143.48">
      <BasicPropertyInfo Latitude="51.514034130633" Longitude="-0.17466008663178" StarRating="2" HotelCode="189717|316310" HotelName="Rhodes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Sussex Gardens, London W2 2RJ, Hyde Park</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225b073194a17478c6e224684a70f6c11b5076a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <BasicPropertyInfo Latitude="51.511383363659" Longitude="-0.18211126327515" StarRating="3" HotelCode="58766|9373" HotelName="Lancaster Gate Hotel Hyde Park" Meals="ROOM ONLY" 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ea/21eac08bd52fc9340f822c9ca53e59ae0f714492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short distance from Lancaster Gate, Queensway and Bayswater tube stations an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.511383363659" Longitude="-0.18211126327515" StarRating="3" HotelCode="58766|lancaster_gate_hotel_4" HotelName="Lancaster Gate Hotel Hyde Park" Meals="ROOM ONLY" 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ea/21eac08bd52fc9340f822c9ca53e59ae0f714492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short distance from Lancaster Gate, Queensway and Bayswater tube stations an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.410459179736" Longitude="0.072869298940077" StarRating="4" HotelCode="159983|the_crown_inn" HotelName="The Crown Inn Chislehurst" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>School Road, Chislehurst, Kent BR7 5PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/54/1954e82633c408eb4a44289b871f4b479881a3aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is near Chislehurst Common with forests and open spaces, five minutes from the Chislehurst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|best_western_plus_seraphine_hammersmith_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.514034130633" Longitude="-0.17466008663178" StarRating="2" HotelCode="189717|rhodes_hotel" HotelName="Rhodes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Sussex Gardens, London W2 2RJ, Hyde Park</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225b073194a17478c6e224684a70f6c11b5076a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.560902840735" Longitude="-0.1141538668054" StarRating="4" HotelCode="901159|mondrian_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Mondrian Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.09" OriginalAmount="144.09">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|361665" HotelName="Novotel London Brentford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.18" OriginalAmount="144.18">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|384075" 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>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.91" OriginalAmount="144.91">
      <BasicPropertyInfo Latitude="51.511383363659" Longitude="-0.18211126327515" StarRating="3" HotelCode="58766|228106" HotelName="Lancaster Gate Hotel Hyde Park" Meals="ROOM ONLY" 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ea/21eac08bd52fc9340f822c9ca53e59ae0f714492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short distance from Lancaster Gate, Queensway and Bayswater tube stations an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|57425" HotelName="Kings Cross Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <BasicPropertyInfo Latitude="51.522798" Longitude="-0.123331" StarRating="1" HotelCode="173555|200771" HotelName="Smart Russell Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel is situated in the heart of London, in an ideal area for any type of trip, a 10-minute w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|9498" HotelName="The Tavistock Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|premier_inn_kings_cross" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.129224" StarRating="3" HotelCode="152861|premier_inn_london_euston" HotelName="Premier Inn London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Conveniently located to explore central London, the Premier Inn London Euston is just a 5 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.491665354229" Longitude="-0.21061167757591" StarRating="3" HotelCode="186224|w14_hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in London’s trendy Kensington district, the hotel is situated on a quiet, leafy, residential...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.51181128" Longitude="-0.12466087" StarRating="0" HotelCode="849744|three_bedroom_apartment_in_covent_garden" HotelName="Z Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Bedford Street, London WC2E 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/85/ff857e9f92f3d481db576f2c54ca759c690922c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.49403273" Longitude="-0.19764208" StarRating="0" HotelCode="975447|point_a_kensington_olympia_2" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.03" OriginalAmount="145.03">
      <BasicPropertyInfo Latitude="51.49003" Longitude="-0.137899" StarRating="2" HotelCode="94596|1061898" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Carlton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.73" OriginalAmount="145.73">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|32824" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.84" OriginalAmount="145.84">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|7559" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <BasicPropertyInfo Latitude="51.49924292" Longitude="-0.20918699" StarRating="3" HotelCode="446597|236964" HotelName="88 Studio Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>88 Holland Road, Kensington, London W14 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/0c/300c3f32907e3535fb93e4f1d20bd0c2b9332b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|alexandra_hotel_2" HotelName="Alexandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated just a few minutes away from Hyde Park near to Oxford Street and Marble Arch....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.46503344" Longitude="-0.01082178" StarRating="3" HotelCode="467724|premier_inn_london_lewisham" HotelName="London Lewisham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|publove_the_green_man_paddington" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.546371854665" Longitude="-0.0076075158691538" StarRating="3" HotelCode="986134|aparthotel_adagio_london_stratford" HotelName="Aparthotel Adagio London Stratford" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.03" OriginalAmount="146.03">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="986043|847237" HotelName="The Red Lion Leytonstone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>640 High Road, London E11 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b1/c4b156add50ffb986d6d44db6002258e55b87f33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.05" OriginalAmount="146.05">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|1062018" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="146.10" OriginalAmount="146.10">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|CBO697500" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.15" OriginalAmount="146.15">
      <BasicPropertyInfo StarRating="0" HotelCode="|464255" HotelName="Bermonds Locke" Meals="STUDIO" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>157 Tower Bridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/2/5/5/464255_5e1786f1002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.24" OriginalAmount="146.24">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|384735" HotelName="Holiday Inn Express Limehouse" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.55" OriginalAmount="146.55">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|32834" 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>
        <HotelDescription>&lt;br/&gt;The popular hotel is just a few minutes' walk from Earl's Court Convention Centres. Queens Tennis Cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.83" OriginalAmount="146.83">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|238136" HotelName="The Villa Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Set in one of London's quiet residential streets, Ashburn Gardens, this hotel is a 2-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|40370" HotelName="Novotel London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <BasicPropertyInfo Latitude="51.410459179736" Longitude="0.072869298940077" StarRating="4" HotelCode="159983|456327" HotelName="The Crown Inn Chislehurst" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>School Road, Chislehurst, Kent BR7 5PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/54/1954e82633c408eb4a44289b871f4b479881a3aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is near Chislehurst Common with forests and open spaces, five minutes from the Chislehurst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|garden_view_hotel" 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>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|city_hotel_9" HotelName="Arbor City Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated near the city of London's financial district, the Docklands and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.46158312" Longitude="-0.29852931" StarRating="2" HotelCode="153320|quinns_hotel" HotelName="Quinns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Sheen Road, Richmond-Upon-Thames, TW9 1AW London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0c/e20c30f9bbd1a71fa6210c4e3443b7cf3b5f302e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than a 10-minute drive from Twickenham Stadium, Quinns Hotel offers free parking and a 24-hour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|hotel_xanadu" HotelName="Hotel Xanadu" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.498065" Longitude="-0.222208" StarRating="3" HotelCode="267555|saba_hotel_london" HotelName="Saba Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Shepherds Bush Road, London W6 7LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/e6/65e61459e33633277b6c52f0ba99f225b9591c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|dorsett_shepherds_bush" HotelName="Dorsett Shepherds Bush" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.10" OriginalAmount="147.10">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|1653768" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.10" OriginalAmount="147.10">
      <BasicPropertyInfo Latitude="51.510993338623" Longitude="-0.18634162946512" StarRating="4" HotelCode="148402|6649" HotelName="Grand Royale London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superior location close to London's Hyde Park. Numerous sightseeing attractions s...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.16" OriginalAmount="147.16">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|140407" HotelName="Park City Grand Plaza Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.53" OriginalAmount="147.53">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|388235" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top of Richmond Hill. It is located in Surrey, just 11 km from London's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.49003" Longitude="-0.137899" StarRating="2" HotelCode="94596|carlton_hotel_9" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Carlton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.511904887677" Longitude="-0.18550742388015" StarRating="3" HotelCode="142627|39_suites_2" HotelName="MStay 39 Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>39 Queensborough Terrace, Bayswater, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/94/a794a6f9b2734f299ac4a07d04c62e451e88c072.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.522023574778" Longitude="-0.13216771334444" StarRating="3" HotelCode="153453|regency_house_hotel" HotelName="Regency House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.42377932118" Longitude="-0.27213706182829" StarRating="4" HotelCode="160237|warren_house" HotelName="Warren House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Warren House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.504463" Longitude="-0.21912900000007" StarRating="4" HotelCode="284371|w12_rooms" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shepherd's Bush. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.518081" Longitude="-0.078575999999998" StarRating="4" HotelCode="296642|rez_apart_hotel" HotelName="Rez Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Widegate Street, London E1 7HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/7a/bb7aa807661831ed5774c4e543b96375d192fca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="667935|vilenza_hotel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.44273395" Longitude="-0.14942567" StarRating="3" HotelCode="848816|the_bedford_balham" HotelName="The Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Bedford Hill, Balham, London SW12 9HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/74/7d74181b45336904789946561c7b02042495e8ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.560902840735" Longitude="-0.1141538668054" StarRating="4" HotelCode="901159|argyle_apart_hotel" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Mondrian Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="900881|mermaid_suite" 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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Mayfair, Mermaid Suite Hotel promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.461712" Longitude="-0.296875" StarRating="3" HotelCode="903791|the_red_cow__guest_house" HotelName="Red Cow Pub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>59 Sheen Road, Richmond upon Thames TW9 1YJ, Surrey</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c5/58c50f5eefee5840c04460be61c5ef37bfc150ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901566|opulence_central_london" HotelName="Opulence Central London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfectly situated right in the heart of London's West End, this hotel is only a few steps away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.11" OriginalAmount="148.11">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|314012" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located a 15-minute walk to St Paul’s Cathedral, Premier Inn London Bank (Tower) is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.17" OriginalAmount="148.17">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|228571" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Carlton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|10348" 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" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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>
        <HotelDescription>&lt;br/&gt;The popular hotel is just a few minutes' walk from Earl's Court Convention Centres. Queens Tennis Cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Warren House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.00" OriginalAmount="149.00">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|ibis_london_city" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.00" OriginalAmount="149.00">
      <BasicPropertyInfo Latitude="51.488939" Longitude="-0.190204" StarRating="2" HotelCode="94599|chelsea_house_hotel" HotelName="Chelsea House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Redcliffe Gardens, London, SW10 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/48/d948cbe28dde50d6d646ae0b8e776fa5696dfb41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Chelsea House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.00" OriginalAmount="149.00">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|richmond_gate_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top of Richmond Hill. It is located in Surrey, just 11 km from London's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.00" OriginalAmount="149.00">
      <BasicPropertyInfo Latitude="51.514071" Longitude="-0.184051" StarRating="3" HotelCode="310306|hyde_park_boutique_hotel" HotelName="Hyde Park Boutique Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Located in the centre of London, this boutique hotel is ideal for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="149.42" OriginalAmount="149.42">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|HHPR" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>Connell Crescent, Western Avenue Park Royal</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/56/c8566a9697d0f7d974724ab6f61e0ddc8bd5344c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150" OriginalAmount="150">
      <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>
        <HotelDescription>&lt;br/&gt;Located in the centre of London, this boutique hotel is ideal for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150" OriginalAmount="150">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|17185" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|alhambra_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.490601619768" Longitude="-0.13861015815832" StarRating="3" HotelCode="151374|lidos_hotel" HotelName="Lidos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lidos Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|shepherds_bush_boutique_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.509009931614" Longitude="-0.13140498749874" StarRating="4" HotelCode="307493|the_z_hotel_piccadilly" 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>
        <HotelDescription>&lt;br/&gt;This hotel has everything you need for a cuple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.56" OriginalAmount="150.56">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.87" OriginalAmount="150.87">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|216526" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Mayfair, Mermaid Suite Hotel promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shepherd's Bush. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|travelodge_london_kings_cross_royal_scot" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|travelodge_wembley" HotelName="Travelodge London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|the_villa_kensington" 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>
        <HotelDescription>&lt;br/&gt;Set in one of London's quiet residential streets, Ashburn Gardens, this hotel is a 2-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.511904887677" Longitude="-0.18550742388015" StarRating="3" HotelCode="142627|39_suites" HotelName="MStay 39 Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>39 Queensborough Terrace, Bayswater, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/94/a794a6f9b2734f299ac4a07d04c62e451e88c072.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="151.50" OriginalAmount="151.50">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|861992" HotelName="The Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Mondrian Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <BasicPropertyInfo Latitude="51.490601619768" Longitude="-0.13861015815832" StarRating="3" HotelCode="151374|408384" HotelName="Lidos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lidos Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel has everything you need for a cuple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|fairway_hotel_2" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|hilton_london_syon_park" HotelName="Hilton London Syon Park" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.41856017" Longitude="-0.3015134" StarRating="0" HotelCode="499281|the_queens_head_8" HotelName="The Queen's Head" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Central Heating,Garden,Internet,LCD/Projector,Luggage Storage,Pets allowed,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>144 Richmond Road, KT2 5HA Kingston Upon Thames, Surrey</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ba/e8bad06faa1747af36a0f2b784eb458e9112de2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Queen's Head in Kingston Upon Thames, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.516297503676" Longitude="-0.17123838773159" StarRating="3" HotelCode="510435|belmont_hotel_14" 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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.51264547" Longitude="-0.1749701" StarRating="3" HotelCode="519932|assaha_hyde_park_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Assaha Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="152.66" OriginalAmount="152.66">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|468405" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Fox &amp; Goose.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|10127" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="153.00">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|best_western_the_boltons_hotel" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="153.00">
      <BasicPropertyInfo Latitude="51.491319185685" Longitude="-0.19306941278188" StarRating="2" HotelCode="114309|the_windsor_house_hotel" HotelName="Windsor House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Garden,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Penywern Road, London SW5 9ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d4/e1d4679095f4283de9d77202c9c3fe42fe303fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Windsor House Hotel in London (Kensington), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="153.00">
      <BasicPropertyInfo Latitude="51.54791903" Longitude="-0.00818566" StarRating="3" HotelCode="394339|bridgestreet_stratford_city" HotelName="BridgeStreet Stratford City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Celebration Avenue, London E20 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1f/061f8989980518229357c3cd89112c185054b329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.02" OriginalAmount="153.02">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|7571" HotelName="The Tavistock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/04/2026" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.04" OriginalAmount="153.04">
      <BasicPropertyInfo StarRating="3" HotelCode="|67619" HotelName="Travelodge London Central City Road" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-23 City Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/6/1/9/67619_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Travelodge London City Road is rated three stars. SITUATION: The establishment is in the centre of Londres, close to Old Street, the area Hoxton and restaurants. This hotel is in a central area, close to tourist points of interest. ROOM: The rooms have king-size bed, a bathroom, a television, a kettle and a coffee maker. RESTAURANT: The hotel features a bar, a buffet breakfast and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.09" OriginalAmount="153.09">
      <BasicPropertyInfo StarRating="3" HotelCode="|20048" HotelName="Britannia Hampstead" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRIMROSE HILL ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/0/4/8/20048_b6ec25b0322.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1960, has 5 floors, 11 single rooms and 91 double rooms. The establishment boasts a reception area with elevators, a currency exchange service, a safety deposit box service, a restaurant and a bar. The establishment also offers conference rooms, room service, a laundry service, a medical care service and a car park. SITUATION: Close to the establishment, clients can find boutiques, bars, restaurants, monuments and tourist points of interest. ROOM: The rooms a bathroom with a shower, a hairdryer, a direct line telephone and a television. They also have a double bed, fitted carpets, a central heating system, a safe and a sofa. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, a set-menu lunch and a set-menu or Ã  la carte dinner. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.11" OriginalAmount="153.11">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|32504" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.15" OriginalAmount="153.15">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|1998275" 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>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.24" OriginalAmount="153.24">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|316496" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bb/15bb49ecf616132977460235bcadcfcf02469ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="153.40" OriginalAmount="153.40">
      <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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.80" OriginalAmount="153.80">
      <BasicPropertyInfo Latitude="51.5047745" Longitude="-0.1014748" StarRating="3" HotelCode="263527|904581" HotelName="London Southwark (Tate Modern) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Just a 7-minute tube journey from central London, Premier Inn London Southwark (Tate Modern)is less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.93" OriginalAmount="153.93">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|2025565" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|53777" HotelName="ibis Styles London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <BasicPropertyInfo Latitude="51.522023574778" Longitude="-0.13216771334444" StarRating="3" HotelCode="153453|456191" HotelName="Regency House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.411780042033" Longitude="-0.31110329755" StarRating="3" HotelCode="114249|the_white_hart_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a 2-minute drive from Hampton Court Palace. Lower Teddington Road bus stop is o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|the_caswell" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.52022124" Longitude="-0.11705855" StarRating="3" HotelCode="464472|premier_inn_london_holborn_" HotelName="Premier Inn London Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in central London, Premier Inn London Holborn is just a 15-minute walk from Covent Garden, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.626719" Longitude="-0.008948" StarRating="3" HotelCode="915046|ridgeway_hotel" HotelName="Ridgeway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>115-117 The Ridgeway, North Chingford, E4 6QU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/3b/62/3b626168d4f895763b69f231ec3060a63061c03b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.50290595" Longitude="-0.10629025" StarRating="2" HotelCode="986335|london_southwark_southwark_station" HotelName="Premier Inn London Southwark Station Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.03" OriginalAmount="154.03">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|111855" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="154.08" OriginalAmount="154.08">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|CAJ656500" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="154.23" OriginalAmount="154.23">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|961009" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.30" OriginalAmount="154.30">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|1426988" HotelName="ibis London Docklands Canary Wharf 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.59" OriginalAmount="154.59">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|637183" HotelName="Roomzzz London Stratford" Meals="LIGHT BREAKFAST" BedType="LIGHT BREAKFAST" PropertyType="aparthotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.66" OriginalAmount="154.66">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|359805" HotelName="Duke of Leinster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.79" OriginalAmount="154.79">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|216666" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.87" OriginalAmount="154.87">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|17311" HotelName="Alexandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated just a few minutes away from Hyde Park near to Oxford Street and Marble Arch....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.93" OriginalAmount="154.93">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|314207" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|2119" HotelName="Best Western Burns Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|200090" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bb/15bb49ecf616132977460235bcadcfcf02469ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.00" OriginalAmount="155.00">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|luma_concept_hotel_hammersmith" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.00" OriginalAmount="155.00">
      <BasicPropertyInfo Latitude="51.493625257775" Longitude="-0.17535209655762" StarRating="3" HotelCode="189755|brompton_hotel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.03" OriginalAmount="155.03">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|385355" HotelName="Huttons" 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>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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.33" OriginalAmount="155.33">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|74244" HotelName="The Tavistock Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/04/2026" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.86" OriginalAmount="155.86">
      <BasicPropertyInfo Latitude="51.52022124" Longitude="-0.11705855" StarRating="3" HotelCode="464472|906413" HotelName="Premier Inn London Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in central London, Premier Inn London Holborn is just a 15-minute walk from Covent Garden, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.96" OriginalAmount="155.96">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|156620" HotelName="Hilton London Syon Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156" OriginalAmount="156">
      <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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156" OriginalAmount="156">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|oyo_townhouse_new_england_victoria" HotelName="OYO Townhouse New England Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|jesmond_dene" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.527649430223" Longitude="-0.086683630943298" StarRating="3" HotelCode="173754|premier_inn_london_city_old_street" HotelName="Premier Inn London City (Old Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.47561903" Longitude="-0.01975671" StarRating="3" HotelCode="265054|premier_inn_london_greenwich" HotelName="Premier Inn London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located within walking distance of Greenwich train station and 3\n\nConveniently locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.5287427" Longitude="-0.12658357" StarRating="3" HotelCode="445857|premier_inn_london_stpancras_" HotelName="Premier Inn London St. Pancras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Around 5 minutes’ walk from the Eurostar terminal and King’s Cross Train Station, Premier Inn St Pan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.36895734" Longitude="-0.09648989" StarRating="3.5" HotelCode="633060|flexistay_croydon_apartments" HotelName="CS Apartments - Croydon Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Park Lane, Croydon CR0 1DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6b/e26ba5b39d780ff6274ce4463464162bd249a81e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|tune_hotel_kings_cross_london" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3.5" HotelCode="943331|mimis_hotel_soho" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.83" OriginalAmount="156.83">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157" OriginalAmount="157">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157" OriginalAmount="157">
      <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>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157" OriginalAmount="157">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located a 2-minute drive from Hampton Court Palace. Lower Teddington Road bus stop is o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157" OriginalAmount="157">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|199907" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|the_colonnade_the_little_venice_town_house" HotelName="The Colonnade" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.513445" Longitude="-0.163074" StarRating="3" HotelCode="152028|parkwood_at_marble_arch" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London. A number of public transport stops are just outside t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|hotel_indigo_london_tower_hill" HotelName="Indigo London - Tower Hill" 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>142 Minories, London EC3N 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b0/57b063e240ad15ebfbad5a4c62cbfeff46c07d1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.22" OriginalAmount="157.22">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|316797" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="157.63" OriginalAmount="157.63">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|066610" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.85" OriginalAmount="157.85">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|384945" 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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="157.93" OriginalAmount="157.93">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|CAK965900" HotelName="ibis Styles London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|37350" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|55256" HotelName="ibis London Docklands Canary Wharf 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|37165" HotelName="The Westbridge" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|marlin_apartments_canary_wharf" 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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.511742905543" Longitude="-0.1860285423279" StarRating="3" HotelCode="92657|hyde_park_suites" HotelName="Hyde Park Budget Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Inverness Terrace, Bayswater, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/dc/d3dc2ce2f88e1310f6718e0ce9664a6950d28528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located only minutes (1.3 km) from the famous Hyde Park. Buckingham Palace, Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|quality_hotel_london_wembley" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|ibis_london_docklands_canary_wharf" HotelName="ibis London Docklands Canary Wharf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|tune_hotel__london_canary_wharf" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|wilde_aparthotels_by_staycity_aldgate_tower_bridge" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.21" OriginalAmount="158.21">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|375975" HotelName="Grand Plaza Serviced Apartments" 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,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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.41" OriginalAmount="158.41">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|30588" HotelName="Holiday Inn London - Whitechapel" 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,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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.511674" Longitude="-0.185105" StarRating="3" HotelCode="18470|queens_park_hotel" HotelName="The Queen's Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Queensborough Terrace, London W2 3SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/f5/50f57224ebd56fce16c52217517e271a73c680f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located at the heart of London, close to Hyde Park and further si...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.515331" Longitude="-0.172982" StarRating="3" HotelCode="89407|days_inn_london_hyde_park" HotelName="Days Inn Hyde Park" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location, set in leafy Sussex Gardens near London's Hyde Park. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.512946269143" Longitude="-0.19099260376618" StarRating="1" HotelCode="145789|central_hostel_2" HotelName="Central Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 13/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>26 Princes Square, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/2c/da2c3aca5ca8f16622322dcf4c7a1a363a7f38b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.522127363129" Longitude="-0.13247430324554" StarRating="3" HotelCode="189731|arran_house_hotel" 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>
        <HotelDescription>&lt;br/&gt;You will be offered a free DVD rental service, as well as the full English breakfast and free Wi-Fi....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.468213856379" Longitude="-0.14401760179271" StarRating="3" HotelCode="386126|clapham_guest_house" HotelName="Clapham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>685 Wandsworth Road, London SW8 3JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/71/4e71b4879b71cc39b7b962d07f09ac673eb18c4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Clapham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.51381737" Longitude="-0.18943107" StarRating="0" HotelCode="957036|valet_apartments_kensington_gardens" HotelName="Valet Apartments Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Kensington Gardens Square, Bayswater, London W2 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d4/bed40b209edc614595c556fe57f843f646209bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.50643303" Longitude="-0.00704162" StarRating="0" HotelCode="986063|rainbow_studios_canary_wharf" HotelName="Rainbow Studios Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Gaselee Street, E14 9QZ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/1f/c91f8f1acdeb9c622a546689f2e7de0e461b5013.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.01" OriginalAmount="159.01">
      <BasicPropertyInfo Latitude="51.513510810093" Longitude="-0.18759199601186" StarRating="3" HotelCode="89402|1551668" HotelName="Nox Hotels - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104-110 Queensway, London W2 3RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f1/4bf16088a54f3fc03ad9f769e262971fc1affca5.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.10" OriginalAmount="159.10">
      <BasicPropertyInfo Latitude="51.515331" Longitude="-0.172982" StarRating="3" HotelCode="89407|118892" HotelName="Days Inn Hyde Park" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location, set in leafy Sussex Gardens near London's Hyde Park. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.29" OriginalAmount="159.29">
      <BasicPropertyInfo Latitude="51.522186582238" Longitude="-0.13233033151499" StarRating="3" HotelCode="114680|1654168" HotelName="Arosfa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arosfa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.29" OriginalAmount="159.29">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|314844" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.90" OriginalAmount="159.90">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|3267740" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.90" OriginalAmount="159.90">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|388455" 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>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy reach of the famous shopping district of Ken...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <BasicPropertyInfo Latitude="51.51122" Longitude="-0.18527" StarRating="3" HotelCode="47318|10492" HotelName="Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/67 Queensborough Terrace, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e8/2ee8021a04a33655a2e67a6e479f356b42ed7ac0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right at the centre of London, this hotel lies close to plenty of sightseeing attractions as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <BasicPropertyInfo Latitude="51.526240190254" Longitude="-0.12571513652801" StarRating="3" HotelCode="189711|444200" HotelName="Leigh House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leigh Street, London WC1H 9EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cb/52cba296b470fa7191628189a0ec17fe8e66677f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <BasicPropertyInfo Latitude="51.513510810093" Longitude="-0.18759199601186" StarRating="3" HotelCode="89402|276259" HotelName="Nox Hotels - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104-110 Queensway, London W2 3RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f1/4bf16088a54f3fc03ad9f769e262971fc1affca5.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|31924" 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" 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>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|holiday_inn_londonbloomsbury_hotel" HotelName="Holiday Inn London-Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.493462" Longitude="-0.205909" StarRating="2" HotelCode="73256|kensington_west" HotelName="Best Western Kensington Olympia Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy reach of the famous shopping district of Ken...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.502662929214" Longitude="-0.1180290171967" StarRating="3" HotelCode="152860|premier_inn_london_county_hall" HotelName="Premier Inn London County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated beside the London Eye, just 350 metres from Waterloo Station, Premier Inn London County Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.519525" Longitude="-0.158468" StarRating="3" HotelCode="149262|hotel82london" HotelName="Hotel 82 London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>82 Gloucester Place, Westminster, London W1U 6HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/1b/241b77ca1e2a9fcdab71b84f86847af82c569ec2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|holiday_inn_london__commercial_road" HotelName="Holiday Inn London - Whitechapel" 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,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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|point_a_hotel_london_shoreditch" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.51794296" Longitude="-0.15771779" StarRating="0" HotelCode="566595|amber_residence_hotel_2" HotelName="Amber Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 12/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gloucester Place, Marylebone, London W1U 8HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/a2/11a2ac1a3ca5a5fe14ed9b5d1c9646ef02fcf95e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|the_montcalm_at_brewery_london_city" HotelName="The Montcalm At The Brewery London City" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.01" OriginalAmount="160.01">
      <BasicPropertyInfo Latitude="51.515331" Longitude="-0.172982" StarRating="3" HotelCode="89407|104275" HotelName="Days Inn Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location, set in leafy Sussex Gardens near London's Hyde Park. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.19" OriginalAmount="160.19">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|228572" HotelName="ibis London Docklands Canary Wharf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.27" OriginalAmount="160.27">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|1632388" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.40" OriginalAmount="160.40">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|219746" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.40" OriginalAmount="160.40">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|1918395" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.46" OriginalAmount="160.46">
      <BasicPropertyInfo Latitude="51.546371854665" Longitude="-0.0076075158691538" StarRating="3" HotelCode="986134|872430" HotelName="Aparthotel Adagio London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.47" OriginalAmount="160.47">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|344525" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.52" OriginalAmount="160.52">
      <BasicPropertyInfo Latitude="51.515619758298" Longitude="-0.17342344047552" StarRating="3" HotelCode="96723|84065" HotelName="Voyage London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Norfolk Square, London, Paddington W2 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e0/43e09e3683fb52acfe3468ed7da94842ec420342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Paddington, in the very heart of London, but has the added bonus of being...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="160.54" OriginalAmount="160.54">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|CAW013700" HotelName="Hilton London Syon Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.58" OriginalAmount="160.58">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|1478168" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.58" OriginalAmount="160.58">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|1486698" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.73" OriginalAmount="160.73">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|219936" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <BasicPropertyInfo Latitude="51.515331" Longitude="-0.172982" StarRating="3" HotelCode="89407|9727" HotelName="Days Inn Hyde Park" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a central location, set in leafy Sussex Gardens near London's Hyde Park. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top of Richmond Hill. It is located in Surrey, just 11 km from London's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|46499" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.522186582238" Longitude="-0.13233033151499" StarRating="3" HotelCode="114680|arosfa_hotel_2" HotelName="Arosfa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arosfa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.51631386" Longitude="-0.17310918" StarRating="0" HotelCode="419799|rove_london_hotel" 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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Hyde Park, The Continental Hotel promises a relaxing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.516329" Longitude="-0.171174" StarRating="3" HotelCode="510433|astoria_hotel_13" 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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.55005897" Longitude="-0.09049549" StarRating="0" HotelCode="743314|beresford_road_london_rooms" HotelName="Beresford Road London Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63D Beresford Road, Islington, London N5 2HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a1/63a1ad34c7126744757522b7f434b82560f6da50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="161.01" OriginalAmount="161.01">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|CAF398900" HotelName="Hilton London Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.47" OriginalAmount="161.47">
      <BasicPropertyInfo Latitude="51.528818088833" Longitude="-0.11848107695555" StarRating="2" HotelCode="76625|1635028" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.50" OriginalAmount="161.50">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|75382" 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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.91" OriginalAmount="161.91">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|231342" HotelName="The Villa Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Set in one of London's quiet residential streets, Ashburn Gardens, this hotel is a 2-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.529784" Longitude="-0.122451" StarRating="2" HotelCode="36442|crestfield_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crestfield.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.513510810093" Longitude="-0.18759199601186" StarRating="3" HotelCode="89402|royal_hyde_park_hotel" HotelName="Nox Hotels - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104-110 Queensway, London W2 3RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f1/4bf16088a54f3fc03ad9f769e262971fc1affca5.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|best_western_victoria_palace" HotelName="Best Western Victoria Palace" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|victor_hotel_3" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.42511826" Longitude="-0.21751422" StarRating="3" HotelCode="339691|dog_and_fox_" HotelName="The Dog &amp; Fox" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 High Street, Wimbledon Village, London SW19 5EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/74/f374414b7b782362d3ebe024208301f240f6efe8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|clayton_hotel_city_of_london" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.07" OriginalAmount="162.07">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|33354" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.11" OriginalAmount="162.11">
      <BasicPropertyInfo Latitude="51.529784" Longitude="-0.122451" StarRating="2" HotelCode="36442|1650088" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crestfield.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.41" OriginalAmount="162.41">
      <BasicPropertyInfo Latitude="51.515403691503" Longitude="-0.16109072883603" StarRating="3" HotelCode="145072|297545" HotelName="Boston Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Upper Berkeley Street, Marble Arch, London W1H 7QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/cd/7fcd6a6a644b21cd24f45e4d3ca00022f6b66c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only two minutes’ walk from busy Marble Arch, with its underground and train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="162.43" OriginalAmount="162.43">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|783771" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163" OriginalAmount="163">
      <BasicPropertyInfo Latitude="51.46118946" Longitude="-0.21806323" StarRating="3" HotelCode="838667|381953" HotelName="Putney Hotel, BW Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 Upper Richmond Road, Putney, London, England SW15 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4d/874d2f6cf26e8570feb9d19acad3d8263f38cb02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163" OriginalAmount="163">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.515619758298" Longitude="-0.17342344047552" StarRating="3" HotelCode="96723|ashley_hotel" HotelName="Voyage London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Norfolk Square, London, Paddington W2 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e0/43e09e3683fb52acfe3468ed7da94842ec420342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Paddington, in the very heart of London, but has the added bonus of being...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|park_avenue_baker_street" HotelName="Park Avenue Baker Street" 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>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>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.425397113449" Longitude="-0.33453224396487" StarRating="3" HotelCode="115344|the_park_hotel_4" HotelName="The Park Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.04" OriginalAmount="163.04">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|17122" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.32" OriginalAmount="163.32">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|7557" HotelName="ibis London Earls Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The popular hotel is just a few minutes' walk from Earl's Court Convention Centres. Queens Tennis Cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.37" OriginalAmount="163.37">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.50" OriginalAmount="163.50">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This Aparthotel is situated just 5 minutes’ walk from Greenwich Train Station. London Bridge can be ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.95" OriginalAmount="163.95">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|851203" HotelName="The Collective Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.49080842" Longitude="-0.09755774" StarRating="3" HotelCode="405597|602026" HotelName="Safestay London Elephant &amp; Castle - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>144-152 Walworth Road, Elephant &amp; Castle, London SE17 1JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/77/36779b14f8d59d21a034991a7b67313df7f02a99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <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>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.499058" Longitude="-0.10186" StarRating="3" HotelCode="170197|the_bridge_hotel_5" HotelName="The Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite South Bank University and 800 metres from Lamberth North and Elephant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.51427712" Longitude="-0.31939913" StarRating="4" HotelCode="199779|the_drayton_court_hotel" HotelName="Drayton Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 The Avenue, Ealing, London W13 8PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/65/12655047ee4680c9154fd3c0cfb1668845b08a97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Drayton Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.55239618" Longitude="-0.29606532" StarRating="2" HotelCode="319536|travelodge_wembley_high_road" HotelName="Travelodge London Wembley High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>High Road, Wembley, London HA9 7AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c7/09c7f6b8863a5c3c3b01191972e211b0345e99ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|best_western_plus_vauxhall_hotel" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.501350357321" Longitude="-0.21199813558201" StarRating="0" HotelCode="952531|the_holland_road_residence_i_tl13" HotelName="The Holland Road Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Holland Road, London W14 8BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/08/c5083dec235a9500cd20d56ef7f50bc4806c4cce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.02" OriginalAmount="164.02">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|161062" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.13" OriginalAmount="164.13">
      <BasicPropertyInfo Latitude="51.514689246961" Longitude="-0.173657888515" StarRating="3" HotelCode="114380|1649288" HotelName="Abbey Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>168 – 172 Sussex Gardens, Paddington, London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911125e5f51c8cc77e68b65fbfef959bda8ed3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.39" OriginalAmount="164.39">
      <BasicPropertyInfo Latitude="51.513565232592" Longitude="-0.17822197536446" StarRating="3" HotelCode="67829|340935" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.49" OriginalAmount="164.49">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Notting Hill Hostel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.52" OriginalAmount="164.52">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|662504" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.86" OriginalAmount="164.86">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|176565" HotelName="Holiday Inn London - Whitechapel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <BasicPropertyInfo Latitude="51.514689246961" Longitude="-0.173657888515" StarRating="3" HotelCode="114380|55967" HotelName="Abbey Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>168 – 172 Sussex Gardens, Paddington, London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911125e5f51c8cc77e68b65fbfef959bda8ed3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London. A number of public transport stops are just outside t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <BasicPropertyInfo Latitude="51.515619758298" Longitude="-0.17342344047552" StarRating="3" HotelCode="96723|24982" HotelName="Voyage London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Norfolk Square, London, Paddington W2 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e0/43e09e3683fb52acfe3468ed7da94842ec420342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Paddington, in the very heart of London, but has the added bonus of being...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.00" OriginalAmount="165.00">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|royal_eagle_hotel" HotelName="The Royal Eagle" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.00" OriginalAmount="165.00">
      <BasicPropertyInfo Latitude="51.513565232592" Longitude="-0.17822197536446" StarRating="3" HotelCode="67829|paddington_hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.00" OriginalAmount="165.00">
      <BasicPropertyInfo Latitude="51.528818088833" Longitude="-0.11848107695555" StarRating="2" HotelCode="76625|arriva_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.00" OriginalAmount="165.00">
      <BasicPropertyInfo Latitude="51.530398230437" Longitude="-0.12223531523045" StarRating="2.5" HotelCode="145537|carlton_hotel_11" HotelName="Carlton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Birkenhead Street, London WC1H 8BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/19/b819cea78e68b106c22777d2654cf0b1d7326406.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.11" OriginalAmount="165.11">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|65684" HotelName="NH London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in London's exclusive Royal Borough of Kensington and Chelsea. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.13" OriginalAmount="165.13">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|367985" HotelName="The Buckingham Grange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.13" OriginalAmount="165.13">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|368005" HotelName="Grange The Portland" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.19" OriginalAmount="165.19">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|4301855" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="165.32" OriginalAmount="165.32">
      <BasicPropertyInfo Latitude="51.51110709412" Longitude="-0.18492087721825" StarRating="3" HotelCode="30118|CBF927700" HotelName="Troy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6127e7d4936b80a226489aed8e467c42dd187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is centrally located near to Bayswater and Queensway. Copious shops and other a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.47" OriginalAmount="165.47">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|316339" HotelName="La Suite West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.48" OriginalAmount="165.48">
      <BasicPropertyInfo Latitude="51.515452928672" Longitude="-0.1727369427681" StarRating="3" HotelCode="27217|4681165" HotelName="Beverly City" 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>142 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/ec/6bec11f03e19954bae9249d014ff8a5a5e8e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Paddington district of the city, close to Paddington underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.53" OriginalAmount="165.53">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.96" OriginalAmount="165.96">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|32704" HotelName="Hilton London Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166" OriginalAmount="166">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crestfield.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166" OriginalAmount="166">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|24108" HotelName="Huttons" 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>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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166" OriginalAmount="166">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166" OriginalAmount="166">
      <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="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|cannizaro_house" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.441193311601" Longitude="-0.10675307089878" StarRating="0" HotelCode="336337|the_tulse_hill_hotel" HotelName="Tulse Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>150 Norwood Road, Tulse Hill, London SE24 9AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/e3/f5e3fabc59b6e5a6f828095f625e462d712b1c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.51226447" Longitude="-0.09351085" StarRating="4" HotelCode="440132|saco_the_cannon" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|thewesley_formerly_known_as_mic" HotelName="TheWesley" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.06" OriginalAmount="166.06">
      <BasicPropertyInfo Latitude="51.49130465" Longitude="-0.19310795" StarRating="4" HotelCode="986226|708374" HotelName="Merit Kensington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.17" OriginalAmount="166.17">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|27179" HotelName="Novotel London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.38" OriginalAmount="166.38">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|107632" HotelName="Novotel London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.85" OriginalAmount="166.85">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|33374" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167" OriginalAmount="167">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167" OriginalAmount="167">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|13266" HotelName="Grand Plaza Serviced Apartments" 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,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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|tudor_court_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|the_bryson_hotel" HotelName="The Bryson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.51921909" Longitude="-0.16872725" StarRating="0" HotelCode="980177|sonder_edgware_road" HotelName="Sonder Edgware Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Edgware Road, London W21DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/5c/405ce70d4d0d975f114cac69da987e6db0f7e22c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.28" OriginalAmount="167.28">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|15847" HotelName="Holiday Inn London - West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.74" OriginalAmount="167.74">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|384795" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168" OriginalAmount="168">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|444183" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168" OriginalAmount="168">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfectly situated right in the heart of London's West End, this hotel is only a few steps away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.584778598751" Longitude="-0.28244528035657" StarRating="3" HotelCode="150302|kingsland_hotel" HotelName="Kingsland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kingsbury Circle, Kingsbury, London NW9 9RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2d/4c2df0a7885430a4e2083ac2f06fd001ad9f6255.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kingsland Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|staybridge_suites_stratford_city" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located directly adjacent to the iconic Olympic Stadium, in the heart of the Westfield ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.516160641997" Longitude="-0.17352148890495" StarRating="2" HotelCode="189723|tonys_house_hotel" HotelName="Tony's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.515768042722" Longitude="-0.16028242032598" StarRating="4" HotelCode="267551|shaftesbury_suites_london_marble_arch" HotelName="Shaftesbury Suites London Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|leman_locke" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.47173496" Longitude="-0.45700118" StarRating="0" HotelCode="735444|aerotel_london_heathrow_terminal_3" HotelName="Aerotel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.507450061117" Longitude="-0.09584110000003" StarRating="0" HotelCode="952433|native_bankside" HotelName="Native Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Bear Gardens, Empire Warehouse, London SE1 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/72/3b72fdc126171ffd106894a8149806ef18c3b0ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986179|gloucester_place_hotel" HotelName="Gloucester Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Gloucester Place, London W1U 8JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0a/6f0a0a050e9f754bbc36c82565b3133973331459.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.30" OriginalAmount="168.30">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|6609" HotelName="Copthorne Tara Hotel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.30" OriginalAmount="168.30">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|575942" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.54" OriginalAmount="168.54">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|169079" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located directly adjacent to the iconic Olympic Stadium, in the heart of the Westfield ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|49452" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.00" OriginalAmount="169.00">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|grange_portland_hotel" HotelName="Grange The Portland" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.00" OriginalAmount="169.00">
      <BasicPropertyInfo Latitude="51.51004379" Longitude="-0.12713057" StarRating="2" HotelCode="571166|hub_by_premier_inn_london_covent_garden" HotelName="hub by Premier Inn London Covent Garden" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.00" OriginalAmount="169.00">
      <BasicPropertyInfo Latitude="51.515381346449" Longitude="-0.07494840420145" StarRating="1.5" HotelCode="638103|travelodge_london_city" HotelName="Travelodge London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Middlesex Street, London E1 7EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c5/d4c5ef774d778d26991fcfd0a471e6760698fde4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="169.13" OriginalAmount="169.13">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|1063699" HotelName="Copthorne Tara Hotel London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.43" OriginalAmount="169.43">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|175387" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.70" OriginalAmount="169.70">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|94500" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.86" OriginalAmount="169.86">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|1918425" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="169.92" OriginalAmount="169.92">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|CAR208200" HotelName="Hilton Canary Wharf" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.97" OriginalAmount="169.97">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|122699" HotelName="The Trebovir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street, just minutes from Earl's Court Underground Station and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arosfa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <BasicPropertyInfo Latitude="51.515100811511" Longitude="-0.17231589550977" StarRating="2.5" HotelCode="146202|199960" HotelName="Hotel Columbus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>141 Sussex Gardens, London W2 2RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/49/7949867ee57fcb4eac4dc3472e192a749b793c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Columbus.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <BasicPropertyInfo Latitude="51.514034130633" Longitude="-0.17466008663178" StarRating="2" HotelCode="189717|457156" HotelName="Rhodes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/04/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Sussex Gardens, London W2 2RJ, Hyde Park</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225b073194a17478c6e224684a70f6c11b5076a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|200070" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <BasicPropertyInfo Latitude="51.516160641997" Longitude="-0.17352148890495" StarRating="2" HotelCode="189723|45419" HotelName="Tony's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.00" OriginalAmount="170.00">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|travelodge_tower_bridge" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.00" OriginalAmount="170.00">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|staycity_aparthotels_greenwich_high_road" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This Aparthotel is situated just 5 minutes’ walk from Greenwich Train Station. London Bridge can be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.10" OriginalAmount="170.10">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|33424" 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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.56" OriginalAmount="170.56">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|314282" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.59" OriginalAmount="170.59">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|109734" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <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>
        <HotelDescription>&lt;br/&gt;You will be offered a free DVD rental service, as well as the full English breakfast and free Wi-Fi....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|33985" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|h10_london_waterloo" HotelName="H10 London Waterloo" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.18" OriginalAmount="171.18">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="171.20" OriginalAmount="171.20">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|CAF529000" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="171.20" OriginalAmount="171.20">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|CBO915600" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="171.62" OriginalAmount="171.62">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.73" OriginalAmount="171.73">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|341335" HotelName="Grange Beauchamp 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172" OriginalAmount="172">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|199481" HotelName="Leman Locke" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172" OriginalAmount="172">
      <BasicPropertyInfo Latitude="51.54598" Longitude="-0.055857" StarRating="4" HotelCode="187075|399302" HotelName="The Old Ship" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, Sylvester Path, London E8 1EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bd/33bd7ec70331d64b701a9610ce7af7397eb6e4f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Hackney Central Train Station, only 15 minutes’ train journey from Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|thistle_kensington_gardens" HotelName="Thistle Kensington Gardens" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|citizenm_london_shoreditch" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.52041463" Longitude="-0.08505351" StarRating="0" HotelCode="579466|st_christophers_liverpool_street" HotelName="St. Christopher's The Liverpool Street Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Wilson Street, London EC2A 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e7/f0e74b716d8cc634212de0249da24d2e6f32f664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.18" OriginalAmount="172.18">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|70989" HotelName="Hilton Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|199344" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|9748" HotelName="The Buckingham Grange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|9755" HotelName="Grange The Portland" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|1129" HotelName="Hilton London Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Shepherds Bush - Hammersmith Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|marlin_apartments_queen_street" HotelName="Marlin Queen Street" 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>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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.5226491" Longitude="-0.1530563" StarRating="3" HotelCode="153452|regency_hotel_5" HotelName="Regency Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Nottingham Place, London W1U 5LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/7f/827f82533fa92a9197cd23bd8f57930a27ec88ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.51483841" Longitude="-0.08246157" StarRating="0" HotelCode="503226|great_st_helen_hotel" HotelName="Great Saint Helen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Great Saint Helens, London, England EC3A 6AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3c/d93cf40bd0a7e26116b7b682d874f33d5a5e6c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|lansbury_heritage_hotel" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.524567701034" Longitude="-0.11796723372959" StarRating="4" HotelCode="554898|goodenough_college_university_residence" HotelName="Goodenough College" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Mecklenburgh Square, London WC1N 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/38/3438e199af32a6e417f40fd1717694a7efc48a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.514617321542" Longitude="0.0091424115319268" StarRating="3" HotelCode="573045|ibis_london_canning_town" HotelName="ibis London Canning Town" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.03" OriginalAmount="173.03">
      <BasicPropertyInfo Latitude="51.49403273" Longitude="-0.19764208" StarRating="3" HotelCode="975447|662432" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.16" OriginalAmount="173.16">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|1001235" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.31" OriginalAmount="173.31">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|313082" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.41" OriginalAmount="173.41">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|36774" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="173.53" OriginalAmount="173.53">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|121261" HotelName="Best Western Swiss Cottage Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.67" OriginalAmount="173.67">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|314713" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.72" OriginalAmount="173.72">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|228056" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.80" OriginalAmount="173.80">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174" OriginalAmount="174">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|2129" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174" OriginalAmount="174">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is St George's Hotel Wembley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174" OriginalAmount="174">
      <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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.00" OriginalAmount="174.00">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|hilton_london_canary_wharf" HotelName="Hilton Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.00" OriginalAmount="174.00">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|elysee_hotel" HotelName="Elysee Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.00" OriginalAmount="174.00">
      <BasicPropertyInfo Latitude="51.51200986" Longitude="-0.18225968" StarRating="3" HotelCode="604477|mstay_paddington_rooms" HotelName="NOX Hotels Lancaster Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Craven Hill Gardens, London W2 3ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/bf/18bf4ef3529d3e2dc187a287b836802d5599fe37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.00" OriginalAmount="174.00">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|the_clarendon" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.18" OriginalAmount="174.18">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|179402" HotelName="Best Western Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.20" OriginalAmount="174.20">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.25" OriginalAmount="174.25">
      <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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.67" OriginalAmount="174.67">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|132728" HotelName="ibis Styles London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.75" OriginalAmount="174.75">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|52774" HotelName="Hilton Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.78" OriginalAmount="174.78">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|761624" HotelName="The Bryson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="174.90" OriginalAmount="174.90">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|982874" HotelName="Bayswater Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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 21/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in London's exclusive Royal Borough of Kensington and Chelsea. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|novotel_london_greenwich_2" HotelName="Novotel London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|imperial_court_studios" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|grange_beauchamp_hotel" HotelName="Grange Beauchamp 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|presidential_apartments__kensington" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|london_city_suites_2" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|sofitel_london_heathrow" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,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,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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.05" OriginalAmount="175.05">
      <BasicPropertyInfo Latitude="51.51629561402" Longitude="-0.17123663310053" StarRating="3" HotelCode="36434|277775" HotelName="Belmont Hotel &amp; Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>100 &amp; 104 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133487/133487a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a charming tree-lined street near Hyde Park in central London, just 100 met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.14" OriginalAmount="175.14">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|179390" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.19" OriginalAmount="175.19">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|313572" HotelName="TheWesley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.22" OriginalAmount="175.22">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|217436" HotelName="Best Western Mornington Hotel Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <BasicPropertyInfo Latitude="51.524567701034" Longitude="-0.11796723372959" StarRating="4" HotelCode="554898|458171" HotelName="Goodenough College" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Mecklenburgh Square, London WC1N 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/38/3438e199af32a6e417f40fd1717694a7efc48a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|24971" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,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,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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.00" OriginalAmount="176.00">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|best_western_mornington_hotel" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.00" OriginalAmount="176.00">
      <BasicPropertyInfo Latitude="51.529453" Longitude="-0.122089" StarRating="2" HotelCode="149811|howard_winchester_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Howard Winchester Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.00" OriginalAmount="176.00">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|holiday_inn_london_stratford_city_4" HotelName="Holiday Inn London Stratford City" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.18" OriginalAmount="176.18">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|643161" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.30" OriginalAmount="176.30">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|596565" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.56" OriginalAmount="176.56">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|7564" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="176.74" OriginalAmount="176.74">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|783804" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="176.77" OriginalAmount="176.77">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|068371" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177" OriginalAmount="177">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.00" OriginalAmount="177.00">
      <BasicPropertyInfo Latitude="51.528486276182" Longitude="-0.12192651629448" StarRating="3" HotelCode="164103|albion_house_hotel" HotelName="Albion House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Argyle Square, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/80/25807facd2fa4591fbe7e5514f49ad004399d052.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Albion House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.00" OriginalAmount="177.00">
      <BasicPropertyInfo Latitude="51.47732429" Longitude="-0.01505847" StarRating="3" HotelCode="496620|travelodge_london_greenwich_high_road" HotelName="Travelodge London Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;"Our London Greenwich High Road hotel is surrounded by must-see attractions like the Cutty Sark and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.00" OriginalAmount="177.00">
      <BasicPropertyInfo Latitude="51.5118" Longitude="-0.186" StarRating="3" HotelCode="495739|london_plaza_serviced_apartments" HotelName="London Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Inverness Terrace, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85926e89c7e4990146d9186bf9d7ae21cc5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.00" OriginalAmount="177.00">
      <BasicPropertyInfo Latitude="51.52276145" Longitude="-0.10426755" StarRating="4" HotelCode="986347|yotel_london_clerkenwell" HotelName="YOTEL London City" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.13" OriginalAmount="177.13">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|115613" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.45" OriginalAmount="177.45">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|521061" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.51" OriginalAmount="177.51">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|683355" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.54" OriginalAmount="177.54">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|384905" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Belgrave Road, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b8/9ab8c3ec7c8674e79e78169ea9497d50e7ed046c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in Pimilico. Many of the major attractions, including the world-famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178" OriginalAmount="178">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178" OriginalAmount="178">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|31892" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.00" OriginalAmount="178.00">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|cheshire" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.00" OriginalAmount="178.00">
      <BasicPropertyInfo Latitude="51.51446055241" Longitude="-0.1915351673083" StarRating="3" HotelCode="888710|so_hyde_park" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located between Notting Hill and Hyde Park in London's West End. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.00" OriginalAmount="178.00">
      <BasicPropertyInfo Latitude="51.500818054741" Longitude="-0.11265016504707" StarRating="0" HotelCode="986320|nox_hotels_waterloo" HotelName="NOX HOTELS - Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Lower Marsh, London SE1 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/17/5b17ea2fe7715cb2f6194a0b3a8451c7223a4238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.09" OriginalAmount="178.09">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|315030" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.38" OriginalAmount="178.38">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3.5" HotelCode="943331|627834" HotelName="Mimi’s Hotel Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.81" OriginalAmount="178.81">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|218126" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.93" OriginalAmount="178.93">
      <BasicPropertyInfo StarRating="3" HotelCode="|18010" HotelName="Thistle Bloomsbury Park" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOUTHAMPTON ROW 126</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/0/18010_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1895 and renovated in 2000. It has 7 floors and 95 rooms. In the establishment entrance, guests will find a hall with elevators, a reception, a safety deposit box service, a currency exchange service and a vending machine. Guests can enjoy a restaurant, with air-conditioning, with highchairs, The establishment offers guests internet (for a fee), a conference room, room service and a medical care service. SITUATION: It is nearLondon the city centre of Where you can find shops, leisure areas and entertainment. it is situated 200 metres away from a public transport stop, 50 metres away, clients have pubs, restaurants, 1 kilometre away from the establishment, guests will find shops. ROOM: Each room has a bathroom with a bath or shower, a hairdryer, a direct line telephone, a coffee maker, a kettle, a satellite or cable television, a radio and internet. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.93" OriginalAmount="178.93">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|103993" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.00" OriginalAmount="179.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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The Gower House Hotel offers rooms with free Wi-Fi and is well-located in central London's elegant B...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <BasicPropertyInfo Latitude="51.515452928672" Longitude="-0.1727369427681" StarRating="3" HotelCode="27217|230842" HotelName="Beverly City" 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>142 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/ec/6bec11f03e19954bae9249d014ff8a5a5e8e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Paddington district of the city, close to Paddington underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is within close walking distance of the famous Whiteleys shopping centre and is located n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.00" OriginalAmount="179.00">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|marlin_apartments_limehouse" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located on the bustling Commercial Road, just minutes from Limehouse stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.00" OriginalAmount="179.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="150156|jubilee_hotel_2" HotelName="Jubilee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Eccleston Square, Victoria, London SW1V 1NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/82/a3821a504187d9e65766c5e145df619a784319f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Jubilee.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.00" OriginalAmount="179.00">
      <BasicPropertyInfo Latitude="51.521750671906" Longitude="-0.16606373994045" StarRating="4" HotelCode="517801|cosway_serviced_apartment" HotelName="Marylebone Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>18 Cosway Street, London NW1 5NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/f5/93f573209831606cc20e3cbf906d64da3020e796.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.10" OriginalAmount="179.10">
      <BasicPropertyInfo Latitude="51.515990751152" Longitude="-0.17178987850923" StarRating="3" HotelCode="144163|4294515" HotelName="Athena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-114 Sussex Gardens, Hyde Park, London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/30/c030a5bace138efabcdcb55900630996a07f747f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="179.25" OriginalAmount="179.25">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|396142" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.28" OriginalAmount="179.28">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|1628998" HotelName="Quality Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Hampstead and affords fabulous views out over the park. Coun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="179.56" OriginalAmount="179.56">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|CAS332900" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.73" OriginalAmount="179.73">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|593083" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="179.87" OriginalAmount="179.87">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|612101" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180" OriginalAmount="180">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|7541" HotelName="Best Western Mornington Hotel Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180" OriginalAmount="180">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|12406" HotelName="Grange Beauchamp 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180" OriginalAmount="180">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|9158" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180" OriginalAmount="180">
      <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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180" OriginalAmount="180">
      <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="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.00" OriginalAmount="180.00">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|best_western_phoenix_hotel" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.00" OriginalAmount="180.00">
      <BasicPropertyInfo Latitude="51.561469" Longitude="-0.27925099999993" StarRating="4" HotelCode="298481|novotel_london_wembley" HotelName="Novotel London Wembley" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.00" OriginalAmount="180.00">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|the_gantry_london_curio_collection_by_hilton" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.03" OriginalAmount="180.03">
      <BasicPropertyInfo Latitude="51.51226447" Longitude="-0.09351085" StarRating="4" HotelCode="440132|629453" HotelName="Cove - Cannon Street, The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.07" OriginalAmount="180.07">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|386235" HotelName="The Chilworth" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.37" OriginalAmount="180.37">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|219806" 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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.56" OriginalAmount="180.56">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|9228" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.97" OriginalAmount="180.97">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|2256835" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.00" OriginalAmount="181.00">
      <BasicPropertyInfo Latitude="51.524615630378" Longitude="-0.16077429056168" StarRating="3" HotelCode="58768|americana" 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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located, a short walk from Regents Park and Baker Street Underground Station,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.00" OriginalAmount="181.00">
      <BasicPropertyInfo Latitude="51.514689246961" Longitude="-0.173657888515" StarRating="3" HotelCode="114380|abbey_court_hotel" HotelName="Abbey Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>168 – 172 Sussex Gardens, Paddington, London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911125e5f51c8cc77e68b65fbfef959bda8ed3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.00" OriginalAmount="181.00">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|hilton_garden_inn_london_heathrow_terminal_2" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.08" OriginalAmount="181.08">
      <BasicPropertyInfo Latitude="51.561469" Longitude="-0.27925099999993" StarRating="4" HotelCode="298481|254169" HotelName="Novotel London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.28" OriginalAmount="181.28">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|585561" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.42" OriginalAmount="181.42">
      <BasicPropertyInfo Latitude="51.499058" Longitude="-0.10186" StarRating="3" HotelCode="170197|150646" HotelName="The Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite South Bank University and 800 metres from Lamberth North and Elephant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="181.62" OriginalAmount="181.62">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|CBA565100" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.68" OriginalAmount="181.68">
      <BasicPropertyInfo Latitude="51.492342" Longitude="-0.140856" StarRating="2" HotelCode="114460|4277125" HotelName="Chester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Longmoore Street, London, SW1V 1JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/8d/648dd3cf1aa0678a98acaf96646351f59f6f74c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.85" OriginalAmount="181.85">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="144955|4277575" HotelName="Blades B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Belgrave Road, Victoria, London SW1V 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/a3/e0a37568313ebb93a413cc1c55c5c53da3b9b50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Blades B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182" OriginalAmount="182">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located, a short walk from Regents Park and Baker Street Underground Station,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182" OriginalAmount="182">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182" OriginalAmount="182">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|31917" HotelName="The Chilworth" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182" OriginalAmount="182">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182" OriginalAmount="182">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|16389" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.00" OriginalAmount="182.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="144955|blades__bb" HotelName="Blades B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Belgrave Road, Victoria, London SW1V 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/a3/e0a37568313ebb93a413cc1c55c5c53da3b9b50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Blades B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.00" OriginalAmount="182.00">
      <BasicPropertyInfo Latitude="51.54951876" Longitude="-0.054511" StarRating="0" HotelCode="783990|flynns_pub_guesthouse" HotelName="Flynns Pub &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>418 Mare Street, Hackney E8 1HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/6a/e96abc043c26d8c6bc2e93ff2b5cf24fe6065bbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.38" OriginalAmount="182.38">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|629451" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.39" OriginalAmount="182.39">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|95545" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.44" OriginalAmount="182.44">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.52" OriginalAmount="182.52">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|316236" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183" OriginalAmount="183">
      <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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183" OriginalAmount="183">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|10242" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183" OriginalAmount="183">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located between Notting Hill and Hyde Park in London's West End. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183" OriginalAmount="183">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of some of the capital’s most iconic attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.00" OriginalAmount="183.00">
      <BasicPropertyInfo Latitude="51.522636" Longitude="-0.103728" StarRating="4" HotelCode="82455|the_zetter_hotel" HotelName="The Zetter" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.17" OriginalAmount="183.17">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.22" OriginalAmount="183.22">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|315076" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.30" OriginalAmount="183.30">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|866145" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.36" OriginalAmount="183.36">
      <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 23/03/2026" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Balmoral House Hotel, you'll be centrally located i...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.44" OriginalAmount="183.44">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|228587" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.45" OriginalAmount="183.45">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|2259205" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.46" OriginalAmount="183.46">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|7568" HotelName="Hilton London Angel Islington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the centre of London with numerous shopping and entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="183.47" OriginalAmount="183.47">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|221525" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184" OriginalAmount="184">
      <BasicPropertyInfo Latitude="51.515990751152" Longitude="-0.17178987850923" StarRating="3" HotelCode="144163|274863" HotelName="Athena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-114 Sussex Gardens, Hyde Park, London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/30/c030a5bace138efabcdcb55900630996a07f747f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184" OriginalAmount="184">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|10170" HotelName="DoubleTree by Hilton London Angel Kings Cross" 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">
        <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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184" OriginalAmount="184">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Howard Winchester Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184" OriginalAmount="184">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184" OriginalAmount="184">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184" OriginalAmount="184">
      <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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Hyde Park, The Continental Hotel promises a relaxing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184" OriginalAmount="184">
      <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>
        <HotelDescription>&lt;br/&gt;"Our London Greenwich High Road hotel is surrounded by must-see attractions like the Cutty Sark and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|the_shaftesbury_premier_london_paddington" HotelName="The Chilworth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.492342" Longitude="-0.140856" StarRating="2" HotelCode="114460|chester_hotel" HotelName="Chester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Longmoore Street, London, SW1V 1JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/8d/648dd3cf1aa0678a98acaf96646351f59f6f74c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.515990751152" Longitude="-0.17178987850923" StarRating="3" HotelCode="144163|athena_hotel_3" HotelName="Athena Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-114 Sussex Gardens, Hyde Park, London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/30/c030a5bace138efabcdcb55900630996a07f747f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.51248932" Longitude="-0.18650429" StarRating="3" HotelCode="530949|hyde_park_superior_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|tune_hotel__liverpool_street_london" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="184.21" OriginalAmount="184.21">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|696635" HotelName="The Chelsea Harbour Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly 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,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>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.24" OriginalAmount="184.24">
      <BasicPropertyInfo Latitude="51.52041463" Longitude="-0.08505351" StarRating="0" HotelCode="579466|665393" HotelName="St. Christopher's The Liverpool Street Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 Wilson Street, London EC2A 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e7/f0e74b716d8cc634212de0249da24d2e6f32f664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.66" OriginalAmount="184.66">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|615562" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.69" OriginalAmount="184.69">
      <BasicPropertyInfo StarRating="5" HotelCode="|17980" HotelName="The Chelsea Harbour and Spa" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHELSEA HARBOUR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/0/17980_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2003. It has 160 suites and 8 floors. The establishment has air-conditioning, a hairdresser's, a bar, a restaurant, internet, room service, a laundry service and conference rooms. For an additional charge you can use the indoor car park. SITUATION: This luxurious hotel is situated in a peaceful area, close to Chelsea Port. The establishment offers fantastic views. Near the establishment, you will find Knightsbridge, King's Road, Harrods and Sloane Square, is close to Olimpia and Earls Court Exhibition Centre. ROOM: Guests are offered inviting, elegant, one bedroom suite rooms. They have a bathroom with a shower, a bath, a hairdryer, an air-conditioning system and a large dining room. Some rooms have a sofa-bed. They also have a direct line telephone, a radio, internet, a mini-bar, central heating, a satellite television, a stereo, a safety deposit box (available for a fee), central heating, a central air-conditioning system and a balcony with harbour views. FACILITIES: The establishment has a sunbathing terrace, a covered pool, a sauna, a gym and a health club. Some treatments (available for a fee). MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="184.76" OriginalAmount="184.76">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|CAT415200" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="184.89" OriginalAmount="184.89">
      <BasicPropertyInfo Latitude="51.51004379" Longitude="-0.12713057" StarRating="2" HotelCode="571166|906409" HotelName="hub by Premier Inn London Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185" OriginalAmount="185">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185" OriginalAmount="185">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185" OriginalAmount="185">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.00" OriginalAmount="185.00">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|novotel_london_canary_wharf" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.00" OriginalAmount="185.00">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|publove_the_crown_battersea" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hostel is approximately 8.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.5" OriginalAmount="185.5">
      <BasicPropertyInfo Latitude="51.516469" Longitude="-0.172741" StarRating="2" HotelCode="38607|382075" HotelName="Avon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Norfolk Square, Hyde Park, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/7d/857d039ac02ff842c357849976ecccdb0a5bf747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in a quiet, beautiful square in the heart of London's West End, in the vibrant Padd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.53" OriginalAmount="185.53">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|6634" HotelName="The President Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186" OriginalAmount="186">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="144955|399875" HotelName="Blades B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Belgrave Road, Victoria, London SW1V 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/a3/e0a37568313ebb93a413cc1c55c5c53da3b9b50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Blades B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186" OriginalAmount="186">
      <BasicPropertyInfo Latitude="51.492342" Longitude="-0.140856" StarRating="2" HotelCode="114460|199339" HotelName="Chester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Longmoore Street, London, SW1V 1JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/8d/648dd3cf1aa0678a98acaf96646351f59f6f74c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186" OriginalAmount="186">
      <BasicPropertyInfo Latitude="51.425765" Longitude="-0.22035" StarRating="3" HotelCode="207328|491806" HotelName="The Rose &amp; Crown Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 High Street, Wimbledon, Village, London SW19 5BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2bbc364e3254098dc9fab72fdbdf1e5d5f5ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.4921138" Longitude="-0.14158237" StarRating="3" HotelCode="519461|the_beverley_hotel_london_victoria" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.5453578" Longitude="-0.00703971" StarRating="5" HotelCode="785654|the_stratford_hotel_london" HotelName="The Stratford Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|hyatt_place_london_city_east" HotelName="Hyatt Place London City East" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.15" OriginalAmount="186.15">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|6643" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.18" OriginalAmount="186.18">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|2003892" HotelName="The Tavistock Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.77" OriginalAmount="186.77">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|385195" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, offering easy access to all of London's most important districts. Whet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.97" OriginalAmount="186.97">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|193433" HotelName="Hilton London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187" OriginalAmount="187">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|21674" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187" OriginalAmount="187">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|35771" HotelName="Quality Hampstead" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Hampstead and affords fabulous views out over the park. Coun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.00" OriginalAmount="187.00">
      <BasicPropertyInfo Latitude="51.53338366" Longitude="-0.10940927" StarRating="3" HotelCode="431837|the_alma" HotelName="The Alma Pub and Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>77-78 Chapel Market, London N1 9EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/68/d3680b9f5bb582da1cdbb70301358c16bcd4fa99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188" OriginalAmount="188">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located on the bustling Commercial Road, just minutes from Limehouse stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188" OriginalAmount="188">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Conveniently located to explore central London, the Premier Inn London Euston is just a 5 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188" OriginalAmount="188">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.00" OriginalAmount="188.00">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|royal_court_apartments_2" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.00" OriginalAmount="188.00">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|europa_house_2" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.00" OriginalAmount="188.00">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|park_plaza_london_waterloo" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.00" OriginalAmount="188.00">
      <BasicPropertyInfo Latitude="51.51122839" Longitude="-0.07255963" StarRating="0" HotelCode="737959|rockwell_east" HotelName="Rockwell East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Mansell Street, London E1 8AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f3856e23af05d6a30acc6a9fef5cbf66cbb47d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.00" OriginalAmount="188.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.120591" StarRating="3" HotelCode="915060|the_harrison" HotelName="The Harrison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Harrison Street, Kings Cross, London WC1H 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7a/8d7ac45f06a0b9c4889adf076199a4700a7f66a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.00" OriginalAmount="188.00">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|citadines_islington_london" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.06" OriginalAmount="188.06">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|876988" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.22" OriginalAmount="188.22">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|382005" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.33" OriginalAmount="188.33">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|161365" HotelName="Seraphine Hammersmith Hotel, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.42" OriginalAmount="188.42">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|382855" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys the perfect location to be guests’ base from which to explore London. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="188.73" OriginalAmount="188.73">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|32644" HotelName="Hilton London Angel Islington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the centre of London with numerous shopping and entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="188.87" OriginalAmount="188.87">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|173768" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189" OriginalAmount="189">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|39029" HotelName="The Chelsea Harbour Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly 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,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>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189" OriginalAmount="189">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel has everything you need for a couple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.00" OriginalAmount="189.00">
      <BasicPropertyInfo Latitude="51.562809" Longitude="-0.28102" StarRating="3" HotelCode="152864|premier_inn_london_wembley" HotelName="Premier Inn London Wembley Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.00" OriginalAmount="189.00">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|travelodge_waterloo" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of some of the capital’s most iconic attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.00" OriginalAmount="189.00">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|mercure_london_greenwich_2" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.01" OriginalAmount="189.01">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|6567" HotelName="Wedgewood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.05" OriginalAmount="189.05">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|63044" 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>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.98" OriginalAmount="189.98">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|1641228" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190" OriginalAmount="190">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|37423" HotelName="DoubleTree by Hilton London Greenwich" 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>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190" OriginalAmount="190">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|6972" HotelName="Duke of Leinster" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190" OriginalAmount="190">
      <BasicPropertyInfo Latitude="51.513959130674" Longitude="-0.17826540176657" StarRating="3" HotelCode="267553|276010" HotelName="O Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Craven Road, Westminster, London W2 3BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/5e/385e33eb0b70f4420634c156b154d400cc76c279.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190" OriginalAmount="190">
      <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>
        <HotelDescription>&lt;br/&gt;Conveniently located within walking distance of Greenwich train station and 3\n\nConveniently locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190" OriginalAmount="190">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in central London, Premier Inn London Holborn is just a 15-minute walk from Covent Garden, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.00" OriginalAmount="190.00">
      <BasicPropertyInfo Latitude="51.516469" Longitude="-0.172741" StarRating="2" HotelCode="38607|avon_hotel" HotelName="Avon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Norfolk Square, Hyde Park, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/7d/857d039ac02ff842c357849976ecccdb0a5bf747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in a quiet, beautiful square in the heart of London's West End, in the vibrant Padd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.00" OriginalAmount="190.00">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|best_western_the_cromwell" HotelName="ibis Styles London Gloucester Road" 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,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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.00" OriginalAmount="190.00">
      <BasicPropertyInfo Latitude="51.495908546993" Longitude="-0.208038053373" StarRating="3" HotelCode="385974|hand_flower" HotelName="Hand &amp; Flower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet,LCD/Projector,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Hammersmith Road, Hammersmith, London W14 8XJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ed/b5ed6b78b5b230cd9c945d306f1fe82018ad4c7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hand &amp; Flower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.00" OriginalAmount="190.00">
      <BasicPropertyInfo Latitude="51.51735085" Longitude="-0.07369392" StarRating="3" HotelCode="521962|commercial_house_2" HotelName="Aldgate Commercial House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Printer,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43B Commercial Street, London E1 6BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/a4/c7a4ffd00389279ad5389fc89da7a9768c18cead.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely aparthotel can be found in Aldgate. Located in 15 minutes walking distance from London B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.18" OriginalAmount="190.18">
      <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 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.26" OriginalAmount="190.26">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|99182" HotelName="Tophams 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.32" OriginalAmount="190.32">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.63" OriginalAmount="190.63">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|384785" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.71" OriginalAmount="190.71">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|843260" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.72" OriginalAmount="190.72">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.78" OriginalAmount="190.78">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|215288" HotelName="The Westbridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191" OriginalAmount="191">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, offering easy access to all of London's most important districts. Whet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191" OriginalAmount="191">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|200662" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191" OriginalAmount="191">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.22" OriginalAmount="191.22">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|313103" HotelName="Euston Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.69" OriginalAmount="191.69">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|13901" HotelName="St Giles London - A St Giles Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.84" OriginalAmount="191.84">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|606595" HotelName="Elysee Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192" OriginalAmount="192">
      <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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is Atlas Hostels London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192" OriginalAmount="192">
      <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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys the perfect location to be guests’ base from which to explore London. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192" OriginalAmount="192">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|224604" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192" OriginalAmount="192">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.120591" StarRating="3" HotelCode="915060|56789" HotelName="The Harrison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Harrison Street, Kings Cross, London WC1H 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7a/8d7ac45f06a0b9c4889adf076199a4700a7f66a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.00" OriginalAmount="192.00">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|ace_hotel_london_shoreditch_2" HotelName="One Hundred Shoreditch Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.00" OriginalAmount="192.00">
      <BasicPropertyInfo Latitude="51.507107322185" Longitude="-0.09287241104505" StarRating="3" HotelCode="152863|premier_inn_london_southwark_borough_market" HotelName="Premier Inn London Southwark Bankside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Our hotel offers you all the services you need, rooms with comfortable beds and an excellent restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.00" OriginalAmount="192.00">
      <BasicPropertyInfo Latitude="51.5152043" Longitude="-0.17452649999996" StarRating="2" HotelCode="429123|atlas_hostels_london" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is Atlas Hostels London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.00" OriginalAmount="192.00">
      <BasicPropertyInfo Latitude="51.503485483366" Longitude="-0.091296390164644" StarRating="3" HotelCode="946165|premier_inn_london_bridge" HotelName="Premier Inn London Southwark (Borough High St)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.05" OriginalAmount="192.05">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.18647" StarRating="1" HotelCode="307769|694896" HotelName="Queens Hotel Bayswater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater, London W2 3LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/8c/3b8c1d61e41960f1feaa649531acb83af6a1beee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.15" OriginalAmount="192.15">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|240046" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="192.18" OriginalAmount="192.18">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|CAS384600" HotelName="Hilton London Wembley" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="192.18" OriginalAmount="192.18">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|CAF401900" HotelName="Hilton London Angel Islington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the centre of London with numerous shopping and entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.39" OriginalAmount="192.39">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|17415" HotelName="Huttons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.44" OriginalAmount="192.44">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|228570" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.91" OriginalAmount="192.91">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|15176" HotelName="Duke of Leinster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193" OriginalAmount="193">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|400022" HotelName="Citadines Islington London" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193" OriginalAmount="193">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193" OriginalAmount="193">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|141679" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|ibis_styles_london_southwark_r" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|apex_london_wall_hotel_2" HotelName="Apex London Wall Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.450936336712" Longitude="-0.29952169427929" StarRating="4" HotelCode="115309|the_petersham_hotel" HotelName="The Petersham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.57587681" Longitude="-0.20122212" StarRating="0" HotelCode="499246|croft_court_hotel" HotelName="Croft Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>44 Ravenscroft Avenue, London NW11 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fd/b6fd4ded645a1c58fbd5f7757c512995cc98f268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Croft Court Hotel in London (Golders Green), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|the_balmoral_house_hotel" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 23/03/2026" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Balmoral House Hotel, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="193.03" OriginalAmount="193.03">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|CAG700100" HotelName="Thistle Bloomsbury Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="193.08" OriginalAmount="193.08">
      <BasicPropertyInfo Latitude="51.495225039799" Longitude="-0.18277645111084" StarRating="3" HotelCode="14976|2425275" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.37" OriginalAmount="193.37">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|674523" HotelName="Hotel Xanadu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.41" OriginalAmount="193.41">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|312425" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194" OriginalAmount="194">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194" OriginalAmount="194">
      <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>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.00" OriginalAmount="194.00">
      <BasicPropertyInfo Latitude="51.5108437" Longitude="-0.089195" StarRating="4" HotelCode="263504|suffolk_lane_apartment_by_bridgestreet" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.00" OriginalAmount="194.00">
      <BasicPropertyInfo Latitude="51.51986566" Longitude="-0.10654965" StarRating="4" HotelCode="479591|the_one_tun_pub_rooms" HotelName="The One Tun Pub and Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Saffron Hill, EC1N 8QS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/19/b919f4c37b7e591729a756480f2fb6d9eebdca34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.24" OriginalAmount="194.24">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|1941655" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="194.26" OriginalAmount="194.26">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|CBO056000" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.90" OriginalAmount="194.90">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.95" OriginalAmount="194.95">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|385015" HotelName="Marlin Queen Street" 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>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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|34373" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|24792" HotelName="Tophams 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.00" OriginalAmount="195.00">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|tune_hotel__westminster_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.00" OriginalAmount="195.00">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|hart_shoreditch_hotel_london_curio_collection_by_hilton" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.12" OriginalAmount="195.12">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|179314" HotelName="Best Western Victoria Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.50" OriginalAmount="195.50">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|33244" HotelName="Park Plaza London Riverbank" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.82" OriginalAmount="195.82">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|181466" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.85" OriginalAmount="195.85">
      <BasicPropertyInfo Latitude="51.54598" Longitude="-0.055857" StarRating="4" HotelCode="187075|176019" HotelName="The Old Ship" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, Sylvester Path, London E8 1EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bd/33bd7ec70331d64b701a9610ce7af7397eb6e4f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Hackney Central Train Station, only 15 minutes’ train journey from Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196" OriginalAmount="196">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the centre of London with numerous shopping and entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196" OriginalAmount="196">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated close to Marble Arch. Numerous shops and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.00" OriginalAmount="196.00">
      <BasicPropertyInfo Latitude="51.490442155822" Longitude="-0.14593730558075" StarRating="4" HotelCode="114340|the_windermere_hotel" HotelName="Windermere" 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>142-144 Warwick Way, London, Victoria, Greater London SW1V 4JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/67/0967ddf793460ded0dd5488088de5097ced47ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.00" OriginalAmount="196.00">
      <BasicPropertyInfo Latitude="51.513959130674" Longitude="-0.17826540176657" StarRating="3" HotelCode="267553|27_paddington_hotel" HotelName="O Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Craven Road, Westminster, London W2 3BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/5e/385e33eb0b70f4420634c156b154d400cc76c279.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.00" OriginalAmount="196.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986104|admiral_hardy" HotelName="Admiral Hardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.17" OriginalAmount="196.17">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|2090165" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="196.63" OriginalAmount="196.63">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|CAJ408000" HotelName="St Giles London - A St Giles Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="196.80" OriginalAmount="196.80">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|1203631" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|486234" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Balmoral House Hotel, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|199567" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.00" OriginalAmount="197.00">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|tophams_hotel" HotelName="Tophams Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City 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>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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.00" OriginalAmount="197.00">
      <BasicPropertyInfo Latitude="51.511745" Longitude="-0.185447" StarRating="3" HotelCode="149259|hotel_43_london" HotelName="Hotel 43" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Queensborough Terrace, Westminster, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/98/1998aa1ebd6543f36bed0fd95a5ed1a3f0a0ad98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.00" OriginalAmount="197.00">
      <BasicPropertyInfo Latitude="51.52009715" Longitude="-0.12397052" StarRating="3" HotelCode="448135|thanet_hotel" HotelName="Thanet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Bedford Place, Bloomsbury, WC1B 5JA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/2d/3a2de24ba536843cdc3df9aa13c8ba0ecaf0ec5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.10" OriginalAmount="197.10">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|866115" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="197.10" OriginalAmount="197.10">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|816331" HotelName="The Tavistock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.54" OriginalAmount="197.54">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|46622" HotelName="The Royal Eagle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.87" OriginalAmount="197.87">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|367965" HotelName="Strathmore Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|56538" HotelName="Elysee Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Garden Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <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 29/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|9750" HotelName="Strathmore Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.00" OriginalAmount="198.00">
      <BasicPropertyInfo Latitude="51.505033" Longitude="-0.011229" StarRating="4" HotelCode="409525|fraser_place_canary_wharf" HotelName="Fraser Place Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Boardwalk Place, London E14 5SF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/24/e924fda99cec207bf1a80190f8e565c106c6763f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located only a short walk from the Canary Wharf financial hub, this hotel is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.00" OriginalAmount="198.00">
      <BasicPropertyInfo Latitude="51.515082329316" Longitude="-0.17309691877645" StarRating="3" HotelCode="902935|stylotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.00" OriginalAmount="198.00">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|tower_suites" HotelName="Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.00" OriginalAmount="198.00">
      <BasicPropertyInfo Latitude="51.51513764" Longitude="-0.0688986" StarRating="4" HotelCode="986156|the_gate_2" HotelName="The Gate" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="198.03" OriginalAmount="198.03">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|120345" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.25" OriginalAmount="198.25">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|317035" HotelName="Indigo London - Tower Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.96" OriginalAmount="198.96">
      <BasicPropertyInfo Latitude="51.514617321542" Longitude="0.0091424115319268" StarRating="3" HotelCode="573045|615304" HotelName="ibis London Canning Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199" OriginalAmount="199">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|park_plaza_riverbank_london" HotelName="Park Plaza London Riverbank" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|park_avenue_belgravia" HotelName="Astors Belgravia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.52178927" Longitude="-0.13203102" StarRating="2" HotelCode="579346|jesmond_hotel_4" HotelName="Jesmond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/56/8956295899efcf64acfd060874dc3e6bf911ce50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.4940356" Longitude="-0.14092900000003" StarRating="0" HotelCode="981701|the_eaton_townhouse" HotelName="The Eaton Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Gillingham Street, London SW1V 1HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/13/a61336a60b45ac1fbcc4f5ed4bedf200580343a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.02" OriginalAmount="199.02">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|806069" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.20" OriginalAmount="199.20">
      <BasicPropertyInfo Latitude="51.512699713145" Longitude="-0.084646650042596" StarRating="4" HotelCode="34460|1080798" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.54" OriginalAmount="199.54">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|878561" HotelName="Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="199.56" OriginalAmount="199.56">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|33054" HotelName="Millennium Hotel London Knightsbridge" Meals="BED &amp; BREAKFAST,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,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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.61" OriginalAmount="199.61">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="4" HotelCode="977943|747668" HotelName="Citadines Islington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200" OriginalAmount="200">
      <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="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200" OriginalAmount="200">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|63637" HotelName="Marlin Queen Street" 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>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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200" OriginalAmount="200">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.00" OriginalAmount="200.00">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|shaftesbury_hyde_park_international_2" HotelName="Shaftesbury Hyde Park International" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.00" OriginalAmount="200.00">
      <BasicPropertyInfo Latitude="51.513343076526" Longitude="-0.17982065677643" StarRating="3.5" HotelCode="189733|hyde_park_apartments_8" HotelName="Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Craven Hill, London W2 3DS, Westminster</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/86/fc86768f51903baac3780df059e32043ef9f4a4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.60" OriginalAmount="200.60">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|38760" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="200.84" OriginalAmount="200.84">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|450578" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="200.92" OriginalAmount="200.92">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|CAU387900" HotelName="TheWesley" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201" OriginalAmount="201">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201" OriginalAmount="201">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|58010" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This Aparthotel is situated just 5 minutes’ walk from Greenwich Train Station. London Bridge can be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.00" OriginalAmount="201.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|park_lane_city_apartments" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.46" OriginalAmount="201.46">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="667935|772089" HotelName="Vilenza Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="201.60" OriginalAmount="201.60">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|902189" HotelName="The President Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.93" OriginalAmount="201.93">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|2111704" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.99" OriginalAmount="201.99">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|230415" HotelName="The Belgrave" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|56033" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <BasicPropertyInfo Latitude="51.51986566" Longitude="-0.10654965" StarRating="4" HotelCode="479591|199867" HotelName="The One Tun Pub and Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Saffron Hill, EC1N 8QS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/19/b919f4c37b7e591729a756480f2fb6d9eebdca34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="202.00">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|marlin_apartments_aldgate" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="202.04" OriginalAmount="202.04">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|443581" HotelName="Presidential Kensington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="202.16" OriginalAmount="202.16">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|1980555" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="202.74" OriginalAmount="202.74">
      <BasicPropertyInfo Latitude="51.52276145" Longitude="-0.10426755" StarRating="4" HotelCode="986347|733323" HotelName="YOTEL London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="202.90" OriginalAmount="202.90">
      <BasicPropertyInfo Latitude="51.5152043" Longitude="-0.17452649999996" StarRating="2" HotelCode="429123|635863" HotelName="Atlas Hostels London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is Atlas Hostels London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203" OriginalAmount="203">
      <BasicPropertyInfo Latitude="51.52178927" Longitude="-0.13203102" StarRating="2" HotelCode="579346|486456" HotelName="Jesmond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/56/8956295899efcf64acfd060874dc3e6bf911ce50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203" OriginalAmount="203">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.00" OriginalAmount="203.00">
      <BasicPropertyInfo Latitude="51.515579783756" Longitude="-0.17141997814179" StarRating="3" HotelCode="18292|darlington_hyde_park" HotelName="Darlington Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-117 Sussex Gardens, Paddington, London W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/6161358b2c3e6acdb9fe833311b7d348601388bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.00" OriginalAmount="203.00">
      <BasicPropertyInfo Latitude="51.503485483366" Longitude="-0.091296390164644" StarRating="3" HotelCode="946165|premier_inn_london_southwark_borough_high_st" HotelName="Premier Inn London Southwark (Borough High St)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.07" OriginalAmount="203.07">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|1512048" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="203.17" OriginalAmount="203.17">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|B35606" HotelName="Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.73" OriginalAmount="203.73">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|163382" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.86" OriginalAmount="203.86">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|102045" 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="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located on the bustling Commercial Road, just minutes from Limehouse stati...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204" OriginalAmount="204">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the districts of Kensington and Earl's Court. Restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204" OriginalAmount="204">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204" OriginalAmount="204">
      <BasicPropertyInfo Latitude="51.4940356" Longitude="-0.14092900000003" StarRating="0" HotelCode="981701|491813" HotelName="The Eaton Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Gillingham Street, London SW1V 1HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/13/a61336a60b45ac1fbcc4f5ed4bedf200580343a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="204.00">
      <BasicPropertyInfo Latitude="51.460715" Longitude="-0.187749" StarRating="4" HotelCode="267547|the_alma_hotel" HotelName="The Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/04/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>499 Old York Road, Wandsworth, London SW18 1TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/10/90106ae715e62e06ef171550f0f8ee08159a0987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Alma.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="204.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901065|montagu_place_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.00" OriginalAmount="204.00">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|go_native_hyde_park_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.08" OriginalAmount="204.08">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|883304" HotelName="Wilde Aparthotels by Staycity London Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.63" OriginalAmount="204.63">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|315845" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205" OriginalAmount="205">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|9197" HotelName="Danubius Hotel Regents 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205" OriginalAmount="205">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205" OriginalAmount="205">
      <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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in central London only a couple of minutes' walk from Ear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205" OriginalAmount="205">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|3089" HotelName="Park Plaza London Riverbank" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205" OriginalAmount="205">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.17" OriginalAmount="205.17">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|57664" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.38" OriginalAmount="205.38">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|14993" HotelName="Novotel London Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.72" OriginalAmount="205.72">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|6636" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.80" OriginalAmount="205.80">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|120964" HotelName="Apex London Wall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.83" OriginalAmount="205.83">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|33214" HotelName="Radisson Blu Edwardian Vanderbilt 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>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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="205.83" OriginalAmount="205.83">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|CBO370700" HotelName="Tower Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206" OriginalAmount="206">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|40367" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206" OriginalAmount="206">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="206.00">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|holiday_inn_express_london_greenwich" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="206.00">
      <BasicPropertyInfo Latitude="51.499331" Longitude="-0.197436" StarRating="3" HotelCode="168421|seraphine_kensington_olympia" HotelName="Seraphine Kensington Olympia Hotel" 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>225 Kensington High Street, London W8 6SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/93/54930c8a06d04f280abe5218268b4d02f00085ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on High Street Kensington, just a few minutes' walk from the High Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="206.00">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|dorsett_city_london" HotelName="Dorsett City London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.13" OriginalAmount="206.13">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|2172138" HotelName="Holiday Inn London Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.17" OriginalAmount="206.17">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|385665" HotelName="Novotel London Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.50" OriginalAmount="206.50">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|649807" HotelName="nhow London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.72" OriginalAmount="206.72">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|386195" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.79" OriginalAmount="206.79">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|493301" HotelName="Tulip Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="206.80" OriginalAmount="206.80">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|A32534" HotelName="nhow London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.90" OriginalAmount="206.90">
      <BasicPropertyInfo Latitude="51.492639977861" Longitude="-0.19628271460533" StarRating="3" HotelCode="259328|15178" HotelName="The Kensington Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the districts of Kensington and Earl's Court. Restaurants, b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207" OriginalAmount="207">
      <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="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207" OriginalAmount="207">
      <BasicPropertyInfo Latitude="51.516469" Longitude="-0.172741" StarRating="2" HotelCode="38607|45413" HotelName="Avon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Norfolk Square, Hyde Park, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/7d/857d039ac02ff842c357849976ecccdb0a5bf747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in a quiet, beautiful square in the heart of London's West End, in the vibrant Padd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207" OriginalAmount="207">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|radisson_blu_edwardian_vanderbilt" HotelName="Radisson Blu Edwardian Vanderbilt 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,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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|the_danubius_hotel__london_regents_park" HotelName="Danubius Hotel Regents Park" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|the_sumner_hotel" HotelName="The Sumner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.51019636" Longitude="-0.0767426" StarRating="4" HotelCode="450238|citizenm_tower_of_london" HotelName="citizenM Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM Tower of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="207.02" OriginalAmount="207.02">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|CAF528900" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.19" OriginalAmount="207.19">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|2561995" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.76" OriginalAmount="207.76">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|32984" HotelName="London Marriott Hotel Maida Vale" 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,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>
        <HotelDescription>&lt;br/&gt;Situated close to Abbey Road Studios, Notting Hill, Little Venice and Lord's Cricket Ground and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.90" OriginalAmount="207.90">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|216766" HotelName="Best Western Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208" OriginalAmount="208">
      <BasicPropertyInfo Latitude="51.51019636" Longitude="-0.0767426" StarRating="4" HotelCode="450238|444187" HotelName="citizenM Tower of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM Tower of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208" OriginalAmount="208">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208" OriginalAmount="208">
      <BasicPropertyInfo Latitude="51.5131037" Longitude="-0.105612" StarRating="3" HotelCode="263523|93562" HotelName="Premier Inn London Blackfriars (Fleet Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of London and just 350 m from London Blackfriars Underground Station, Premier Inn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208" OriginalAmount="208">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208" OriginalAmount="208">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.00" OriginalAmount="208.00">
      <BasicPropertyInfo Latitude="51.511685577145" Longitude="-0.18654180304111" StarRating="2" HotelCode="292161|radnor_3" HotelName="Gallery Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>23 Inverness Terrace, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/56/f35685061693f4cfe50ec35c921de43284418a5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.44" OriginalAmount="208.44">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|385115" HotelName="Mercure London Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel prov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209" OriginalAmount="209">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209" OriginalAmount="209">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.95" OriginalAmount="209.95">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|14917" HotelName="Astor Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210" OriginalAmount="210">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210" OriginalAmount="210">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|20974" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210" OriginalAmount="210">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|205047" HotelName="Dorsett City London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210" OriginalAmount="210">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|34005" HotelName="Novotel London Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210" OriginalAmount="210">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Situated beside the London Eye, just 350 metres from Waterloo Station, Premier Inn London County Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.00" OriginalAmount="210.00">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|best_western_corona_2" HotelName="Best Western Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.00" OriginalAmount="210.00">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|astors_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.00" OriginalAmount="210.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|hotel_moonlight_8" 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>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.00" OriginalAmount="210.00">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4.5" HotelCode="310354|gallery_hotel" HotelName="The Exhibitionist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place, Kensington, London SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45f0cbb6c5272c6cccc1ae4c99aaa5716bfb9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the vicinity of Earl's Court and Olympia (2.5 km away). It is wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.31" OriginalAmount="210.31">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|1062328" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="210.37" OriginalAmount="210.37">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|1801251" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.37" OriginalAmount="210.37">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|33164" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="210.38" OriginalAmount="210.38">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|311545" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="210.40" OriginalAmount="210.40">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|1080888" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="210.45" OriginalAmount="210.45">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|15147" HotelName="Mercure London Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel prov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.00" OriginalAmount="211.00">
      <BasicPropertyInfo Latitude="51.497258919592" Longitude="-0.22302970290184" StarRating="3" HotelCode="189715|the_brook_green_hotel" HotelName="Brook Green" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>170 Shepherd's Bush Road, London W6 7PB, Hammersmith</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/56/8456303b78f35a8f2dbdfa0fa6356e65677d3995.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.00" OriginalAmount="211.00">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|marlin_aparthotel_waterloo" HotelName="Marlin Waterloo" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.00" OriginalAmount="211.00">
      <BasicPropertyInfo Latitude="51.4527155" Longitude="-0.10079585" StarRating="0" HotelCode="583165|half_moon_5" HotelName="Half Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Half Moon Lane, Herne Hill, London SE24 9HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/37/15378e67d88ecf06fd92e31c4eec01de2bc6a766.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="211.16" OriginalAmount="211.16">
      <BasicPropertyInfo Latitude="51.491010044337" Longitude="-0.18083989620209" StarRating="4" HotelCode="35442|2332045" 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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is centrally located in the shopping district of Knightsbridge, jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.69" OriginalAmount="211.69">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|858186" HotelName="Hyatt Place London City East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212" OriginalAmount="212">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212" OriginalAmount="212">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212" OriginalAmount="212">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4.5" HotelCode="310354|49218" HotelName="The Exhibitionist Hotel" 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,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place, Kensington, London SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45f0cbb6c5272c6cccc1ae4c99aaa5716bfb9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the vicinity of Earl's Court and Olympia (2.5 km away). It is wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.39" OriginalAmount="212.39">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|15101" HotelName="Grand Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 11/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.39" OriginalAmount="212.39">
      <BasicPropertyInfo Latitude="51.53493577" Longitude="-0.10557035" StarRating="3" HotelCode="263525|906411" HotelName="Premier Inn London Angel Islington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing modern rooms with flat-screen TVs and an on-site restaurant, this Premier Inn is also only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.61" OriginalAmount="212.61">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.00" OriginalAmount="213.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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213" OriginalAmount="213">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213" OriginalAmount="213">
      <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" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213" OriginalAmount="213">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|3098" HotelName="Radisson Blu Edwardian Vanderbilt 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>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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.00" OriginalAmount="213.00">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|marble_arc_by_montcalm" HotelName="The Marble Arch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.00" OriginalAmount="213.00">
      <BasicPropertyInfo Latitude="51.52320082" Longitude="-0.138679" StarRating="0" HotelCode="725278|the_grafton_arms" HotelName="The Grafton Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Grafton Way, London W1T 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ef/67ef2bc4e909e7bbe6b30e9a6b49a6a683c1d9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.38" OriginalAmount="213.38">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|144716" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.43" OriginalAmount="213.43">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|13889" HotelName="Best Western Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.50" OriginalAmount="213.50">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|33154" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.59" OriginalAmount="213.59">
      <BasicPropertyInfo Latitude="51.490442155822" Longitude="-0.14593730558075" StarRating="4" HotelCode="114340|1080908" HotelName="Windermere" 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>142-144 Warwick Way, London, Victoria, Greater London SW1V 4JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/67/0967ddf793460ded0dd5488088de5097ced47ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="213.77" OriginalAmount="213.77">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|783806" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="213.8" OriginalAmount="213.8">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|GSTR" HotelName="Strathmore Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Queens Gate Gardens</AddressLine>
          </AddressLines>
          <PostalCode>(0)2075840246</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/3f/073f2f2c97d13bc3617c6cc284570d939dea8f98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214" OriginalAmount="214">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.37" OriginalAmount="214.37">
      <BasicPropertyInfo Latitude="51.503300805404" Longitude="-0.22012234078238" StarRating="3" HotelCode="213141|228577" HotelName="ibis London Shepherds Bush - Hammersmith Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Shepherds Bush - Hammersmith Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215" OriginalAmount="215">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215" OriginalAmount="215">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing modern rooms with flat-screen TVs and an on-site restaurant, this Premier Inn is also only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.00" OriginalAmount="215.00">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|the_shaftesbury_metropolis_london_hyde_park" HotelName="Inhabit" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.00" OriginalAmount="215.00">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|boundary" HotelName="Boundary" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.06" OriginalAmount="215.06">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|732725" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Originals City, Hotel Le Lion d'or, Chin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.34" OriginalAmount="215.34">
      <BasicPropertyInfo StarRating="5" HotelCode="|444643" HotelName="Tower Suites By Blue Orchid" Meals="STUDIO" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100 Minories</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/6/4/3/444643_45bef650901.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.52" OriginalAmount="215.52">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|33364" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.62" OriginalAmount="215.62">
      <BasicPropertyInfo Latitude="51.491531094997" Longitude="-0.1962947845459" StarRating="4" HotelCode="35463|1080878" HotelName="Twenty Nevern Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City 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>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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies amidst peaceful gardens and is situated close to the centre of London wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="215.71" OriginalAmount="215.71">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|CAF401100" HotelName="The Belgrave" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.74" OriginalAmount="215.74">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|33224" HotelName="Danubius Hotel Regents 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216" OriginalAmount="216">
      <BasicPropertyInfo Latitude="51.499345162181" Longitude="-0.22188171744347" StarRating="2" HotelCode="166889|4122" HotelName="Hotel 65" 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>65 Shepherds Bush Road, Hammersmith, London W6 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f1/a4f12d522b09aceb58e93249301eb5eb93c61b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216" OriginalAmount="216">
      <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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is centrally located in the shopping district of Knightsbridge, jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216" OriginalAmount="216">
      <BasicPropertyInfo Latitude="51.52320082" Longitude="-0.138679" StarRating="0" HotelCode="725278|489137" HotelName="The Grafton Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Grafton Way, London W1T 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ef/67ef2bc4e909e7bbe6b30e9a6b49a6a683c1d9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.00" OriginalAmount="216.00">
      <BasicPropertyInfo Latitude="51.498581" Longitude="-0.08407" StarRating="3" HotelCode="154178|residence_inn_by_marriott_london_bridge" HotelName="Residence Inn London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 21/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from London Bridge Tower, Southwark Cathedral and the London Dungeon, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.00" OriginalAmount="216.00">
      <BasicPropertyInfo Latitude="51.513992" Longitude="-0.122167" StarRating="3" HotelCode="189761|fielding_hotel" HotelName="The Fielding Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.00" OriginalAmount="216.00">
      <BasicPropertyInfo Latitude="51.5262539" Longitude="-0.12688900000001" StarRating="3" HotelCode="903418|euro_hotel_5" HotelName="Euro Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Cartwright Gardens, Russel Square, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f4/f3f4db28e9a5e1a8bffaa67d18bf56729548a99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.75" OriginalAmount="216.75">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217" OriginalAmount="217">
      <BasicPropertyInfo Latitude="51.505033" Longitude="-0.011229" StarRating="4" HotelCode="409525|444221" HotelName="Fraser Place Canary Wharf" 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,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Boardwalk Place, London E14 5SF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/24/e924fda99cec207bf1a80190f8e565c106c6763f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located only a short walk from the Canary Wharf financial hub, this hotel is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217" OriginalAmount="217">
      <BasicPropertyInfo Latitude="51.450936336712" Longitude="-0.29952169427929" StarRating="4" HotelCode="115309|169419" HotelName="The Petersham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217" OriginalAmount="217">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217" OriginalAmount="217">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Our hotel offers you all the services you need, rooms with comfortable beds and an excellent restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217" OriginalAmount="217">
      <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 21/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from London Bridge Tower, Southwark Cathedral and the London Dungeon, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217" OriginalAmount="217">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.00" OriginalAmount="217.00">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|marlin_apartments_empire_square" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.00" OriginalAmount="217.00">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|hampton_by_hilton_london_waterloo" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.02" OriginalAmount="217.02">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|74254" HotelName="Novotel London Tower Bridge" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.17" OriginalAmount="217.17">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|33484" HotelName="The Tower 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,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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.18" OriginalAmount="217.18">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|384975" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.24" OriginalAmount="217.24">
      <BasicPropertyInfo Latitude="51.51314978" Longitude="-0.1420216" StarRating="5" HotelCode="115310|2440295" HotelName="No. 5 Maddox Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.25" OriginalAmount="217.25">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|172420" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="217.58" OriginalAmount="217.58">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|16072" HotelName="Strathmore Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.61" OriginalAmount="217.61">
      <BasicPropertyInfo Latitude="51.502624553573" Longitude="-0.21725490689278" StarRating="4" HotelCode="31997|32924" HotelName="K West Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Way, London W14 0AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/62/326236acc597569dfe36299a6e5724f5ba77b2dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a convenient central location in Notting Hill, this hotel offers easy access to the shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218" OriginalAmount="218">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218" OriginalAmount="218">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Just a 7-minute tube journey from central London, Premier Inn London Southwark (Tate Modern)is less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.00" OriginalAmount="218.00">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|radisson_blu_edwardian_kenilworth_hotel" HotelName="Radisson Blu Edwardian Kenilworth 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.00" OriginalAmount="218.00">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|radisson_blu_edwardian_new_providence_wharf" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;Based in the heart of Europe's most dynamic business location, this luxury London hotel is a great o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.00" OriginalAmount="218.00">
      <BasicPropertyInfo Latitude="51.51435251" Longitude="-0.17254674" StarRating="4" HotelCode="442748|hyde_park_radnor" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.00" OriginalAmount="218.00">
      <BasicPropertyInfo Latitude="51.51123395" Longitude="-0.12991401666667" StarRating="4" HotelCode="510217|victory_house_london_leicester_square_mgallery_by_sofitel_opening_summer_2017" HotelName="Victory House Hotel London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="218.43" OriginalAmount="218.43">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|746575" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="218.82" OriginalAmount="218.82">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|813169" HotelName="Point A Hotel, London Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219" OriginalAmount="219">
      <BasicPropertyInfo Latitude="51.490442155822" Longitude="-0.14593730558075" StarRating="4" HotelCode="114340|55026" HotelName="Windermere" 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>142-144 Warwick Way, London, Victoria, Greater London SW1V 4JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/67/0967ddf793460ded0dd5488088de5097ced47ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.00" OriginalAmount="219.00">
      <BasicPropertyInfo Latitude="51.494832172951" Longitude="-0.21117418348445" StarRating="3" HotelCode="185669|access_kensington_olympia" HotelName="Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 12/04/2026" HotelFacility="Bar,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Court, North End Road, London W14 8SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/75/8175bc84a42bf12c72cfcfb1c082abbf810a4737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is just a 10-minute walk from West Brompton Underground Station and only 500 metres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.00" OriginalAmount="219.00">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|bb_belgravia_studios82" HotelName="B+B Belgravia" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.00" OriginalAmount="219.00">
      <BasicPropertyInfo Latitude="51.51532556" Longitude="-0.1914806" StarRating="0" HotelCode="986068|the_hayden_pub_rooms" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.02" OriginalAmount="219.02">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|746425" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.02" OriginalAmount="219.02">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|8901" HotelName="The Chelsea Harbour Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.15" OriginalAmount="219.15">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|809785" 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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.29" OriginalAmount="219.29">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|6619" HotelName="Millennium Hotel London Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.43" OriginalAmount="219.43">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|17125" HotelName="The Chilworth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.62" OriginalAmount="219.62">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|83647" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.83" OriginalAmount="219.83">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|228583" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="219.86" OriginalAmount="219.86">
      <BasicPropertyInfo Latitude="51.527649430223" Longitude="-0.086683630943298" StarRating="3" HotelCode="173754|695735" HotelName="Premier Inn London City (Old Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220" OriginalAmount="220">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel prov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220" OriginalAmount="220">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.45" OriginalAmount="220.45">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|636991" HotelName="Assembly London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="220.58" OriginalAmount="220.58">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|1261999" HotelName="Astor Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.85" OriginalAmount="220.85">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|181507" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="220.92" OriginalAmount="220.92">
      <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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221" OriginalAmount="221">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|10356" HotelName="Novotel London Tower Bridge" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221" OriginalAmount="221">
      <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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.00" OriginalAmount="221.00">
      <BasicPropertyInfo Latitude="51.505154360949" Longitude="-0.098252881614712" StarRating="4" HotelCode="199763|citizenm_london_bankside" HotelName="citizenM London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM London Bankside.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.11" OriginalAmount="221.11">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="221.40" OriginalAmount="221.40">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|2739740" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR 2" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.42" OriginalAmount="221.42">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|386175" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.52" OriginalAmount="221.52">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|481142" HotelName="Hotel Rafayel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.69" OriginalAmount="221.69">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|315210" HotelName="Point A Hotel, London Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.97" OriginalAmount="221.97">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|313896" HotelName="OYO Townhouse New England Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222" OriginalAmount="222">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM London Bankside.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222" OriginalAmount="222">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222" OriginalAmount="222">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet square in the heart of Bayswater, close to Queensway, Hyde Park and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222" OriginalAmount="222">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|4232" HotelName="The Tower 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,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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.00" OriginalAmount="222.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|executive_rooms_london_kensington_2" 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>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.00" OriginalAmount="222.00">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|locke_at_broken_wharf" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.16" OriginalAmount="222.16">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|384875" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.38" OriginalAmount="222.38">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|125353" HotelName="Dolphin Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys the perfect location to be guests’ base from which to explore London. It lies...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.73" OriginalAmount="222.73">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|428955" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.98" OriginalAmount="222.98">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|1061888" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223" OriginalAmount="223">
      <BasicPropertyInfo Latitude="51.502624553573" Longitude="-0.21725490689278" StarRating="4" HotelCode="31997|34004" HotelName="K West Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Way, London W14 0AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/62/326236acc597569dfe36299a6e5724f5ba77b2dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a convenient central location in Notting Hill, this hotel offers easy access to the shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223" OriginalAmount="223">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223" OriginalAmount="223">
      <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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223" OriginalAmount="223">
      <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of Europe's most dynamic business location, this luxury London hotel is a great o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223" OriginalAmount="223">
      <BasicPropertyInfo Latitude="51.515579783756" Longitude="-0.17141997814179" StarRating="3" HotelCode="18292|411142" HotelName="Darlington Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-117 Sussex Gardens, Paddington, London W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/6161358b2c3e6acdb9fe833311b7d348601388bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223" OriginalAmount="223">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.00" OriginalAmount="223.00">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|apex_temple_court_hotel_2" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just off bustling Fleet Street in London's historic Temple legal district. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.00" OriginalAmount="223.00">
      <BasicPropertyInfo Latitude="51.4928655" Longitude="-0.2546085" StarRating="3" HotelCode="199786|high_road_house" HotelName="High Road House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Chiswick High Road, London W4 1PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/04/e1043a2da0f73ebf51b6383780f25b90006ab211.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.00" OriginalAmount="223.00">
      <BasicPropertyInfo Latitude="51.51688459" Longitude="-0.0803213" StarRating="4" HotelCode="350862|the_bull_and_the_hide" HotelName="The Bull and The Hide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Devonshire Row, Bishopsgate, London EC2M 4RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3d/563dde18fb3ad39257095ca26b0da8299407feed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.00" OriginalAmount="223.00">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|the_curtain" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.00" OriginalAmount="223.00">
      <BasicPropertyInfo Latitude="51.5217208" Longitude="-0.153251" StarRating="0" HotelCode="573359|regency_hotel_parkside" HotelName="Regency Hotel Parkside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Nottingham Place, London W1U 5LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/97/cb97fef25e3e4281ece5333314782fd1420d809e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Regency Hotel Parkside in London (Marylebone), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.22" OriginalAmount="223.22">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|93439" HotelName="Holiday Inn Express Victoria" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.32" OriginalAmount="223.32">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|1550728" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.38" OriginalAmount="223.38">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|1062258" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.47" OriginalAmount="223.47">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.49" OriginalAmount="223.49">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|178431" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.66" OriginalAmount="223.66">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.71" OriginalAmount="223.71">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|122358" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224" OriginalAmount="224">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.00" OriginalAmount="224.00">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|royal_london_house_by_montcalm" HotelName="Montcalm Royal London House" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.21" OriginalAmount="224.21">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|100616" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="224.46" OriginalAmount="224.46">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|CAS340000" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.94" OriginalAmount="224.94">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|77690" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225" OriginalAmount="225">
      <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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225" OriginalAmount="225">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|416218" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225" OriginalAmount="225">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is well served by public transport and is an ideal starting point for those wishing to ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.00" OriginalAmount="225.00">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|hotel_indigo_londonpaddington" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.00" OriginalAmount="225.00">
      <BasicPropertyInfo Latitude="51.52322156" Longitude="-0.12422977" StarRating="0" HotelCode="737902|russel_square_hotel" HotelName="Russell Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Bernard Street, London WC1N 1LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/dd/19dd5314e2ffe33e93b1449629eb6a8634a982bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.02" OriginalAmount="225.02">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|32394" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the very heart of Kensington with its couture designer shops and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.02" OriginalAmount="225.02">
      <BasicPropertyInfo Latitude="51.52660481129" Longitude="-0.12978136539459" StarRating="4" HotelCode="200908|84356" HotelName="Ambassadors Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Bloomsbury, with Euston, Russell Square and King's Cross/St Pancra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="225.27" OriginalAmount="225.27">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|CAM455400" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="225.50" OriginalAmount="225.50">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|1164539" HotelName="Millennium Hotel London Knightsbridge" 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,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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="225.57" OriginalAmount="225.57">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|CAK205400" 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="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.60" OriginalAmount="225.60">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|99042" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.64" OriginalAmount="225.64">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|385895" HotelName="Prince William" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226" OriginalAmount="226">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226" OriginalAmount="226">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Around 5 minutes’ walk from the Eurostar terminal and King’s Cross Train Station, Premier Inn St Pan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226" OriginalAmount="226">
      <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/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Bloomsbury, with Euston, Russell Square and King's Cross/St Pancra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.00" OriginalAmount="226.00">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|hilton_london_tower_bridge" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.00" OriginalAmount="226.00">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|the_hoxton_shoreditch" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.00" OriginalAmount="226.00">
      <BasicPropertyInfo Latitude="51.51727059" Longitude="-0.08919489" StarRating="3" HotelCode="872137|the_moorgate" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.20" OriginalAmount="226.20">
      <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 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.36" OriginalAmount="226.36">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|64074" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.41" OriginalAmount="226.41">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|386025" HotelName="Reem" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.82" OriginalAmount="226.82">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|6554" HotelName="Hilton London Metropole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227" OriginalAmount="227">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227" OriginalAmount="227">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227" OriginalAmount="227">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|411139" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Belgrave Road, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b8/9ab8c3ec7c8674e79e78169ea9497d50e7ed046c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in Pimilico. Many of the major attractions, including the world-famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227" OriginalAmount="227">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.00" OriginalAmount="227.00">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|wilde_aparthotels_by_staycity_the_strand" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.25" OriginalAmount="227.25">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|14836" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228" OriginalAmount="228">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228" OriginalAmount="228">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228" OriginalAmount="228">
      <BasicPropertyInfo Latitude="51.51688459" Longitude="-0.0803213" StarRating="4" HotelCode="350862|479712" HotelName="The Bull and The Hide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Devonshire Row, Bishopsgate, London EC2M 4RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3d/563dde18fb3ad39257095ca26b0da8299407feed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.00" OriginalAmount="228.00">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|the_leonard_hotel" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.00" OriginalAmount="228.00">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|the_zetter_townhouse" HotelName="The Zetter Townhouse" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.45" OriginalAmount="228.45">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|98748" HotelName="Andaz London Liverpool Street" 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229" OriginalAmount="229">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|24105" HotelName="Holiday Inn Express Victoria" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229" OriginalAmount="229">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229" OriginalAmount="229">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|22045" HotelName="Pestana Chelsea Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229" OriginalAmount="229">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229" OriginalAmount="229">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229" OriginalAmount="229">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.00" OriginalAmount="229.00">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|apex_city_of_london_hotel" HotelName="Apex City Of London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.00" OriginalAmount="229.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|the_park_grand_london_paddington" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.00" OriginalAmount="229.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|castleton_hotel" HotelName="The Castleton Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.00" OriginalAmount="229.00">
      <BasicPropertyInfo Latitude="51.499345162181" Longitude="-0.22188171744347" StarRating="2" HotelCode="166889|hotel_65" HotelName="Hotel 65" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Shepherds Bush Road, Hammersmith, London W6 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f1/a4f12d522b09aceb58e93249301eb5eb93c61b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.00" OriginalAmount="229.00">
      <BasicPropertyInfo Latitude="51.51286" Longitude="-0.17896" StarRating="3" HotelCode="915050|paddington_park_hotel" HotelName="Paddington Park Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.04" OriginalAmount="229.04">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|78964" HotelName="Park Plaza County Hall" 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,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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.72" OriginalAmount="229.72">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|174553" HotelName="Staybridge Suites London - Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located directly adjacent to the iconic Olympic Stadium, in the heart of the Westfield ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="229.75" OriginalAmount="229.75">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|15901" HotelName="Prince William" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230" OriginalAmount="230">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|18990" HotelName="Hilton London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230" OriginalAmount="230">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.05" OriginalAmount="230.05">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|1551108" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.19" OriginalAmount="230.19">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|33044" HotelName="The Bailey's Hotel London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is ideally situated at the heart of the London district of Kensington and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.69" OriginalAmount="230.69">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|382135" HotelName="The Piccadilly London West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Shaftesbury Avenue from where guests may reach many of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|2153" HotelName="Prince William" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <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>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the very heart of Kensington with its couture designer shops and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.00" OriginalAmount="231.00">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|pestana_chelsea_bridge_hotel__spa" 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" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.00" OriginalAmount="231.00">
      <BasicPropertyInfo Latitude="51.53042" Longitude="-0.055908" StarRating="5" HotelCode="165985|town_hall_hotel__apartments" HotelName="Town Hall" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.00" OriginalAmount="231.00">
      <BasicPropertyInfo Latitude="51.583273499905" Longitude="-0.2167996036701" StarRating="4" HotelCode="263535|the_pillar" HotelName="The Pillar Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pillar Hotel London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.75" OriginalAmount="231.75">
      <BasicPropertyInfo Latitude="51.51123395" Longitude="-0.12991401666667" StarRating="4" HotelCode="510217|556927" HotelName="Victory House Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.98" OriginalAmount="231.98">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|32674" 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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232" OriginalAmount="232">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232" OriginalAmount="232">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232" OriginalAmount="232">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232" OriginalAmount="232">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|444299" HotelName="The Sumner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232" OriginalAmount="232">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|277104" HotelName="Mondrian Shoreditch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.00" OriginalAmount="232.00">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|caesar_hotel" HotelName="The Caesar Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.03" OriginalAmount="232.03">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|128787" 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" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.07" OriginalAmount="232.07">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|15177" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="232.10" OriginalAmount="232.10">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|7967362" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.31" OriginalAmount="232.31">
      <BasicPropertyInfo Latitude="51.516322546566" Longitude="-0.1719805598259" StarRating="3" HotelCode="15202|493145" 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>
        <HotelDescription>&lt;br/&gt;This Victorian style hotel is located near Oxford Street in London's West End. Paddington undergroun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="232.33" OriginalAmount="232.33">
      <BasicPropertyInfo Latitude="51.495437125426" Longitude="-0.18085244907377" StarRating="4" HotelCode="35441|369425" 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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is located on Cromwell Road, one of the most important access roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.35" OriginalAmount="232.35">
      <BasicPropertyInfo Latitude="51.51110709412" Longitude="-0.18492087721825" StarRating="3" HotelCode="30118|17127" HotelName="Troy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Queensborough Terrace, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6127e7d4936b80a226489aed8e467c42dd187.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is centrally located near to Bayswater and Queensway. Copious shops and other a...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.46" OriginalAmount="232.46">
      <BasicPropertyInfo Latitude="51.524615630378" Longitude="-0.16077429056168" StarRating="3" HotelCode="58768|73445" HotelName="Americana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located, a short walk from Regents Park and Baker Street Underground Station,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.66" OriginalAmount="232.66">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|98733" HotelName="Astors Belgravia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="232.70" OriginalAmount="232.70">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|1181642" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.97" OriginalAmount="232.97">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|313626" HotelName="The Marble Arch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233" OriginalAmount="233">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233" OriginalAmount="233">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|35268" HotelName="London Marriott Hotel Maida Vale" 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,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>
        <HotelDescription>&lt;br/&gt;Situated close to Abbey Road Studios, Notting Hill, Little Venice and Lord's Cricket Ground and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233" OriginalAmount="233">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|7559" HotelName="The Bailey's Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is ideally situated at the heart of the London district of Kensington and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233" OriginalAmount="233">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|4503" HotelName="Reem" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.00" OriginalAmount="233.00">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|publove__the_steam_engine__hostel" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e2/7ce2df5210f84813cebd1afdba21667e470521b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.00" OriginalAmount="233.00">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|assembly_hotel_london" HotelName="Assembly London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.05" OriginalAmount="233.05">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|182130" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.10" OriginalAmount="233.10">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|85077" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="233.70" OriginalAmount="233.70">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|1322566" HotelName="The Tower Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234" OriginalAmount="234">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|15044" HotelName="Andaz London Liverpool Street" 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234" OriginalAmount="234">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|342" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234" OriginalAmount="234">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|230856" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234" OriginalAmount="234">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.00" OriginalAmount="234.00">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|park_plaza_county_hall_london" HotelName="Park Plaza County Hall" 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,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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.00" OriginalAmount="234.00">
      <BasicPropertyInfo Latitude="51.54724127" Longitude="-0.16288757" StarRating="2" HotelCode="323926|primrose_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Primrose Guesthouse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.06" OriginalAmount="234.06">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|383955" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.2" OriginalAmount="234.2">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|2278625" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.60" OriginalAmount="234.60">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|25859" HotelName="Citadines Holborn-Covent Garden London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.67" OriginalAmount="234.67">
      <BasicPropertyInfo Latitude="51.515579783756" Longitude="-0.17141997814179" StarRating="3" HotelCode="18292|312112" HotelName="Darlington Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-117 Sussex Gardens, Paddington, London W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/6161358b2c3e6acdb9fe833311b7d348601388bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.96" OriginalAmount="234.96">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|367675" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.00" OriginalAmount="235.00">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|go_native_earls_court" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="235.04" OriginalAmount="235.04">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|382215" HotelName="Citadines South Kensington London" 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,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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="235.16" OriginalAmount="235.16">
      <BasicPropertyInfo Latitude="51.507107322185" Longitude="-0.09287241104505" StarRating="3" HotelCode="152863|313123" HotelName="Premier Inn London Southwark Bankside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Our hotel offers you all the services you need, rooms with comfortable beds and an excellent restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236" OriginalAmount="236">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|54250" HotelName="The Piccadilly London West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Shaftesbury Avenue from where guests may reach many of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236" OriginalAmount="236">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pillar Hotel London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.31" OriginalAmount="236.31">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|128699" HotelName="Arbor City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated near the city of London's financial district, the Docklands and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.91" OriginalAmount="236.91">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|669215" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237" OriginalAmount="237">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237" OriginalAmount="237">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.00" OriginalAmount="237.00">
      <BasicPropertyInfo Latitude="51.515960346889" Longitude="-0.11874675750732" StarRating="4" HotelCode="189771|club_quarters_lincolns_inn_fields" HotelName="Club Quarters Hotel Lincoln's Inn Fields" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.00" OriginalAmount="237.00">
      <BasicPropertyInfo Latitude="51.502199936687" Longitude="-0.076830365131173" StarRating="4" HotelCode="777107|the_dixon_autograph_collection" HotelName="The Dixon, Tower Bridge, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.00" OriginalAmount="237.00">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|grange_tower_bridge" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.04" OriginalAmount="237.04">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|923695" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.05" OriginalAmount="237.05">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|14091" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.55" OriginalAmount="237.55">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|1454098" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.75" OriginalAmount="237.75">
      <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 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.77" OriginalAmount="237.77">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|367685" 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>
        <HotelDescription>&lt;br/&gt;Located at the heart of London's West End just a few minutes from the city's famous theatres, this h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238" OriginalAmount="238">
      <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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is located on Cromwell Road, one of the most important access roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238" OriginalAmount="238">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located a 15-minute walk to St Paul’s Cathedral, Premier Inn London Bank (Tower) is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238" OriginalAmount="238">
      <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>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.00" OriginalAmount="238.00">
      <BasicPropertyInfo Latitude="51.518697" Longitude="-0.153904" StarRating="4" HotelCode="166881|ten_manchester_street" HotelName="10 Manchester Street" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is nestled just off Marylebone High Street with its ‘village’ feel, eclectic boutiques, ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.00" OriginalAmount="238.00">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|south_point_suites" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="238.40" OriginalAmount="238.40">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|CAF399000" HotelName="Hilton London Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.52" OriginalAmount="238.52">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|315863" HotelName="B+B Belgravia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.89" OriginalAmount="238.89">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|315973" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.90" OriginalAmount="238.90">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239" OriginalAmount="239">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located just off bustling Fleet Street in London's historic Temple legal district. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239" OriginalAmount="239">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239" OriginalAmount="239">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Primrose Guesthouse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.00" OriginalAmount="239.00">
      <BasicPropertyInfo Latitude="51.514641715439" Longitude="-0.14841735363007" StarRating="4" HotelCode="337093|radisson_blu_edwardian_berkshire_hotel" HotelName="Radisson Blu Edwardian Berkshire 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,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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Oxford Street, close to Bond Street right at the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.15" OriginalAmount="239.15">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|628021" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="239.56" OriginalAmount="239.56">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|CBA560800" HotelName="Dorsett City London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240" OriginalAmount="240">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|199969" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240" OriginalAmount="240">
      <BasicPropertyInfo Latitude="51.5262539" Longitude="-0.12688900000001" StarRating="3" HotelCode="903418|457647" HotelName="Euro Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Cartwright Gardens, Russel Square, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f4/f3f4db28e9a5e1a8bffaa67d18bf56729548a99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240" OriginalAmount="240">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|11061" HotelName="Park Plaza County Hall" 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,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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240" OriginalAmount="240">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.00" OriginalAmount="240.00">
      <BasicPropertyInfo Latitude="51.51314978" Longitude="-0.1420216" StarRating="5" HotelCode="115310|no_5_maddox_street" HotelName="No. 5 Maddox Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.00" OriginalAmount="240.00">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|courthouse_hotel_shoreditch" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.20" OriginalAmount="240.20">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="240.32" OriginalAmount="240.32">
      <BasicPropertyInfo Latitude="51.492820949851" Longitude="-0.19419885110312" StarRating="3" HotelCode="20412|1800888" HotelName="London Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="240.59" OriginalAmount="240.59">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|618119" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241" OriginalAmount="241">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|3792" HotelName="Citadines South Kensington London" 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,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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241" OriginalAmount="241">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241" OriginalAmount="241">
      <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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241" OriginalAmount="241">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.00" OriginalAmount="241.00">
      <BasicPropertyInfo Latitude="51.498679" Longitude="-0.081177" StarRating="4" HotelCode="115828|think_bermondsey_street_2" HotelName="Go Native London Bridge - Bermondsey Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Bermondsey Street, London SE1 3TQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/8a/e78a38f69fec4327d89b4bb6bcdd6967627e9fe0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.00" OriginalAmount="241.00">
      <BasicPropertyInfo Latitude="51.52207551" Longitude="-0.11066658" StarRating="4" HotelCode="388543|the_clerk__well_pub__rooms" HotelName="The Clerk &amp; Well Pub &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156 Clerkenwell Road, London EC1R 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/29/5129c373646798900505774e7e27c02194f0f6c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Clerk &amp; Well Pub &amp; Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.31" OriginalAmount="241.31">
      <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 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of London and just 350 m from London Blackfriars Underground Station, Premier Inn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.39" OriginalAmount="241.39">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|6641" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.74" OriginalAmount="241.74">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|32804" HotelName="Holiday Inn London Regent's Park" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="241.90" OriginalAmount="241.90">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|1403482" HotelName="Hilton London Metropole" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242" OriginalAmount="242">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|408395" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242" OriginalAmount="242">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|32931" HotelName="The Colonnade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242" OriginalAmount="242">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.00" OriginalAmount="242.00">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|malmaison_london" HotelName="Malmaison London" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="242.19" OriginalAmount="242.19">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|274615" HotelName="Malmaison London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243" OriginalAmount="243">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243" OriginalAmount="243">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243" OriginalAmount="243">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|54749" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243" OriginalAmount="243">
      <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>
        <HotelDescription>&lt;br/&gt;This Victorian style hotel is located near Oxford Street in London's West End. Paddington undergroun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243" OriginalAmount="243">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is nestled just off Marylebone High Street with its ‘village’ feel, eclectic boutiques, ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243" OriginalAmount="243">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.00" OriginalAmount="243.00">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|citadines_prestige_holborncovent_garden_2" HotelName="Citadines Holborn-Covent Garden London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.00" OriginalAmount="243.00">
      <BasicPropertyInfo Latitude="51.4703" Longitude="-0.1778" StarRating="4" HotelCode="477267|falcon_wharf_apartments" HotelName="Falcon Wharf Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Lombard Road, London SW11 3RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/b1/21b1781dcece4d38580f695d5852831b77e6f123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated In Lively Battersea, Overlooking The River Thames, Falcon Wharf Apartments Offer Luxury Acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.00" OriginalAmount="243.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|hotel_indigo_london_1_leicester_square" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.61" OriginalAmount="243.61">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|382195" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="243.95" OriginalAmount="243.95">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated near the city of London's financial district, the Docklands and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244" OriginalAmount="244">
      <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>
        <HotelDescription>&lt;br/&gt;Located at the heart of London's West End just a few minutes from the city's famous theatres, this h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244" OriginalAmount="244">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.00" OriginalAmount="244.00">
      <BasicPropertyInfo Latitude="51.493773" Longitude="-0.191487" StarRating="3" HotelCode="148430|the_jade" HotelName="The Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Hogarth Road, Kensington, London SW5 0PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/97/40975589cbce9fbd7ac83477ebd4b5eb01d845e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.28" OriginalAmount="244.28">
      <BasicPropertyInfo Latitude="51.503233716875" Longitude="-0.078158900201743" StarRating="5" HotelCode="524948|613142" HotelName="The Lalit London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="244.64" OriginalAmount="244.64">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|932475" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.98" OriginalAmount="244.98">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|7542" HotelName="Holiday Inn London Regent's Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245" OriginalAmount="245">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245" OriginalAmount="245">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|229017" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.18" OriginalAmount="245.18">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="245.52" OriginalAmount="245.52">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|500402" HotelName="Astor Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="245.58" OriginalAmount="245.58">
      <BasicPropertyInfo Latitude="51.47173496" Longitude="-0.45700118" StarRating="4" HotelCode="735444|696910" HotelName="Aerotel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="246.00" OriginalAmount="246.00">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|2592176" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246" OriginalAmount="246">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246" OriginalAmount="246">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.00" OriginalAmount="246.00">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.138379" StarRating="4" HotelCode="189747|sanctum_soho_hotel" HotelName="Sanctum Soho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.21" OriginalAmount="246.21">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|367925" HotelName="Langham Court 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>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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.29" OriginalAmount="246.29">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|2304935" HotelName="The Mitre 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>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/26548781a4f4d89233b88a81d619fea709021c87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.40" OriginalAmount="246.40">
      <BasicPropertyInfo Latitude="51.516322546566" Longitude="-0.1719805598259" StarRating="3" HotelCode="15202|6614" HotelName="Norfolk Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This Victorian style hotel is located near Oxford Street in London's West End. Paddington undergroun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.89" OriginalAmount="246.89">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|1626818" HotelName="The Gore" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen’s Gate, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247" OriginalAmount="247">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Originals City, Hotel Le Lion d'or, Chin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247" OriginalAmount="247">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247" OriginalAmount="247">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247" OriginalAmount="247">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247" OriginalAmount="247">
      <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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Oxford Street, close to Bond Street right at the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.00" OriginalAmount="247.00">
      <BasicPropertyInfo Latitude="51.507058333333" Longitude="-0.10504483333333" StarRating="3" HotelCode="114530|the_mad_hatter_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.00" OriginalAmount="247.00">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|saco_holborn_lamb_s_conduit_st" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="247.12" OriginalAmount="247.12">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|H8W" HotelName="The Colonnade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Warrington Crescent</AddressLine>
          </AddressLines>
          <PostalCode>(0)2072861057</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/79/ae7947d669650921aff08c9f63acefec9a36bb8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.23" OriginalAmount="247.23">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|32634" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.46" OriginalAmount="247.46">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|54104" HotelName="Mercure London Hyde Park" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="247.69" OriginalAmount="247.69">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248" OriginalAmount="248">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|578" HotelName="Holiday Inn London Regent's Park" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248" OriginalAmount="248">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|55335" HotelName="Malmaison London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.00" OriginalAmount="248.00">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|carlton_mitre_hotel" HotelName="The Mitre Hotel" 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>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/26548781a4f4d89233b88a81d619fea709021c87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.02" OriginalAmount="248.02">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|33284" HotelName="The Royal National 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,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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.03" OriginalAmount="248.03">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|359855" HotelName="Durrants Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.05" OriginalAmount="248.05">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|3526009" HotelName="Radisson Blu Edwardian Vanderbilt 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,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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.13" OriginalAmount="248.13">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|384165" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.21" OriginalAmount="248.21">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|809345" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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>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>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.492820949851" Longitude="-0.19419885110312" StarRating="3" HotelCode="20412|london_court_hotel" HotelName="London Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.491962755154" Longitude="-0.16848792761269" StarRating="4" HotelCode="52565|myhotel_chelsea" HotelName="Chelsea Green by Sonder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Ixworth Place, London SW3 3QX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/47/9a4788268c945d2e78bd36c81329d08ecd745d28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet residential street in Chelsea, at the doorstep of some of the world'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|the_gore_hotel" HotelName="The Gore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" 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, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|threadneedles" HotelName="Threadneedles, Autograph Collection" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.527750223819" Longitude="-0.08900307220199" StarRating="5" HotelCode="305708|m_by_montcalm_shoreditch_london_tech_city" HotelName="M by Montcalm London Shoreditch Tech City" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|the_hoxton_holborn" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.5058445" Longitude="-0.10446383" StarRating="0" HotelCode="964411|the_hoxton_southwark" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250" OriginalAmount="250">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|3793" 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" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250" OriginalAmount="250">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.00" OriginalAmount="250.00">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|the_judd_hotel" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.00" OriginalAmount="250.00">
      <BasicPropertyInfo Latitude="51.520403057257" Longitude="-0.10063612443946" StarRating="4" HotelCode="620510|fox_and_anchor" HotelName="The Fox &amp; Anchor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Charterhouse Street, London EC1M 6AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/77/f277dc1ac0d4934dda16470daa2db15037427c53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="250.51" OriginalAmount="250.51">
      <BasicPropertyInfo StarRating="4" HotelCode="|27244" HotelName="Park Plaza London Riverbank" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALBERT EMBANKMENT 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/2/4/4/27244_49f41001037.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005, has 394 rooms and suites. It has an inviting hall, a reception, a lift and a currency exchange service. The establishment has a living room, a bar, an Ã  la carte restaurant and a conference room. The establishment offers internet (for a fee), a car park and indoor parking. SITUATION: This establishment, is situated next to Thames the river it is situated in front of Tate the museum. ROOM: Clients can find rooms, suites, fully-equipped, have satellite or cable TV, internet, an air-conditioning system, a mini-bar and a courtesy tea and coffee service. They also have an iron, an ironing board and a safety deposit box (available for a fee). FACILITIES: Outdoors, clients can enjoy a swimming pool, The establishment has beauty treatments.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.74" OriginalAmount="250.74">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|6612" HotelName="Danubius Hotel Regents Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251" OriginalAmount="251">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|46479" HotelName="Palmers Lodge Swiss Cottage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This guesthouse is located near Swiss Cottage or Finchley Road tube stations and in a few minutes gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251" OriginalAmount="251">
      <BasicPropertyInfo Latitude="51.528486276182" Longitude="-0.12192651629448" StarRating="3" HotelCode="164103|58151" HotelName="Albion House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Argyle Square, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/80/25807facd2fa4591fbe7e5514f49ad004399d052.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Albion House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251" OriginalAmount="251">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="251.13" OriginalAmount="251.13">
      <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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="251.71" OriginalAmount="251.71">
      <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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252" OriginalAmount="252">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252" OriginalAmount="252">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252" OriginalAmount="252">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|458065" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252" OriginalAmount="252">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|169426" HotelName="The Mitre 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>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/26548781a4f4d89233b88a81d619fea709021c87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.00" OriginalAmount="252.00">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|durrants_hotel" HotelName="Durrants Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="252.59" OriginalAmount="252.59">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|109693" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="252.69" OriginalAmount="252.69">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|CAF401800" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="252.75" OriginalAmount="252.75">
      <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 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253" OriginalAmount="253">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|30140" HotelName="The Gore" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen’s Gate, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253" OriginalAmount="253">
      <BasicPropertyInfo Latitude="51.669771" Longitude="-0.157157" StarRating="4" HotelCode="114935|411725" HotelName="West Lodge Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="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">
        <Address>
          <AddressLines>
            <AddressLine>Cockfosters Road, Hadley Wood, London, Herts EN4 0PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/87/bb8748111ae27632d84f25a9e5267eba7cad4b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beale Arboretum was founded in 1963 by Edward Beale and the hotel would like to welcome all its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="253.02" OriginalAmount="253.02">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|CAX567000" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.73" OriginalAmount="253.73">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|311963" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.95" OriginalAmount="253.95">
      <BasicPropertyInfo Latitude="51.502624553573" Longitude="-0.21725490689278" StarRating="4" HotelCode="31997|13893" HotelName="K West Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Way, London W14 0AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/62/326236acc597569dfe36299a6e5724f5ba77b2dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a convenient central location in Notting Hill, this hotel offers easy access to the shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.98" OriginalAmount="253.98">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|1061918" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254" OriginalAmount="254">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254" OriginalAmount="254">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|5051" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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>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>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254" OriginalAmount="254">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.00" OriginalAmount="254.00">
      <BasicPropertyInfo Latitude="51.491572171259" Longitude="-0.14219519510652" StarRating="3" HotelCode="462272|the_tudor_inn_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.00" OriginalAmount="254.00">
      <BasicPropertyInfo Latitude="51.50383958" Longitude="-0.09479968" StarRating="0" HotelCode="960920|publove_the_rose_crown" HotelName="PubLove @ The Rose &amp; Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.10" OriginalAmount="254.10">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|468145" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This superb hotel is near to the City. Knightsbridge and Chelsea, noted for their innumerable boutiq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.21" OriginalAmount="254.21">
      <BasicPropertyInfo Latitude="51.529736843821" Longitude="-0.12366212505287" StarRating="4" HotelCode="93106|1062228" HotelName="Hotel Megaro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.46" OriginalAmount="254.46">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|560150" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.56" OriginalAmount="254.56">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|89749" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.56" OriginalAmount="254.56">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|29247" HotelName="Mercure London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="254.78" OriginalAmount="254.78">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|3972508" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="254.96" OriginalAmount="254.96">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|33134" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255" OriginalAmount="255">
      <BasicPropertyInfo Latitude="51.520403057257" Longitude="-0.10063612443946" StarRating="4" HotelCode="620510|490792" HotelName="The Fox &amp; Anchor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Charterhouse Street, London EC1M 6AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/77/f277dc1ac0d4934dda16470daa2db15037427c53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="255.00">
      <BasicPropertyInfo Latitude="51.5208416" Longitude="-0.1593971" StarRating="2" HotelCode="267552|maryleb_inn" HotelName="Marylebone Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 Gloucester Place, London W1U 6JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/0e/c20ecf8c9529c0de47498d500836db0993c6798c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hyde Park, Marylebone Inn Hotel is a perfect starting point from which to explore London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.00" OriginalAmount="255.00">
      <BasicPropertyInfo Latitude="51.508025" Longitude="-0.10686799999996" StarRating="5" HotelCode="284137|mondrian_london" HotelName="Sea Containers London" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="255.04" OriginalAmount="255.04">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|7566" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="255.23" OriginalAmount="255.23">
      <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,BREAKFAST FOR 2" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="255.94" OriginalAmount="255.94">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|CAU721300" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.00" OriginalAmount="256.00">
      <BasicPropertyInfo Latitude="51.529736843821" Longitude="-0.12366212505287" StarRating="4" HotelCode="93106|megaro_hotel" HotelName="Hotel Megaro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.00" OriginalAmount="256.00">
      <BasicPropertyInfo Latitude="51.52510996" Longitude="-0.08285078" StarRating="5" HotelCode="535553|nobu_hotel_shoreditch" HotelName="Nobu Hotel Shoreditch" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.00" OriginalAmount="256.00">
      <BasicPropertyInfo Latitude="51.49178428" Longitude="-0.19216838" StarRating="0" HotelCode="847238|blackbird_2" HotelName="The Blackbird" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209 Earl's Court Road, London SW5 9AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/24/13243674a2c7470e53da5e4536bddc928dc96f78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="256.06" OriginalAmount="256.06">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|CAF563400" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.25" OriginalAmount="256.25">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|25860" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.36" OriginalAmount="256.36">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|9515" HotelName="Crowne Plaza London - Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.36" OriginalAmount="256.36">
      <BasicPropertyInfo Latitude="51.499345162181" Longitude="-0.22188171744347" StarRating="2" HotelCode="166889|316736" HotelName="Hotel 65" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Shepherds Bush Road, Hammersmith, London W6 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f1/a4f12d522b09aceb58e93249301eb5eb93c61b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257" OriginalAmount="257">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|340" HotelName="Mercure London Hyde Park" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="257.28" OriginalAmount="257.28">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|47288826" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="257.70" OriginalAmount="257.70">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|33084" 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>
        <HotelDescription>&lt;br/&gt;A 5-minute walk from Tottenham Court Road and Goodge Street underground stations, and only a 20-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258" OriginalAmount="258">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|199997" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258" OriginalAmount="258">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258" OriginalAmount="258">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|33884" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This superb hotel is near to the City. Knightsbridge and Chelsea, noted for their innumerable boutiq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="258.00" OriginalAmount="258.00">
      <BasicPropertyInfo Latitude="51.514827" Longitude="-0.17476" StarRating="3.5" HotelCode="189778|paddington_apartments" HotelName="Paddington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Talbot Square, London W2 1TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/24/882404ae22ecef575c9dd5ccd6a66e15ac82380e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.21" OriginalAmount="258.21">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|394145" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.58" OriginalAmount="258.58">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|367945" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.60" OriginalAmount="258.60">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|179409" HotelName="Best Western Plus The Delmere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.99" OriginalAmount="258.99">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|33254" HotelName="Royal Garden" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259" OriginalAmount="259">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259" OriginalAmount="259">
      <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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.00" OriginalAmount="259.00">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|london_marriott_hotel_west_india_quay" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.00" OriginalAmount="259.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|intercontinental_london__the_o2" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY" 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 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.00" OriginalAmount="259.00">
      <BasicPropertyInfo Latitude="51.515012658999" Longitude="-0.17635373820042" StarRating="2" HotelCode="401566|the_pride_of_paddington" HotelName="The Pride of Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/04/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Designated Smoking Area,Internet,Lounge,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Craven Road, Paddington, London W2 3BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/14/2114d80a5ee65abfe5b07c09b113bf5538f222ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pride of Paddington.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.00" OriginalAmount="259.00">
      <BasicPropertyInfo Latitude="51.51327329" Longitude="-0.08513037" StarRating="0" HotelCode="847372|counting_house" HotelName="Counting House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Cornhill, London EC3V 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/3f/003f3ccbbae283b1a41b34019b707d2d9b58cfdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.00" OriginalAmount="259.00">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="0" HotelCode="962161|the_standard_london" HotelName="Standard Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.35" OriginalAmount="259.35">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|14982" HotelName="Fitzrovia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located at the heart of London's West End just a few minutes from the city's famous theatres, this h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.44" OriginalAmount="259.44">
      <BasicPropertyInfo Latitude="51.52786908" Longitude="-0.13658654" StarRating="2" HotelCode="398181|625041" HotelName="The Exmouth Arms Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="259.82" OriginalAmount="259.82">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|2441955" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260" OriginalAmount="260">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.05" OriginalAmount="260.05">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|385025" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located just a few minutes' walk from Regent's Park and London Zoo. This h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.09" OriginalAmount="260.09">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|6617" HotelName="The Bailey's Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is ideally situated at the heart of the London district of Kensington and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="260.26" OriginalAmount="260.26">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|351185" HotelName="Crowne Plaza London - Kings Cross" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.50" OriginalAmount="260.50">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|86531" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;Based in the heart of Europe's most dynamic business location, this luxury London hotel is a great o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="260.90" OriginalAmount="260.90">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|139426" HotelName="Apex City Of London Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261" OriginalAmount="261">
      <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>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.00" OriginalAmount="261.00">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|millennium_gloucester_hotel_london_kensington" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.02" OriginalAmount="261.02">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|351175" HotelName="Holiday Inn Oxford Circus" 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,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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.30" OriginalAmount="261.30">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|315757" HotelName="Oliver Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.75" OriginalAmount="261.75">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|33034" HotelName="Millennium Gloucester Hotel London Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="261.80" OriginalAmount="261.80">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|151634" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262" OriginalAmount="262">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|338" HotelName="The Queen's Gate Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated at the Royal Borough of Kensington and Chelsea, the Royal Albert Hall,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.00" OriginalAmount="262.00">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|best_western_delmere_hotel" HotelName="Best Western Plus The Delmere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.00" OriginalAmount="262.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|crowne_plaza_london_albert_embankment" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.45" OriginalAmount="262.45">
      <BasicPropertyInfo StarRating="4" HotelCode="|18012" HotelName="Hilton London Hyde Park" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 16/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>BAYSWATER ROAD 129</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/1/2/18012_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="263.18" OriginalAmount="263.18">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|973654" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="263.22" OriginalAmount="263.22">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|CAG700000" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.58" OriginalAmount="263.58">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|14986" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.97" OriginalAmount="263.97">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264" OriginalAmount="264">
      <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>
        <HotelDescription>&lt;br/&gt;A 5-minute walk from Tottenham Court Road and Goodge Street underground stations, and only a 20-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.53" OriginalAmount="264.53">
      <BasicPropertyInfo Latitude="51.491271623332" Longitude="-0.17191980530743" StarRating="4" HotelCode="18117|1551638" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sydney House Chelsea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.72" OriginalAmount="264.72">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|43504" 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>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.97" OriginalAmount="264.97">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|54174" HotelName="Chelsea Cloisters" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|36584" HotelName="Holiday Inn Oxford Circus" 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,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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|31896" HotelName="London Marriott Hotel Canary Wharf" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|10966" HotelName="Roseate House 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,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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|6204" HotelName="Royal Garden" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.00" OriginalAmount="265.00">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|avni_apartments_2" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the Royal Borough of Kensington and Chelsea, with many of the cap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.00" OriginalAmount="265.00">
      <BasicPropertyInfo Latitude="51.5018359" Longitude="-0.11665829" StarRating="3" HotelCode="263529|premier_inn_london_waterloo" HotelName="Premier Inn London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Wake up to the London Eye and enjoy skyscraper views of London&amp;apos;s iconic skyline</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.12" OriginalAmount="265.12">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|629524" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266" OriginalAmount="266">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266" OriginalAmount="266">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266" OriginalAmount="266">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266" OriginalAmount="266">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located just a few minutes' walk from Regent's Park and London Zoo. This h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266" OriginalAmount="266">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.00" OriginalAmount="266.00">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|chelsea_cloisters" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.00" OriginalAmount="266.00">
      <BasicPropertyInfo Latitude="51.51394900761" Longitude="-0.18305044047543" StarRating="4" HotelCode="409523|the_cleveland_hotel" HotelName="The Cleveland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Cleveland Square, London W2 6DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/82/79820e914512033609d67aee445aad8302931e75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on a tranquil and leafy garden square away from the hustle and bustle of London the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.26" OriginalAmount="266.26">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|411219" HotelName="Hilton London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="266.37" OriginalAmount="266.37">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|385205" HotelName="Holiday Inn Camden Lock" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="266.50" OriginalAmount="266.50">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|1046985" HotelName="Leonardo Royal Hotel London Tower Bridge" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267" OriginalAmount="267">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|3090" HotelName="Crowne Plaza London - Kings Cross" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267" OriginalAmount="267">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267" OriginalAmount="267">
      <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="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.25" OriginalAmount="267.25">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.47" OriginalAmount="267.47">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|61324" HotelName="The Mandeville 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="267.53" OriginalAmount="267.53">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|1040741" HotelName="Crowne Plaza London - Kings Cross" Meals="BED &amp; BREAKFAST,ROOM ONLY,BREAKFAST FOR 2" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.54" OriginalAmount="267.54">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|216866" HotelName="Best Western Plus The Delmere Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268" OriginalAmount="268">
      <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="Free CXL until 20/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.00" OriginalAmount="268.00">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|beaufort_hotel" HotelName="The Beaufort Knightsbridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.00" OriginalAmount="268.00">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|grange_st_pauls" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.00" OriginalAmount="268.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|la_place_2" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.00" OriginalAmount="268.00">
      <BasicPropertyInfo Latitude="51.51109252" Longitude="-0.19812372" StarRating="3.5" HotelCode="434778|6_portobello_road" HotelName="6 Portobello Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Portobello Road, Notting Hill Gate, London, W11 3DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/32/35323ef642200237f7d57bb570f64f53669f663d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 6 Portobello Road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.30" OriginalAmount="268.30">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|618041" HotelName="Montcalm Royal London House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="268.55" OriginalAmount="268.55">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|1576997" HotelName="Leonardo Royal Hotel London City" 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,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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.56" OriginalAmount="268.56">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|14406" HotelName="The Byron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.84" OriginalAmount="268.84">
      <BasicPropertyInfo Latitude="51.505103" Longitude="-0.104784" StarRating="4" HotelCode="208031|228589" HotelName="Novotel London Blackfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269" OriginalAmount="269">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|62900" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.00" OriginalAmount="269.00">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|holiday_inn_london__oxford_circus" HotelName="Holiday Inn Oxford Circus" 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,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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.12" OriginalAmount="269.12">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|33344" HotelName="Holmes Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.58" OriginalAmount="269.58">
      <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 2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="270.08" OriginalAmount="270.08">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|14985" HotelName="The Caesar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="270.08" OriginalAmount="270.08">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|183194" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.24" OriginalAmount="270.24">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|746155" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.85" OriginalAmount="270.85">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|1018358" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="271" OriginalAmount="271">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sydney House Chelsea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.00" OriginalAmount="271.00">
      <BasicPropertyInfo Latitude="51.50372184215" Longitude="-0.11141300363545" StarRating="3" HotelCode="503151|the_wellington" HotelName="The Wellington Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="ATM/Cash Machine,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Garden,Internet,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Waterloo Road, London SE1 8UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/2c/172c107a87706958245a2797c064482469ace6e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Wellington Hotel in London (South Bank), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="271.15" OriginalAmount="271.15">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|606669" HotelName="The Caesar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="271.57" OriginalAmount="271.57">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|CAX158200" HotelName="Hilton London Bankside" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="271.63" OriginalAmount="271.63">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.84" OriginalAmount="271.84">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|911555" 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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272" OriginalAmount="272">
      <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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272" OriginalAmount="272">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|34001" HotelName="Holiday Inn Camden Lock" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="272.31" OriginalAmount="272.31">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|CAF563300" HotelName="Hilton London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.56" OriginalAmount="272.56">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|314006" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.87" OriginalAmount="272.87">
      <BasicPropertyInfo StarRating="4" HotelCode="|444506" HotelName="The Morton" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Woburn Place</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/0/6/444506_a1d485d1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273" OriginalAmount="273">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|224605" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273" OriginalAmount="273">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|399770" HotelName="Sloane Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.00" OriginalAmount="273.00">
      <BasicPropertyInfo Latitude="51.511144653521" Longitude="-0.13121366500854" StarRating="4" HotelCode="189710|one_leicester_street" 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>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.00" OriginalAmount="273.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|the_morton_hotel_" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="273.06" OriginalAmount="273.06">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|CAG700500" HotelName="The Caesar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.37" OriginalAmount="273.37">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|6645" HotelName="Mercure London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.82" OriginalAmount="273.82">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|6616" HotelName="Hilton London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274" OriginalAmount="274">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|56013" HotelName="Best Western Plus The Delmere 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>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274" OriginalAmount="274">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|10498" HotelName="The Mandeville 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.00" OriginalAmount="274.00">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|park_plaza_sherlock_holmes_london" 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>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.00" OriginalAmount="274.00">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|hilton_london_paddington" HotelName="Hilton London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.44" OriginalAmount="274.44">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|1426318" HotelName="The Academy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="274.60" OriginalAmount="274.60">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|CAF399400" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275" OriginalAmount="275">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.00" OriginalAmount="275.00">
      <BasicPropertyInfo Latitude="51.513021" Longitude="-0.100873" StarRating="4" HotelCode="77803|kings_wardrobe_apartments_by_bridgestreet" HotelName="The Kings Wardrobe by BridgeStreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Wardrobe Place, London, EC4V 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/a0/2ba05ae8371536bff5febe12fff363a69fa6ad58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.00" OriginalAmount="275.00">
      <BasicPropertyInfo Latitude="51.51636307881" Longitude="-0.077857656992308" StarRating="5" HotelCode="450239|devonshire_club_hotel" HotelName="Devonshire Club by Mantis" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.00" OriginalAmount="275.00">
      <BasicPropertyInfo Latitude="51.508028235391" Longitude="-0.10528874268163" StarRating="5" HotelCode="775465|bankside_hotel_autograph_collection" HotelName="Bankside Hotel, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.51" OriginalAmount="275.51">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|6642" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Shaftesbury Avenue from where guests may reach many of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.00" OriginalAmount="276.00">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|the_academy_the_bloomsbury_town_house" HotelName="The Academy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.00" OriginalAmount="276.00">
      <BasicPropertyInfo Latitude="51.520342829724" Longitude="-0.15556569036039" StarRating="0" HotelCode="393571|the_apartments_marylebone" HotelName="Marylebone Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 Chiltern Street, London W1U 6NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/14/4b143a3e6d6ccdf2d591b3892e1a454c41622899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Our stunning one bedroom apartments are located in Marylebone Village, surrounded by shopping areas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.32" OriginalAmount="276.32">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|745059" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.61" OriginalAmount="276.61">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|316573" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.69" OriginalAmount="276.69">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|585426" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="276.88" OriginalAmount="276.88">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|117105" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just off bustling Fleet Street in London's historic Temple legal district. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277" OriginalAmount="277">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="278.80" OriginalAmount="278.80">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279" OriginalAmount="279">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.03" OriginalAmount="279.03">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|87611" HotelName="London House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short dista...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="279.44" OriginalAmount="279.44">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|160110" HotelName="The Trebovir Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet street, just minutes from Earl's Court Underground Station and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="279.89" OriginalAmount="279.89">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|CAG698500" HotelName="The Tower Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280" OriginalAmount="280">
      <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/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280" OriginalAmount="280">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="280.45" OriginalAmount="280.45">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|385685" HotelName="Novotel London Paddington" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281" OriginalAmount="281">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|46471" HotelName="The Academy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="281.02" OriginalAmount="281.02">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|33544" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Undergr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.34" OriginalAmount="281.34">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|587729" HotelName="Marlin Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="281.56" OriginalAmount="281.56">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|CAL314000" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282" OriginalAmount="282">
      <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="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.00" OriginalAmount="282.00">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|doubletree_by_hilton_london_victoria" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="282.21" OriginalAmount="282.21">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|340985" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="282.64" OriginalAmount="282.64">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|791815" HotelName="London Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283" OriginalAmount="283">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|403525" HotelName="Crowne Plaza London - Albert Embankment" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283" OriginalAmount="283">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|4119" HotelName="London Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.16" OriginalAmount="283.16">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|33334" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located in the exclusive shopping area of Kensington, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.30" OriginalAmount="283.30">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|351205" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.51" OriginalAmount="283.51">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|68484" HotelName="Roseate House 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,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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.00" OriginalAmount="284.00">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|novotel_london_paddington" HotelName="Novotel London Paddington" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.00" OriginalAmount="284.00">
      <BasicPropertyInfo Latitude="51.5122" Longitude="-0.1975" StarRating="3" HotelCode="479648|dawson_place_juliettes_bed_and_breakfast" HotelName="Juliette's Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Dawson Place, London W2 4TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/a1/2fa1a2f2f79bc3e53bbe08705cbd2ed69188e6a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.28" OriginalAmount="284.28">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|107677" HotelName="Novotel London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="284.64" OriginalAmount="284.64">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|14994" HotelName="Novotel London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.00" OriginalAmount="285.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="629651|mayfair_guesthouse" HotelName="Mayfair Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41 Curzon Street, Mayfair, London W1J 7UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/f6/88f659f0787a8beebd7eaba3e83190330134ab4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.00" OriginalAmount="285.00">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|sloane_place" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.00" OriginalAmount="286.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|eccleston_square_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.00" OriginalAmount="286.00">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|park_plaza_westminster_bridge_london" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="286.36" OriginalAmount="286.36">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|32554" HotelName="Hard Rock Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287" OriginalAmount="287">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287" OriginalAmount="287">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|39503" HotelName="Novotel London Paddington" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.00" OriginalAmount="287.00">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|canopy_by_hilton_london_city" HotelName="Canopy by Hilton London City" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="287.10" OriginalAmount="287.10">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|814537" HotelName="Danubius Hotel Regents Park" 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.51" OriginalAmount="287.51">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|6548" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.55" OriginalAmount="287.55">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.72" OriginalAmount="287.72">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|13897" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.00" OriginalAmount="288.00">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|rathbone_hotel" 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>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.00" OriginalAmount="288.00">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|goodenough_club" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="288.03" OriginalAmount="288.03">
      <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>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="288.46" OriginalAmount="288.46">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|1103384" HotelName="Millennium Gloucester Hotel London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="288.64" OriginalAmount="288.64">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|294365" HotelName="Novotel London Waterloo" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.00" OriginalAmount="289.00">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|the_nadler_soho" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.00" OriginalAmount="289.00">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|the_gyle" HotelName="The Gyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.70" OriginalAmount="289.70">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|1080968" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290" OriginalAmount="290">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290" OriginalAmount="290">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290" OriginalAmount="290">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|2155" HotelName="Holmes Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290" OriginalAmount="290">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located in the exclusive shopping area of Kensington, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="290.89" OriginalAmount="290.89">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|1551778" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.00" OriginalAmount="291.00">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|blandford_hotel" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292" OriginalAmount="292">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292" OriginalAmount="292">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Undergr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.00" OriginalAmount="292.00">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|page8" HotelName="Page 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="292.48" OriginalAmount="292.48">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|6647" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="292.68" OriginalAmount="292.68">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|6627" HotelName="Radisson Blu Edwardian Vanderbilt Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="292.86" OriginalAmount="292.86">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|143393" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293" OriginalAmount="293">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|7262" HotelName="Novotel London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293" OriginalAmount="293">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|4233" HotelName="Hard Rock Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.00" OriginalAmount="293.00">
      <BasicPropertyInfo Latitude="51.514328" Longitude="-0.13945" StarRating="5" HotelCode="366268|courthouse_doubletree_by_hilton_london__regent_street" HotelName="Courthouse Hotel London" 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>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>
        <HotelDescription>&lt;br/&gt;Set in the heart of bustling Soho, just minutes from famous London streets like Oxford and Regent St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="293.15" OriginalAmount="293.15">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|2051532" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.80" OriginalAmount="293.80">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|313608" HotelName="The Beaufort Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.86" OriginalAmount="293.86">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|468225" HotelName="Blakemore Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Leinster Gardens, Bayswater, W2 3AN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/dd/39ddcbc5d2c8826bce4d90b5f201cb12d49e17a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a quiet but central location close to Hyde Park and 400 m from Lancaster Gate tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.00" OriginalAmount="294.00">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|harrington_court_apartments" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="294.51" OriginalAmount="294.51">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|768174" HotelName="Park Grand London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295" OriginalAmount="295">
      <BasicPropertyInfo Latitude="51.513021" Longitude="-0.100873" StarRating="4" HotelCode="77803|58534" HotelName="The Kings Wardrobe by BridgeStreet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Wardrobe Place, London, EC4V 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/a0/2ba05ae8371536bff5febe12fff363a69fa6ad58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296" OriginalAmount="296">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Wake up to the London Eye and enjoy skyscraper views of London&amp;apos;s iconic skyline</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.01" OriginalAmount="296.01">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|26883997" HotelName="Marlin Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.32" OriginalAmount="296.32">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|84242" HotelName="Park Plaza County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="296.51" OriginalAmount="296.51">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|36763" HotelName="Holiday Inn Camden Lock" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.75" OriginalAmount="296.75">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|367705" 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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.91" OriginalAmount="296.91">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|108322" HotelName="The Marylebone" 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,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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297" OriginalAmount="297">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|444246" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.05" OriginalAmount="297.05">
      <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 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.06" OriginalAmount="297.06">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|25496" HotelName="Park Plaza London Riverbank" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="297.13" OriginalAmount="297.13">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|876989" HotelName="Canopy by Hilton London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="297.25" OriginalAmount="297.25">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|1328930" HotelName="Sanderson London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="297.83" OriginalAmount="297.83">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|386075" HotelName="Treehouse London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top end of fashionable Regent Street in one of the most exclusive areas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298" OriginalAmount="298">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|8796" HotelName="Blakemore Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Leinster Gardens, Bayswater, W2 3AN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/dd/39ddcbc5d2c8826bce4d90b5f201cb12d49e17a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a quiet but central location close to Hyde Park and 400 m from Lancaster Gate tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298" OriginalAmount="298">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|3713" HotelName="The Royal National 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,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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298" OriginalAmount="298">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|200138" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.00" OriginalAmount="298.00">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|grange_holborn" HotelName="NYX Hotel London Holborn" 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,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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="298.51" OriginalAmount="298.51">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|428965" HotelName="The Rembrandt" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="298.80" OriginalAmount="298.80">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299" OriginalAmount="299">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.00" OriginalAmount="299.00">
      <BasicPropertyInfo Latitude="51.493167976799" Longitude="-0.15965321981106" StarRating="5" HotelCode="114430|draycott_hotel" HotelName="Draycott Hotel" 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>26 Cadogan Gardens, London SW3 2RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d3/85d313aa5eb9fe681df13b6e8d763abfc4067d71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a 10-minute walk from Knightsbridge, 500 m from the Saatchi Gallery and a 2-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300" OriginalAmount="300">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Cheval Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300" OriginalAmount="300">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|58705" HotelName="South Place Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is South Place Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.00" OriginalAmount="300.00">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|doubletree_by_hilton_hotel_london_tower_of_london" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="300.21" OriginalAmount="300.21">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|CBP968800" HotelName="Canopy by Hilton London City" Meals="HALF BOARD,ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.99" OriginalAmount="300.99">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|1629178" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.00" OriginalAmount="301.00">
      <BasicPropertyInfo Latitude="51.49876156976" Longitude="-0.16644406564137" StarRating="5" HotelCode="263507|cheval_knightsbridge" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Cheval Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="301.13" OriginalAmount="301.13">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|33464" HotelName="Amba Hotel Marble Arch" 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,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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="301.35" OriginalAmount="301.35">
      <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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="301.87" OriginalAmount="301.87">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|54054" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302" OriginalAmount="302">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|31926" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.13" OriginalAmount="302.13">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="302.30" OriginalAmount="302.30">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|CAG699900" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303" OriginalAmount="303">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|7557" HotelName="The Rembrandt" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="303.00">
      <BasicPropertyInfo Latitude="51.493795592143" Longitude="-0.19176453351974" StarRating="4" HotelCode="93107|best_western_premier_park_grand_london_kensington" HotelName="Park Grand London Kensington" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;Located in a quiet street in the tourist heart of London, this hotel offers the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.87" OriginalAmount="303.87">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|541362" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304" OriginalAmount="304">
      <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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304" OriginalAmount="304">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|986" HotelName="The Marylebone" 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,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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.23" OriginalAmount="304.23">
      <BasicPropertyInfo Latitude="51.493795592143" Longitude="-0.19176453351974" StarRating="4" HotelCode="93107|427825" HotelName="Park Grand London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;Located in a quiet street in the tourist heart of London, this hotel offers the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="304.77" OriginalAmount="304.77">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|677976" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="305" OriginalAmount="305">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="305" OriginalAmount="305">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|2156" HotelName="Treehouse London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top end of fashionable Regent Street in one of the most exclusive areas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.00" OriginalAmount="305.00">
      <BasicPropertyInfo Latitude="51.50574317" Longitude="-0.1477119" StarRating="4" HotelCode="519354|9_hertford_street" HotelName="9 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Hertford Street, Mayfair, London W1J 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e6/21e687411eb43eb9d46939822270b140ab14594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307" OriginalAmount="307">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|373818" HotelName="The Gyle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307" OriginalAmount="307">
      <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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308" OriginalAmount="308">
      <BasicPropertyInfo Latitude="51.50574317" Longitude="-0.1477119" StarRating="4" HotelCode="519354|479760" HotelName="9 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Hertford Street, Mayfair, London W1J 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e6/21e687411eb43eb9d46939822270b140ab14594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308" OriginalAmount="308">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|4145" HotelName="Amba Hotel Marble Arch" 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,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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308" OriginalAmount="308">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="308.53" OriginalAmount="308.53">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="309.21" OriginalAmount="309.21">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|734625" 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>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.39" OriginalAmount="309.39">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|14995" HotelName="Reem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.57" OriginalAmount="309.57">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|15006" HotelName="Sanderson London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.14" OriginalAmount="310.14">
      <BasicPropertyInfo Latitude="51.49230931983" Longitude="-0.19531309604645" StarRating="4" HotelCode="259023|107908" HotelName="K+K Hotel George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in central London only a couple of minutes' walk from Ear...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311" OriginalAmount="311">
      <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>
        <HotelDescription>&lt;br/&gt;Set in the heart of bustling Soho, just minutes from famous London streets like Oxford and Regent St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311" OriginalAmount="311">
      <BasicPropertyInfo Latitude="51.49145" Longitude="-0.15627" StarRating="4" HotelCode="199805|416314" HotelName="The Apartments by Sloane Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 06/04/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Concierge,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15-19 Sloane Gardens, London SW1W 8EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a6/aba615e6ca456208e0deca888bcdeb580353ca1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is The Apartments by Sloane Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.61" OriginalAmount="311.61">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|493281" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312" OriginalAmount="312">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312" OriginalAmount="312">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="0" HotelCode="962161|408473" HotelName="Standard Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.00" OriginalAmount="312.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|zetter_townhouse_maryleb" HotelName="The Zetter Townhouse Marylebone" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.00" OriginalAmount="312.00">
      <BasicPropertyInfo Latitude="51.52167506" Longitude="-0.1396508" StarRating="3" HotelCode="547695|maple_street_apartments_" HotelName="SNET Hospitality Fitzrovia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/03/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>50 Maple Street, London W1T 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/ee/64ee6d50d7ac6779038bc97b795eb5a7e36ce108.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.29" OriginalAmount="312.29">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|1080818" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.36" OriginalAmount="312.36">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|32814" HotelName="Hyatt Regency London - The Churchill" 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,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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.48" OriginalAmount="312.48">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|863245" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313" OriginalAmount="313">
      <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>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313" OriginalAmount="313">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="150156|456849" HotelName="Jubilee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Eccleston Square, Victoria, London SW1V 1NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/82/a3821a504187d9e65766c5e145df619a784319f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Jubilee.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313" OriginalAmount="313">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.05" OriginalAmount="313.05">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|49375" HotelName="London Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="313.46" OriginalAmount="313.46">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|CAT853600" HotelName="DoubleTree by Hilton London - Tower of London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.00" OriginalAmount="314.00">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|hyatt_regency_london_the_churchill" HotelName="Hyatt Regency London - The Churchill" 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,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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="314.04" OriginalAmount="314.04">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|1080938" HotelName="Sloane Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="314.68" OriginalAmount="314.68">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|2075342" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.00" OriginalAmount="315.00">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|the_rookery_hotel" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.00" OriginalAmount="315.00">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|mayfair_house_2" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.00" OriginalAmount="315.00">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|the_grand_at_trafalgar_square_2" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="315.96" OriginalAmount="315.96">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|078761" HotelName="The Marble Arch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.04" OriginalAmount="316.04">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|33274" HotelName="Royal Lancaster London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.26" OriginalAmount="316.26">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|33494" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.27" OriginalAmount="316.27">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|365245" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.39" OriginalAmount="316.39">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|934785" 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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.83" OriginalAmount="316.83">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|91659" HotelName="The Gore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/04/2026" 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, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.00" OriginalAmount="317.00">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|egerton_house_hotel" HotelName="Egerton House" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.53" OriginalAmount="317.53">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|623399" HotelName="Crowne Plaza London - Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="317.79" OriginalAmount="317.79">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|CAN796400" HotelName="H10 London Waterloo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.84" OriginalAmount="317.84">
      <BasicPropertyInfo StarRating="4" HotelCode="|17967" HotelName="Millennium and Conference Centre Gloucester London" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HARRINGTON GARDENS 4-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/6/7/17967_2b6654f1359.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 8 floors, 610 rooms, 42 single rooms, 553 double rooms, 9 suites and 6 apartments. In the entrance, you can find a reception, a currency exchange service, a baggage room and lifts. Regarding the food and beverage offering, the establishment has an inviting coffee shop, a bar, an Ã  la carte restaurant and with air-conditioning. The establishment also offers internet, a conference room, room service, a laundry service, a car park and an indoor car park. SITUATION: The hotel is next to Gloucester Road Underground Station, close to the Olympia and Earls Court exhibition centres, museums, Kesington Palace and shops. ROOM: The stylish rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, internet (available for a fee), a safety deposit box, a mini-bar and central heating. FACILITIES: Guests can enjoy a gym. MEALS: The establishment serves a buffet breakfast. Guests have at their disposal an Ã¡ la carte and set-menu restaurant. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318" OriginalAmount="318">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just a minute's walk from South Kensington Underground Station. N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318" OriginalAmount="318">
      <BasicPropertyInfo Latitude="51.5058445" Longitude="-0.10446383" StarRating="0" HotelCode="964411|487236" HotelName="The Hoxton Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="318.78" OriginalAmount="318.78">
      <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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.00" OriginalAmount="319.00">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|the_ned" HotelName="The Ned London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="319.80" OriginalAmount="319.80">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="320" OriginalAmount="320">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|2162" HotelName="Hyatt Regency London - The Churchill" 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,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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="320" OriginalAmount="320">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="320" OriginalAmount="320">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|55224" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.00" OriginalAmount="320.00">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|the_arch_london" HotelName="The Prince Akatoki London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.00" OriginalAmount="320.00">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|san_domenico_house" HotelName="San Domenico House" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.11" OriginalAmount="320.11">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|32544" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321" OriginalAmount="321">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|287736" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322" OriginalAmount="322">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|200054" HotelName="Sloane Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322" OriginalAmount="322">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|408398" HotelName="The Ned London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.00" OriginalAmount="322.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|the_pelham_hotel" HotelName="The Pelham" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="322.43" OriginalAmount="322.43">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|82310" 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 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="322.94" OriginalAmount="322.94">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|128702" HotelName="H10 London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323" OriginalAmount="323">
      <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>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.12" OriginalAmount="323.12">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|7550" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324" OriginalAmount="324">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324" OriginalAmount="324">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|524" HotelName="Royal Lancaster London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324" OriginalAmount="324">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="324.06" OriginalAmount="324.06">
      <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 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="324.64" OriginalAmount="324.64">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|CAI910900" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated at the Royal Borough of Kensington and Chelsea, the Royal Albert Hall,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="327.50" OriginalAmount="327.50">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|14990" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328" OriginalAmount="328">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|9372" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328" OriginalAmount="328">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.00" OriginalAmount="328.00">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|the_mandrake_hotel" HotelName="The Mandrake Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="328.02" OriginalAmount="328.02">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|547198" HotelName="The Pelham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="328.34" OriginalAmount="328.34">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|1080848" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.00" OriginalAmount="329.00">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|me_london" HotelName="ME London" 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,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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330" OriginalAmount="330">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|58579" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.00" OriginalAmount="330.00">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|club_quarters_trafalgar_square" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.15" OriginalAmount="330.15">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|16061" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="330.42" OriginalAmount="330.42">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|33887615" HotelName="The Pelham" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.44" OriginalAmount="330.44">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|6573" HotelName="Hard Rock Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.49" OriginalAmount="330.49">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|9227" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated at the Royal Borough of Kensington and Chelsea, the Royal Albert Hall,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.73" OriginalAmount="330.73">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|312257" HotelName="Admiral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.00" OriginalAmount="331.00">
      <BasicPropertyInfo Latitude="51.509916862386" Longitude="-0.12972503900528" StarRating="5" HotelCode="326443|radisson_blu_edwardian_hampshire_hotel" HotelName="Radisson Blu Edwardian Hampshire Hotel, London" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is the perfect West End location, tucked away between the National Gallery and Leice...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="331.02" OriginalAmount="331.02">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|32994" 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>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 60...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.45" OriginalAmount="331.45">
      <BasicPropertyInfo StarRating="5" HotelCode="|17993" HotelName="Hyatt Regency London The Churchill" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PORTMAN SQUARE 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/9/3/17993_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1971 and renovated in 2000. It has 9 floors, 445 standard rooms, 18 single rooms, 362 double rooms and 56 suites. It has a reception, a baggage room, a safety deposit box service, ticket sales, a concierge, a currency exchange service and a lift. The establishment boasts a hairdresser's, a restaurant with air-conditioning and a bar. The establishment offers conference rooms, internet, room service, a laundry service and an oudooor car park. SITUATION: This hotel is in a central location. Is situated in the Portman Square next to the property, you can find Hyde Park in the surrounding area, guests have Oxford Street near the establishment, you will find restaurants and bars. 5 minutes away from the establishment guests have Marble Arch Underground Station. ROOM: The cosy, comfortable rooms have a bathroom with bathrobe, a hairdryer, a direct line telephone, a satellite TV, internet and a mini-bar. They also have a courtesy tea and coffee service, central heating and a safe. FACILITIES: The establishment boasts a sauna and a gym. Near the establishment, guests can find a tennis court and a beauty centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.32" OriginalAmount="332.32">
      <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 14/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.00" OriginalAmount="333.00">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|london_marriott_hotel_kensington" HotelName="London Marriott Hotel Kensington" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 60...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.66" OriginalAmount="333.66">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|1915595" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place, London W1H 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/0d/db0ddea8e9de3be08d440b0769de4fbe9550a0d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a peaceful location. In a number of minutes, guests will easily re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.00" OriginalAmount="334.00">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|sunborn_london" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.18" OriginalAmount="334.18">
      <BasicPropertyInfo Latitude="51.514328" Longitude="-0.13945" StarRating="5" HotelCode="366268|120418" HotelName="Courthouse Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Set in the heart of bustling Soho, just minutes from famous London streets like Oxford and Regent St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="334.65" OriginalAmount="334.65">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|CAL300300" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.43" OriginalAmount="335.43">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|157118" HotelName="The Washington Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Undergr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.46" OriginalAmount="335.46">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336" OriginalAmount="336">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336" OriginalAmount="336">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337" OriginalAmount="337">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="337.50" OriginalAmount="337.50">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="5" HotelCode="962161|806065" HotelName="Standard Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="338.04" OriginalAmount="338.04">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|102239" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="338.25" OriginalAmount="338.25">
      <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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="338.25" OriginalAmount="338.25">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|2132609" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339" OriginalAmount="339">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 60...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339" OriginalAmount="339">
      <BasicPropertyInfo Latitude="51.493773" Longitude="-0.191487" StarRating="3" HotelCode="148430|200478" HotelName="The Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Hogarth Road, Kensington, London SW5 0PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/97/40975589cbce9fbd7ac83477ebd4b5eb01d845e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.00" OriginalAmount="339.00">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|doubletree_by_hilton_hotel_london__westminster" HotelName="The Westminster London Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.06" OriginalAmount="339.06">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|41194" HotelName="The Westminster London Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="339.32" OriginalAmount="339.32">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|6646" HotelName="The Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="339.84" OriginalAmount="339.84">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|1551628" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341" OriginalAmount="341">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is the perfect West End location, tucked away between the National Gallery and Leice...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.00" OriginalAmount="341.00">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|crowne_plaza_london__kensington" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.00" OriginalAmount="341.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|no11_cadogan_gardens" 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>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="341.76" OriginalAmount="341.76">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|9221" HotelName="Radisson Blu Edwardian Bloomsbury Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="342" OriginalAmount="342">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|2148" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place, London W1H 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/0d/db0ddea8e9de3be08d440b0769de4fbe9550a0d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a peaceful location. In a number of minutes, guests will easily re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.92" OriginalAmount="342.92">
      <BasicPropertyInfo Latitude="51.53042" Longitude="-0.055908" StarRating="5" HotelCode="165985|139527" HotelName="Town Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="344" OriginalAmount="344">
      <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="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="344.61" OriginalAmount="344.61">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|8900" HotelName="Holiday Inn Oxford Circus" Meals="BREAKFAST FOR TWO GUESTS" BedType="BREAKFAST FOR TWO GUESTS" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345" OriginalAmount="345">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|416429" HotelName="The Mandrake Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="345.05" OriginalAmount="345.05">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|16076" HotelName="Langham Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="345.16" OriginalAmount="345.16">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|33264" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="345.17" OriginalAmount="345.17">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|7565" HotelName="Thistle Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="345.51" OriginalAmount="345.51">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|743033" HotelName="Royal Garden" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.02" OriginalAmount="346.02">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="346.09" OriginalAmount="346.09">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.57" OriginalAmount="346.57">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|386495" 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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.82" OriginalAmount="346.82">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|33474" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347" OriginalAmount="347">
      <BasicPropertyInfo Latitude="51.529345" Longitude="-0.126088" StarRating="5" HotelCode="173526|31913" HotelName="St. Pancras Renaissance London" 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,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>
        <HotelDescription>&lt;br/&gt;Located in the heart of London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348" OriginalAmount="348">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.00" OriginalAmount="348.00">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|camden_enterprise_hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="348.66" OriginalAmount="348.66">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|164991" HotelName="The Westminster London Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="348.96" OriginalAmount="348.96">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|PLL" HotelName="The Pelham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Cromwell Place, South Kensington</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/54/cb54b3c7335b84c9a09827532d668aa099f96931.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349" OriginalAmount="349">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.27" OriginalAmount="349.27">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="349.53" OriginalAmount="349.53">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|1537898" HotelName="St. Martins Lane" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.00" OriginalAmount="350.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|the_franklin_2" HotelName="The Franklin Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="350.39" OriginalAmount="350.39">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|2440965" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="350.55" OriginalAmount="350.55">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="350.96" OriginalAmount="350.96">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|CAU846800" HotelName="Thistle Trafalgar Square" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="351" OriginalAmount="351">
      <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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="351.80" OriginalAmount="351.80">
      <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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.00" OriginalAmount="352.00">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|fifty_four_boutique_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.60" OriginalAmount="352.60">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|33384" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.73" OriginalAmount="352.73">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|1062218" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="352.83" OriginalAmount="352.83">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|32614" 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>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="352.90" OriginalAmount="352.90">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|7553" HotelName="Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353" OriginalAmount="353">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="353.05" OriginalAmount="353.05">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|746440" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.11" OriginalAmount="353.11">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|6547" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="353.43" OriginalAmount="353.43">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|614704" HotelName="The Gore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" 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, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.98" OriginalAmount="353.98">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|41285" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.00" OriginalAmount="354.00">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|charing_cross" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="354.81" OriginalAmount="354.81">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|33024" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel has an exclusive location in the famous Mayfair district of London. Various p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355" OriginalAmount="355">
      <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>
        <HotelDescription>&lt;br/&gt;This first-class hotel has an exclusive location in the famous Mayfair district of London. Various p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355" OriginalAmount="355">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|4684" HotelName="The Westminster London Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355" OriginalAmount="355">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355" OriginalAmount="355">
      <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="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.00" OriginalAmount="356.00">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|the_halkin" HotelName="COMO The Halkin" 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,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>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.00" OriginalAmount="357.00">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|pan_pacific_london" HotelName="Pan Pacific London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.43" OriginalAmount="357.43">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|33004" HotelName="Marriott Marble Arch" 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,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>
        <HotelDescription>&lt;br/&gt;This luxury 4-star hotel is in an ideal location with plenty of London's attractions nearby to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.45" OriginalAmount="357.45">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|135153" HotelName="Egerton House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="357.98" OriginalAmount="357.98">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|CAU603000" HotelName="Hard Rock Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.00" OriginalAmount="358.00">
      <BasicPropertyInfo Latitude="51.5135893" Longitude="-0.1325915" StarRating="3.5" HotelCode="199778|dean_street_townhouse_2" HotelName="Dean Street Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Dean Street, London W1D 3SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/ac/70ac83c6a55bf48f2fbd774d05d21ff1e66cb296.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.00" OriginalAmount="358.00">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|cheval_three_quays" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359" OriginalAmount="359">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="359.13" OriginalAmount="359.13">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|CAG698200" HotelName="The Waldorf Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.34" OriginalAmount="359.34">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|9225" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360" OriginalAmount="360">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360" OriginalAmount="360">
      <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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel has a classical façade and a central situation in the Covent Garden area of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.00" OriginalAmount="360.00">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|the_portobello_hotel" HotelName="Portobello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.00" OriginalAmount="360.00">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|batty_langleys" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.16" OriginalAmount="360.16">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|384035" 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>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.26" OriginalAmount="360.26">
      <BasicPropertyInfo Latitude="51.4998611625" Longitude="-0.161455475" StarRating="4" HotelCode="114470|1551598" HotelName="The Levin" 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>28 Basil Street, Knightbridge, London SW3 1AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4c/a04c52f5de8ef3ecc41aa9c42405a01a3f44c979.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.45" OriginalAmount="360.45">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|16108" HotelName="Rathbone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.76" OriginalAmount="360.76">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|748561" HotelName="Sloane Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361" OriginalAmount="361">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361" OriginalAmount="361">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|31759" HotelName="ME 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,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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361" OriginalAmount="361">
      <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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.00" OriginalAmount="361.00">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|marriott_executive_apartments_london_west_india_quay_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.00" OriginalAmount="363.00">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|bakers_hotel" HotelName="Bakers Hotel - B&amp;B" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.88" OriginalAmount="363.88">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|15007" HotelName="St. Martins Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="363.98" OriginalAmount="363.98">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|228116" HotelName="The Bedford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the British Museum, between the West End with shopping venues, the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364" OriginalAmount="364">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|45435" HotelName="11 Cadogan Gardens" 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,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>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="364.12" OriginalAmount="364.12">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|CBF849100" HotelName="Page 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.13" OriginalAmount="364.13">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|1080868" HotelName="Portobello" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="364.19" OriginalAmount="364.19">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|341565" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="365.00" OriginalAmount="365.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|623447" HotelName="The Pelham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365" OriginalAmount="365">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|6938" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.00" OriginalAmount="365.00">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|jumeirah_lowndes_hotel" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="365.20" OriginalAmount="365.20">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|2556945" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="366" OriginalAmount="366">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|31253" HotelName="Marriott Marble Arch" 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,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>
        <HotelDescription>&lt;br/&gt;This luxury 4-star hotel is in an ideal location with plenty of London's attractions nearby to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.00" OriginalAmount="366.00">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|the_athenaeum" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="366.77" OriginalAmount="366.77">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|315401" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="367" OriginalAmount="367">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cheval Phoenix House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="367.01" OriginalAmount="367.01">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|14104" HotelName="Blakemore Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 09/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Leinster Gardens, Bayswater, W2 3AN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/dd/39ddcbc5d2c8826bce4d90b5f201cb12d49e17a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a quiet but central location close to Hyde Park and 400 m from Lancaster Gate tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="367.19" OriginalAmount="367.19">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|171406" HotelName="11 Cadogan Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.18" OriginalAmount="368.18">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="368.51" OriginalAmount="368.51">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|CAG700300" HotelName="Thistle Piccadilly" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="369" OriginalAmount="369">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="369" OriginalAmount="369">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|24619" HotelName="The Waldorf Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.35" OriginalAmount="369.35">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|33534" HotelName="The Waldorf Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="369.79" OriginalAmount="369.79">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|32624" 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>
        <HotelDescription>&lt;br/&gt;Set between the leafy Royal Parks and located in the heart of Mayfair, one of the capital's most pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="369.82" OriginalAmount="369.82">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|7555" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370" OriginalAmount="370">
      <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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370" OriginalAmount="370">
      <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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.15" OriginalAmount="370.15">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|625043" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.56" OriginalAmount="370.56">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|1551058" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="370.81" OriginalAmount="370.81">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|228186" 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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="371.05" OriginalAmount="371.05">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|1169104" HotelName="The Royal Horseguards Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="371.18" OriginalAmount="371.18">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|314108" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372" OriginalAmount="372">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|98429" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.00" OriginalAmount="372.00">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|grange_wellington_hotel" HotelName="Wellington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.00" OriginalAmount="372.00">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|knightsbridge_hotel" HotelName="Knightsbridge Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.00" OriginalAmount="372.00">
      <BasicPropertyInfo Latitude="51.50987422" Longitude="-0.12347783" StarRating="0" HotelCode="788875|the_nadler_covent_garden" HotelName="The Nadler Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.71" OriginalAmount="372.71">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|186356" HotelName="Pullman London St Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="373" OriginalAmount="373">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="373.10" OriginalAmount="373.10">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|1207007" HotelName="The Westminster London Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="374.28" OriginalAmount="374.28">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|143394" HotelName="Wellington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="375.05" OriginalAmount="375.05">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|6650" HotelName="The Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="376.40" OriginalAmount="376.40">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|CAR332200" HotelName="Amba Hotel Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="377.18" OriginalAmount="377.18">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|7549" HotelName="London Hilton on Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="377.79" OriginalAmount="377.79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378" OriginalAmount="378">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378" OriginalAmount="378">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|34006" HotelName="Pullman London St Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378" OriginalAmount="378">
      <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>
        <HotelDescription>&lt;br/&gt;Set between the leafy Royal Parks and located in the heart of Mayfair, one of the capital's most pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.00" OriginalAmount="378.00">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|st_james_court_a_taj_hotel_london_3" HotelName="St. James’ Court, A Taj Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.00" OriginalAmount="378.00">
      <BasicPropertyInfo Latitude="51.5065718" Longitude="-0.14577026" StarRating="0" HotelCode="986349|the_mayfair_townhouse_by_iconic_luxury_hotels" HotelName="The Mayfair Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-41 Half Moon Street, London W1J 7BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/f6/a3f65fb4e3d568dc9a3417795d5f4acff22e3892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379" OriginalAmount="379">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="379.08" OriginalAmount="379.08">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|48124" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="379.90" OriginalAmount="379.90">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|CAG698600" HotelName="London Hilton on Park Lane" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="380" OriginalAmount="380">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|16326" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY,HALF BOARD,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,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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="380.09" OriginalAmount="380.09">
      <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/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="380.60" OriginalAmount="380.60">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|922481" HotelName="Wellington Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="381" OriginalAmount="381">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|200205" HotelName="54 Queen’s Gate 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.31" OriginalAmount="381.31">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|315610" HotelName="Bakers Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.49" OriginalAmount="381.49">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|32534" HotelName="St. James’ Court, A Taj Hotel" 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,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="381.86" OriginalAmount="381.86">
      <BasicPropertyInfo Latitude="51.522580044626" Longitude="-0.16056864831808" StarRating="4" HotelCode="30104|1632418" HotelName="Dorset Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="382.42" OriginalAmount="382.42">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|313451" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="383" OriginalAmount="383">
      <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="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="383.14" OriginalAmount="383.14">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|162374" HotelName="The Prince Akatoki London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="383.80" OriginalAmount="383.80">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|32964" 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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="384.70" OriginalAmount="384.70">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|40388" HotelName="The Milestone Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of London and offers views out over Kensington Palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="384.71" OriginalAmount="384.71">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|25861" HotelName="Citadines Trafalgar Square London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the historic city of Westminster, in the heart of central London, this apart'hotel is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.00" OriginalAmount="385.00">
      <BasicPropertyInfo Latitude="51.494047" Longitude="-0.15739" StarRating="5" HotelCode="263508|cheval_phoenix_house" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cheval Phoenix House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="385.08" OriginalAmount="385.08">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|101313" HotelName="St. James's Hotel and Club Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="385.59" OriginalAmount="385.59">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|CAV104600" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386" OriginalAmount="386">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|199302" HotelName="Batty Langley's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="386.06" OriginalAmount="386.06">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|CAF956900" HotelName="The Royal Horseguards Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389" OriginalAmount="389">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.76" OriginalAmount="389.76">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|312099" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390" OriginalAmount="390">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390" OriginalAmount="390">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|1125" HotelName="St. James’ Court, A Taj Hotel" 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,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="390.33" OriginalAmount="390.33">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|690947" HotelName="Camden Enterprise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.72" OriginalAmount="390.72">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|32724" 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 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.79" OriginalAmount="390.79">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|83702" HotelName="JW Marriott Grosvenor House 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391" OriginalAmount="391">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="391.34" OriginalAmount="391.34">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|634815" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.65" OriginalAmount="391.65">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|6559" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392" OriginalAmount="392">
      <BasicPropertyInfo Latitude="51.511703" Longitude="-0.041415000000029" StarRating="3" HotelCode="311539|58706" HotelName="The Royal Foundation of St Katharine" 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>2 Butcher Row, London E14 8DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/fa/26fa9cfcdd5e2b029fe74f5f9cd28689f7d67031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.01" OriginalAmount="393.01">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|715409" HotelName="South Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is South Place Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="393.81" OriginalAmount="393.81">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|CAX248200" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.00" OriginalAmount="394.00">
      <BasicPropertyInfo Latitude="51.494346669563" Longitude="-0.18512070178986" StarRating="4" HotelCode="41983|holiday_inn_kensington_forum" HotelName="Holiday Inn London - Kensington Forum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Cromwell Road, London SW7 4DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d7/afd7f3f963f23030c3e533d99be25d1947e2be47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located close to a range of shopping facilities, restaurants and bars. The near...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="394.54" OriginalAmount="394.54">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|68004" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in the elegant district of Mayfair, this luxury hotel enjoys a convenient position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="394.83" OriginalAmount="394.83">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|CAU846500" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.00" OriginalAmount="396.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4.5" HotelCode="986336|the_westin_london_city" HotelName="The Westin London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Upper Thames Street, London EC4V 3AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/a4/4fa4760d965296d55a73ddf0331f6eeb7dd80398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="396.18" OriginalAmount="396.18">
      <BasicPropertyInfo StarRating="5" HotelCode="|17936" HotelName="London Marriott Grosvenor Square" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GROSVENOR SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/3/6/17936_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was renovated in 2004 6 floors, 222 rooms, 22 single rooms, 188 double rooms and 12 suites. In the establishment entrance, guests will find a lobby with an elevator and a reception with safety deposit boxes, The establishment has the auditorium and an Ã  la carte restaurant with air-conditioning, The establishment offers guests internet, a car park, room service, a laundry service and a medical care service. SITUATION: It is in a central location, Mayfair it is in 300 metres away, guests will find shops, restaurants, bars and nightclubs. ROOM: The luxurious rooms, have a bathroom, a hairdryer, satellite or cable TV, internet and a mini-bar. They also have a double bed, central heating, a safety deposit box (available for a fee) and a sofa. FACILITIES: Clients can enjoy activities such as aerobics. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service, an Ã  la carte or set-menu lunch and dinner, dietary restrictions can be accomodated for and special dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="396.22" OriginalAmount="396.22">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|32934" HotelName="The Landmark London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="397" OriginalAmount="397">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|11852" HotelName="Nobu Hotel London Portman Square" 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,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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.00" OriginalAmount="397.00">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|the_may_fair" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="397.68" OriginalAmount="397.68">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|2542875" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-129 Gloucester Terrace, Bayswater, London W2 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a0/00a01f09468483d15a1ce348c300c739adcd177e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Luxury Serviced Apartments in Bayswater: Chilworth Court Apartments offers a selection of 20 spaciou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="398.59" OriginalAmount="398.59">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="399.27" OriginalAmount="399.27">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|7545" HotelName="Hyatt Regency London - The Churchill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="400.00" OriginalAmount="400.00">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|121246" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="400" OriginalAmount="400">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|31900" HotelName="JW Marriott Grosvenor House 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.00" OriginalAmount="400.00">
      <BasicPropertyInfo Latitude="51.529345" Longitude="-0.126088" StarRating="5" HotelCode="173526|st_pancras_renaissance_london_hotel" HotelName="St. Pancras Renaissance London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in the heart of London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="400.35" OriginalAmount="400.35">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|6561" HotelName="St. James’ Court, A Taj Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="400.83" OriginalAmount="400.83">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|45904" HotelName="The Milestone Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of London and offers views out over Kensington Palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="400.98" OriginalAmount="400.98">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|33174" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="401" OriginalAmount="401">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.32" OriginalAmount="401.32">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|382235" HotelName="Citadines Trafalgar Square London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the historic city of Westminster, in the heart of central London, this apart'hotel is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.00" OriginalAmount="402.00">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|park_plaza_victoria_london" HotelName="Park Plaza Victoria London" 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,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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="402.22" OriginalAmount="402.22">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|7572" HotelName="Pullman London St Pancras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="402.98" OriginalAmount="402.98">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|314756" HotelName="The Rembrandt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="403" OriginalAmount="403">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="403.58" OriginalAmount="403.58">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|126740" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404" OriginalAmount="404">
      <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>
        <HotelDescription>&lt;br/&gt;Centrally located in the elegant district of Mayfair, this luxury hotel enjoys a convenient position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.77" OriginalAmount="404.77">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|7552" HotelName="Flemings Mayfair Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and res...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="404.78" OriginalAmount="404.78">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|1080898" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.00" OriginalAmount="405.00">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|intercontinental_london__westminster" HotelName="Conrad London St. James" 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,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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="405.51" OriginalAmount="405.51">
      <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 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="405.77" OriginalAmount="405.77">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|122464" 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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="405.90" OriginalAmount="405.90">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|1130751" HotelName="London Hilton on Park Lane" 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,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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="405.90" OriginalAmount="405.90">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|1289998" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="406.00" OriginalAmount="406.00">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|135532" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.00" OriginalAmount="406.00">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|chilworth_court_" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-129 Gloucester Terrace, Bayswater, London W2 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a0/00a01f09468483d15a1ce348c300c739adcd177e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Luxury Serviced Apartments in Bayswater: Chilworth Court Apartments offers a selection of 20 spaciou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.00" OriginalAmount="406.00">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|hazlitts_hotel" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="407" OriginalAmount="407">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|289480" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-129 Gloucester Terrace, Bayswater, London W2 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a0/00a01f09468483d15a1ce348c300c739adcd177e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Luxury Serviced Apartments in Bayswater: Chilworth Court Apartments offers a selection of 20 spaciou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="407.85" OriginalAmount="407.85">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|107255" 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>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="409.31" OriginalAmount="409.31">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|2477345" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410" OriginalAmount="410">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|17129" HotelName="The Milestone Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of London and offers views out over Kensington Palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410" OriginalAmount="410">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel occupies a fantastic location in one of London's oldest and most fashionable areas. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411" OriginalAmount="411">
      <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411" OriginalAmount="411">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|3827" HotelName="Citadines Trafalgar Square London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the historic city of Westminster, in the heart of central London, this apart'hotel is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.00" OriginalAmount="411.00">
      <BasicPropertyInfo Latitude="51.51185378" Longitude="-0.17623075" StarRating="3" HotelCode="433324|fountain_house" HotelName="Fountain House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Terrace, London W2 3PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e3/a4e3602cd9ef54b95f64606ed793d0326067c4fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.00" OriginalAmount="411.00">
      <BasicPropertyInfo Latitude="51.49877041" Longitude="-0.1368996" StarRating="5" HotelCode="986142|the_guardsman" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413" OriginalAmount="413">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|13482" HotelName="The 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,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>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.00" OriginalAmount="413.00">
      <BasicPropertyInfo Latitude="51.544117" Longitude="-0.152299" StarRating="3" HotelCode="98726|camden_lock_hotel" HotelName="Selina Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Central Heating,Designated Smoking Area,Fax,Internet,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Chalk Farm Road, London NW1 8AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/55/1955a5af3db8808ce17df385531b7edb499aea59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.00" OriginalAmount="413.00">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|number_sixteen" HotelName="Number Sixteen" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.00" OriginalAmount="413.00">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|the_level_at_melia_white_house" HotelName="The Level at Meliá White House" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414" OriginalAmount="414">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|55087" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="415" OriginalAmount="415">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|345" HotelName="Park Plaza Victoria 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,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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="415" OriginalAmount="415">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="415.04" OriginalAmount="415.04">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|6553" HotelName="Strand Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Strand, London WC2R 0JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/1f/a31ff64ab47eb40dfd057aa4da83e5d841b710f8.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.00" OriginalAmount="416.00">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|the_montague_on_the_gardens" 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 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="416.15" OriginalAmount="416.15">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|1507882" HotelName="Strand Palace 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,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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.74" OriginalAmount="416.74">
      <BasicPropertyInfo Latitude="51.511144653521" Longitude="-0.13121366500854" StarRating="4" HotelCode="189710|231021" HotelName="Leicester House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418" OriginalAmount="418">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.87" OriginalAmount="418.87">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|8899" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="419.22" OriginalAmount="419.22">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|15777" HotelName="COMO Metropolitan London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel has an exclusive location in the famous Mayfair district of London. Various p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="422" OriginalAmount="422">
      <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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hostel is approximately 8.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="422.62" OriginalAmount="422.62">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|274655" HotelName="Montague on the Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="422.64" OriginalAmount="422.64">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|15775" HotelName="COMO The Halkin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="422.77" OriginalAmount="422.77">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|481061" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="425.83" OriginalAmount="425.83">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|662501" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426" OriginalAmount="426">
      <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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="426.11" OriginalAmount="426.11">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|1718798" HotelName="Number Sixteen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="428.45" OriginalAmount="428.45">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|1554148" HotelName="St. James’ Court, A Taj Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.00" OriginalAmount="431.00">
      <BasicPropertyInfo Latitude="51.507697" Longitude="-0.132475" StarRating="5" HotelCode="49086|sofitel_london_st_james" HotelName="Sofitel London St. James" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This superb luxury hotel is located between Buckingham Palace and Trafalgar Square and is just two m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="431.71" OriginalAmount="431.71">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|602976" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="433" OriginalAmount="433">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|24984" HotelName="Montague on the Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="433.60" OriginalAmount="433.60">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|CAF528200" HotelName="St. James’ Court, A Taj Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="435" OriginalAmount="435">
      <BasicPropertyInfo Latitude="51.51394900761" Longitude="-0.18305044047543" StarRating="4" HotelCode="409523|45009" HotelName="The Cleveland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Cleveland Square, London W2 6DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/82/79820e914512033609d67aee445aad8302931e75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on a tranquil and leafy garden square away from the hustle and bustle of London the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="435.18" OriginalAmount="435.18">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|15170" HotelName="The Capital" 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 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="435.22" OriginalAmount="435.22">
      <BasicPropertyInfo Latitude="51.507697" Longitude="-0.132475" StarRating="5" HotelCode="49086|98668" HotelName="Sofitel London St. James" 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,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>
        <HotelDescription>&lt;br/&gt;This superb luxury hotel is located between Buckingham Palace and Trafalgar Square and is just two m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="435.99" OriginalAmount="435.99">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|CAG699000" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436" OriginalAmount="436">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="437.16" OriginalAmount="437.16">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|7541" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="440.75" OriginalAmount="440.75">
      <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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.00" OriginalAmount="441.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|608854" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="443" OriginalAmount="443">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.00" OriginalAmount="443.00">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|belgravesa_thompson_hotel" HotelName="The Hari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="443.09" OriginalAmount="443.09">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|CAF528000" HotelName="Nobu Hotel London Portman Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="443.36" OriginalAmount="443.36">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|6564" HotelName="The Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="444.67" OriginalAmount="444.67">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|13885" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="444.85" OriginalAmount="444.85">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|183898" HotelName="Conrad London St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="445.88" OriginalAmount="445.88">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|1595930" HotelName="The Landmark London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" 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>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="446.00" OriginalAmount="446.00">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|6555" HotelName="Meliá White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="446.00" OriginalAmount="446.00">
      <BasicPropertyInfo Latitude="51.5108881" Longitude="-0.12387874" StarRating="4" HotelCode="558862|the_henrietta_hotel" HotelName="Henrietta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="448.91" OriginalAmount="448.91">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|CAQ456300" HotelName="Conrad London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.00" OriginalAmount="449.00">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|melita_house_hotel" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/0c/7e0c656c3fbfc980c19d4ec50355146a378723f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="449.50" OriginalAmount="449.50">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|934425" 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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is centrally located just a few paces from the famous Oxford Street shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="450.88" OriginalAmount="450.88">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|33504" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="451.70" OriginalAmount="451.70">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|818268" HotelName="ME London" 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,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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="453" OriginalAmount="453">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the city centre and public transport links are to be found nearb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="453" OriginalAmount="453">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="455.18" OriginalAmount="455.18">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|625032" HotelName="PubLove @ The Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hostel is approximately 8.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="457.51" OriginalAmount="457.51">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|126260" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460" OriginalAmount="460">
      <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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is centrally located just a few paces from the famous Oxford Street shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.00" OriginalAmount="460.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|lamington_apartments" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="460.50" OriginalAmount="460.50">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="461" OriginalAmount="461">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|32870" HotelName="Conrad London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="461" OriginalAmount="461">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="461.45" OriginalAmount="461.45">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|6615" HotelName="The Clermont, Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="462.89" OriginalAmount="462.89">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|344565" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="463.06" OriginalAmount="463.06">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|76394" HotelName="The Goring" Meals="ROOM ONLY" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2f0334d4d18db6a408ba1949a0c3aa8c9d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="466.00" OriginalAmount="466.00">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|608859" HotelName="Athenaeum Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467" OriginalAmount="467">
      <BasicPropertyInfo Latitude="51.507697" Longitude="-0.132475" StarRating="5" HotelCode="49086|32871" HotelName="Sofitel London St. James" 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,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>
        <HotelDescription>&lt;br/&gt;This superb luxury hotel is located between Buckingham Palace and Trafalgar Square and is just two m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="467.40" OriginalAmount="467.40">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|72298805" HotelName="Meliá White House" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.00" OriginalAmount="469.00">
      <BasicPropertyInfo Latitude="51.523775" Longitude="-0.140388" StarRating="2" HotelCode="94580|fitzroylondon" HotelName="Fitzroy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/03/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Fitzroy Street, London W1T 6DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/28/212859ac3a04afad3964010789a56d30090855c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="469.45" OriginalAmount="469.45">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470" OriginalAmount="470">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.00" OriginalAmount="470.00">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|the_goring" HotelName="The Goring" Meals="ROOM ONLY" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2f0334d4d18db6a408ba1949a0c3aa8c9d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.83" OriginalAmount="471.83">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|939775" HotelName="The Hari Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.00" OriginalAmount="472.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|adria_boutique_hotel" HotelName="Adria Boutique" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.51" OriginalAmount="472.51">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|4264325" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/0c/7e0c656c3fbfc980c19d4ec50355146a378723f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="473" OriginalAmount="473">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|200072" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/0c/7e0c656c3fbfc980c19d4ec50355146a378723f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="474" OriginalAmount="474">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|31893" HotelName="The Goring" Meals="ROOM ONLY" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2f0334d4d18db6a408ba1949a0c3aa8c9d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478" OriginalAmount="478">
      <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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="479.94" OriginalAmount="479.94">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|341405" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" 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,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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="480" OriginalAmount="480">
      <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>
        <HotelDescription>&lt;br/&gt;This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="481.75" OriginalAmount="481.75">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|2057327" HotelName="The May Fair, A Radisson Collection Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483" OriginalAmount="483">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485" OriginalAmount="485">
      <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 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="487.64" OriginalAmount="487.64">
      <BasicPropertyInfo Latitude="51.511531" Longitude="-0.119286" StarRating="5" HotelCode="15417|52964" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="488.41" OriginalAmount="488.41">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|316121" HotelName="Adria Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West Lond...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="488.57" OriginalAmount="488.57">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|106036" HotelName="The Rubens at the Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="490.35" OriginalAmount="490.35">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|7547" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="491.90" OriginalAmount="491.90">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|746205" HotelName="Marriott London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.00" OriginalAmount="492.00">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4.5" HotelCode="114576|47_park_street_by_marriott_grand_residence_club" HotelName="Grand Residences by Marriott - Mayfair-London - 47 Park Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Park Street, Mayfair, London W1K 7EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/04/fa049c90cc4edf14ae362304196291c44d7a759a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a tranquil haven at the very heart of all that London has to offer, with the most excl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="493" OriginalAmount="493">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|137413" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST,HALF BOARD" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="493.32" OriginalAmount="493.32">
      <BasicPropertyInfo Latitude="51.498225768117" Longitude="-0.1435808740631" StarRating="5" HotelCode="104131|372965" 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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="495" OriginalAmount="495">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.00" OriginalAmount="495.00">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|marriott_london_county_hall" HotelName="Marriott London County Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.00" OriginalAmount="495.00">
      <BasicPropertyInfo Latitude="51.498225768117" Longitude="-0.1435808740631" StarRating="5" HotelCode="104131|forty_one" HotelName="41 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="498.25" OriginalAmount="498.25">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|1348262" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="499" OriginalAmount="499">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="499.18" OriginalAmount="499.18">
      <BasicPropertyInfo Latitude="51.507697" Longitude="-0.132475" StarRating="5" HotelCode="49086|7578" HotelName="Sofitel London St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This superb luxury hotel is located between Buckingham Palace and Trafalgar Square and is just two m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="502" OriginalAmount="502">
      <BasicPropertyInfo Latitude="51.517293395556" Longitude="-0.15000305012734" StarRating="4" HotelCode="263503|457950" HotelName="AKA Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Bentinck Street, Marylebone, London W1U 2EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/17/941798b8708a6fc52cec3dd1981882f95d7e9c59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="503" OriginalAmount="503">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|2147" HotelName="Meliá White House" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="503.28" OriginalAmount="503.28">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|1124225" HotelName="Park Plaza Victoria London" 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,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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.02" OriginalAmount="504.02">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|33324" 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>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="504.51" OriginalAmount="504.51">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|CAJ822900" HotelName="The Clermont, Victoria" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.72" OriginalAmount="504.72">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4.5" HotelCode="114576|934415" HotelName="Grand Residences by Marriott - Mayfair-London - 47 Park Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Park Street, Mayfair, London W1K 7EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/04/fa049c90cc4edf14ae362304196291c44d7a759a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a tranquil haven at the very heart of all that London has to offer, with the most excl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="505" OriginalAmount="505">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.13" OriginalAmount="506.13">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|8898" HotelName="Radisson Blu Edwardian Mercer Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="511.71" OriginalAmount="511.71">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|75534" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="513" OriginalAmount="513">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|45329" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kensingtion, close to major attractions such as Harrods and Hyde Park. Tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="514.67" OriginalAmount="514.67">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|1080808" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="515.87" OriginalAmount="515.87">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|876461" HotelName="Pan Pacific London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516" OriginalAmount="516">
      <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>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.00" OriginalAmount="516.00">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|charlotte_street_hotel" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="520.42" OriginalAmount="520.42">
      <BasicPropertyInfo StarRating="5" HotelCode="|17987" HotelName="The Kensington" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>QUEEN'S GATE 109-113</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/9/8/7/17987_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was renovated in 2003, has 173 rooms, 5 floors, 16 single rooms, 152 double rooms and 3 suites. The establishment has a reception, a reception, lifts, a safety deposit box service and a cloakroom. The establishment also has an inviting bar, a pub and a restaurant with air-conditioning. The establishment offers internet, room service and a laundry service. SITUATION: This hotel is in a central area, is situated near Kensington. Nearby, you will find shops, the leisure areas and tourist points of interest. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite television, internet, a mini-bar, a safety deposit box and a central heating system. OTHERS: The establishment serves a buffet breakfast and a set-menu dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.00" OriginalAmount="522.00">
      <BasicPropertyInfo Latitude="51.51798231" Longitude="-0.1202189" StarRating="5" HotelCode="775208|loscar_london" HotelName="L’oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="524" OriginalAmount="524">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|33765" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="524.00" OriginalAmount="524.00">
      <BasicPropertyInfo Latitude="51.52950381" Longitude="-0.12223525" StarRating="3.5" HotelCode="518853|seven_apart" HotelName="Seven Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 19/04/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Argyle Square, Kings Cross, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1e/841e3f6bced5a4543ce1cb5c7be1ca77c200bce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="527" OriginalAmount="527">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="527" OriginalAmount="527">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|61764" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e2/7ce2df5210f84813cebd1afdba21667e470521b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="528" OriginalAmount="528">
      <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>
        <HotelDescription>&lt;br/&gt;Queensgate Court, at 24 Queen's Gate, South Kensington, offers superior accommodation in one of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="530" OriginalAmount="530">
      <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="Free CXL until 19/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="534.57" OriginalAmount="534.57">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|26120" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.00" OriginalAmount="535.00">
      <BasicPropertyInfo Latitude="51.501084" Longitude="-0.181615" StarRating="4.5" HotelCode="808152|lux_london_hyde_park_gate" HotelName="35 Hyde Park Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hyde Park Gate, SW7 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/26/c8267e4b44ffa150ab6af6caffd4694c6092d3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="537.71" OriginalAmount="537.71">
      <BasicPropertyInfo Latitude="51.544117" Longitude="-0.152299" StarRating="3" HotelCode="98726|4679805" HotelName="Selina Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Central Heating,Designated Smoking Area,Fax,Internet,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Chalk Farm Road, London NW1 8AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/55/1955a5af3db8808ce17df385531b7edb499aea59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="538" OriginalAmount="538">
      <BasicPropertyInfo Latitude="51.544117" Longitude="-0.152299" StarRating="3" HotelCode="98726|489615" HotelName="Selina Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/04/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Central Heating,Designated Smoking Area,Fax,Internet,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Chalk Farm Road, London NW1 8AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/55/1955a5af3db8808ce17df385531b7edb499aea59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="539" OriginalAmount="539">
      <BasicPropertyInfo Latitude="51.506762066506" Longitude="-0.1466176134079" StarRating="4" HotelCode="174961|199215" HotelName="44 Curzon Street by Mansley Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Curzon Street, Mayfair, London W1J 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/f4/62f4dbcbfd63f57beda8d87d0007260f7193cba0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 44 Curzon Street by Mansley Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.00" OriginalAmount="539.00">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|ashburn_hotel" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kensingtion, close to major attractions such as Harrods and Hyde Park. Tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="539.68" OriginalAmount="539.68">
      <BasicPropertyInfo StarRating="5" HotelCode="|18023" HotelName="Sofitel St James London" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WATERLOO PLACE 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/2/3/18023_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 168 rooms, a restaurant and a bar. SITUATION: Buckingham Palace and Trafalgar Square It is situated between Picadilly 2 minutes away, you can find 2 minutes away from the establishment clients have the theatres, nearby, there is an underground station. ROOM: The rooms have a bathroom with a hairdryer, an iron, an ironing board, a coffee maker and a kettle. They have a television and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="541.76" OriginalAmount="541.76">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|718350" HotelName="Nobu Hotel London Portman Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.00" OriginalAmount="542.00">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="0" HotelCode="986146|the_londoner" HotelName="The Londoner" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="543" OriginalAmount="543">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|46457" HotelName="W London Leicester Square" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="544.20" OriginalAmount="544.20">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|CAF962700" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547" OriginalAmount="547">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|48502" HotelName="Marriott London County Hall" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.00" OriginalAmount="548.00">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|w_london_leicester_square" HotelName="W London Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="549.00" OriginalAmount="549.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|the_soho_hotel" HotelName="The Soho Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="549.00" OriginalAmount="549.00">
      <BasicPropertyInfo Latitude="51.494386973724" Longitude="-0.1841045303272" StarRating="5" HotelCode="263506|cheval_gloucester_park_2" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="552.63" OriginalAmount="552.63">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|990635" HotelName="Rosewood 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,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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.00" OriginalAmount="553.00">
      <BasicPropertyInfo Latitude="51.499136180893" Longitude="-0.18023714351648" StarRating="4" HotelCode="498306|queensgate_court" 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>
        <HotelDescription>&lt;br/&gt;Queensgate Court, at 24 Queen's Gate, South Kensington, offers superior accommodation in one of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.00" OriginalAmount="558.00">
      <BasicPropertyInfo Latitude="51.496462698443" Longitude="-0.15566881349184" StarRating="3" HotelCode="903390|the_diplomat_hotel" HotelName="The Diplomat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chesham Street, London SW1X 8DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/80/73800612fa34f2f62cb0a6417409be57fdd3dc79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.60" OriginalAmount="558.60">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|74114" HotelName="The Soho Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="559" OriginalAmount="559">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="561.84" OriginalAmount="561.84">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|14004" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="562.87" OriginalAmount="562.87">
      <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 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563" OriginalAmount="563">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|39757" HotelName="Rosewood 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,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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="566" OriginalAmount="566">
      <BasicPropertyInfo Latitude="51.50239055255" Longitude="-0.15369818406145" StarRating="5" HotelCode="263536|57576" HotelName="The Wellesley Knightsbridge, a Luxury Collection Hotel, 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Knightsbridge, London SW1X 7LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/9c/f79cb9f28dc904d68fca85346356ca27fc84da46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="567" OriginalAmount="567">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="567" OriginalAmount="567">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a splendid location from which it is easy to begin exploration of London's stunnin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.00" OriginalAmount="568.00">
      <BasicPropertyInfo Latitude="51.499124064552" Longitude="-0.13447925448418" StarRating="4" HotelCode="318126|st_ermins_hotel_autograph_collection" HotelName="St. Ermin's Hotel, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a splendid location from which it is easy to begin exploration of London's stunnin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="568.03" OriginalAmount="568.03">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|625042" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e2/7ce2df5210f84813cebd1afdba21667e470521b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.00" OriginalAmount="569.00">
      <BasicPropertyInfo Latitude="51.50239055255" Longitude="-0.15369818406145" StarRating="5" HotelCode="263536|the_wellesley" HotelName="The Wellesley Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Knightsbridge, London SW1X 7LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/9c/f79cb9f28dc904d68fca85346356ca27fc84da46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="569.06" OriginalAmount="569.06">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|32944" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, directly on Regent Street, close to Oxford Street and B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="569.71" OriginalAmount="569.71">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|632344" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 12/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="571.34" OriginalAmount="571.34">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|CAV694300" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="572" OriginalAmount="572">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.15" OriginalAmount="574.15">
      <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 14/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.00" OriginalAmount="575.00">
      <BasicPropertyInfo Latitude="51.514453465874" Longitude="-0.12703617008055" StarRating="0" HotelCode="199777|covent_garden_hotel" HotelName="Covent Garden Hotel" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="576.00" OriginalAmount="576.00">
      <BasicPropertyInfo Latitude="51.51009966" Longitude="-0.07802517" StarRating="5" HotelCode="498750|four_seasons_hotel_london_at_ten_trinity_square" HotelName="Four Seasons Hotel London At Ten Trinity Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="578.12" OriginalAmount="578.12">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|32664" HotelName="Hilton Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="580.12" OriginalAmount="580.12">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|CAR569000" HotelName="Hilton Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="582" OriginalAmount="582">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|2144" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, directly on Regent Street, close to Oxford Street and B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585" OriginalAmount="585">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|31419" HotelName="Cafe Royal" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="589.00" OriginalAmount="589.00">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|novotel_london_west" HotelName="Novotel London West" 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>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>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="591" OriginalAmount="591">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|24618" HotelName="Hilton Euston" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="593.00" OriginalAmount="593.00">
      <BasicPropertyInfo Latitude="51.499363377735" Longitude="-0.16051670498756" StarRating="3" HotelCode="901969|searcys_roof_garden_rooms_2" HotelName="Searcys" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Pavilion Road, London SW1X 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/13/9713535ab2d5d6924785f89e95700e5df501dbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 11 rooms. Services and facilities at the hotel include a conferen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="593.42" OriginalAmount="593.42">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|33104" HotelName="Novotel London West" 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>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>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="595" OriginalAmount="595">
      <BasicPropertyInfo Latitude="51.51009966" Longitude="-0.07802517" StarRating="5" HotelCode="498750|199414" HotelName="Four Seasons Hotel London At Ten Trinity Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="596.55" OriginalAmount="596.55">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="5" HotelCode="986146|43991592" HotelName="The Londoner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="605" OriginalAmount="605">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="605.49" OriginalAmount="605.49">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|6565" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/04/2026" 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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="607.86" OriginalAmount="607.86">
      <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 16/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="611" OriginalAmount="611">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="611" OriginalAmount="611">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="612.95" OriginalAmount="612.95">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|1101401" HotelName="Rosewood London" 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,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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="616" OriginalAmount="616">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="616.44" OriginalAmount="616.44">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|6558" 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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.51" OriginalAmount="618.51">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|33294" 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>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="621.00" OriginalAmount="621.00">
      <BasicPropertyInfo Latitude="51.512969" Longitude="-0.152319" StarRating="5" HotelCode="310898|the_beaumont_2" HotelName="The Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625" OriginalAmount="625">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="626.58" OriginalAmount="626.58">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|92172" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 13/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kensingtion, close to major attractions such as Harrods and Hyde Park. Tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="628" OriginalAmount="628">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="629.67" OriginalAmount="629.67">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|6623" HotelName="Sheraton Grand London Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piccadilly, London W1J 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/a4/d3a483e9ceb663125b76f53bf1e328bbe94a2f2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="636.00" OriginalAmount="636.00">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|CAW518600" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="637.47" OriginalAmount="637.47">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|1444848" 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>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural Histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="638" OriginalAmount="638">
      <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>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural Histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="640.00" OriginalAmount="640.00">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|ham_yard_hotel" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="641.57" OriginalAmount="641.57">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|313685" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="642" OriginalAmount="642">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|547" HotelName="Novotel London West" 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>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>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="647.00" OriginalAmount="647.00">
      <BasicPropertyInfo Latitude="51.49732568" Longitude="-0.01896785" StarRating="0" HotelCode="973438|clover_court_by_q_apartments" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="651.90" OriginalAmount="651.90">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|CAF566400" HotelName="Rosewood London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="652" OriginalAmount="652">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|58384" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="655" OriginalAmount="655">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in historic St James's, 500 m from Piccadilly and only 5 minutes' walk from Old...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="658" OriginalAmount="658">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="662.02" OriginalAmount="662.02">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|32424" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="662.98" OriginalAmount="662.98">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="663.68" OriginalAmount="663.68">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|1433818" HotelName="Haymarket Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="667.00" OriginalAmount="667.00">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|haymarket_hotel" HotelName="Haymarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="668" OriginalAmount="668">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="669.39" OriginalAmount="669.39">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|1061968" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.00" OriginalAmount="670.00">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|130_queens_gate_apartments" 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>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural Histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="672.27" OriginalAmount="672.27">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|6613" HotelName="The Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="673" OriginalAmount="673">
      <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="Free CXL until 21/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="679" OriginalAmount="679">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="685.00" OriginalAmount="685.00">
      <BasicPropertyInfo Latitude="51.501459746214" Longitude="-0.18402544049286" StarRating="5" HotelCode="263509|cheval_thorney_court" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="686" OriginalAmount="686">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="696.00" OriginalAmount="696.00">
      <BasicPropertyInfo Latitude="51.50643159" Longitude="-0.15184217" StarRating="5" HotelCode="199759|45_park_lane" HotelName="45 Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="700" OriginalAmount="700">
      <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="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="719.30" OriginalAmount="719.30">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|32974" HotelName="Mandarin Oriental Hyde Park London" 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,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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="720.00" OriginalAmount="720.00">
      <BasicPropertyInfo Latitude="51.493024" Longitude="-0.177193" StarRating="4" HotelCode="170767|manson_place" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="740" OriginalAmount="740">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="750" OriginalAmount="750">
      <BasicPropertyInfo Latitude="51.505857654548" Longitude="-0.14048337936401" StarRating="5" HotelCode="115450|388285" 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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in historic St James's, 500 m from Piccadilly and only 5 minutes' walk from Old...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="759.22" OriginalAmount="759.22">
      <BasicPropertyInfo Latitude="51.501459746214" Longitude="-0.18402544049286" StarRating="5" HotelCode="263509|894536" HotelName="Cheval Thorney Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="767" OriginalAmount="767">
      <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>
        <HotelDescription>&lt;br/&gt;Serviced apartments in affluent Belgravia: Chesham Court, located right next door to the buzz of Kni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="767.00" OriginalAmount="767.00">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3.5" HotelCode="49885|new_linden_hotel_the" HotelName="New Linden" Meals="ROOM ONLY" 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>59 Leinster Square, W2 4PS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fe/edfeebacbd725a8cdea8f6af50cc9f7d38d6cd46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London, between the districts of Bayswater and Notting Hill, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="768" OriginalAmount="768">
      <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/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="769.24" OriginalAmount="769.24">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|CAF935200" HotelName="Brown's Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="772.12" OriginalAmount="772.12">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|1809348" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="773" OriginalAmount="773">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.00" OriginalAmount="774.00">
      <BasicPropertyInfo Latitude="51.494301" Longitude="-0.18592149" StarRating="4" HotelCode="433674|ashburn_court_apartments_" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="774.50" OriginalAmount="774.50">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3.5" HotelCode="49885|468215" HotelName="New Linden" Meals="ROOM ONLY" 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>59 Leinster Square, W2 4PS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fe/edfeebacbd725a8cdea8f6af50cc9f7d38d6cd46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London, between the districts of Bayswater and Notting Hill, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="775.82" OriginalAmount="775.82">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|136945" HotelName="Marriott London County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="776.95" OriginalAmount="776.95">
      <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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="780.21" OriginalAmount="780.21">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|1080858" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="781.47" OriginalAmount="781.47">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|32404" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel lies at the heart of the central district of Knightsbridge. The famous Har...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="782" OriginalAmount="782">
      <BasicPropertyInfo Latitude="51.4968746" Longitude="-0.12906368" StarRating="0" HotelCode="986386|444253" HotelName="Hope House Residences by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Great Peter Street, Westminster Borough, London SW1P 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/95/a6950d2c887869877661c05ee616c80f8368e8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="782" OriginalAmount="782">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|53781" HotelName="Mandarin Oriental Hyde Park London" 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,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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="789.15" OriginalAmount="789.15">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|9244" HotelName="Brown's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.00" OriginalAmount="790.00">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|corinthia_hotel_london" HotelName="Corinthia Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="792.61" OriginalAmount="792.61">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|9472" HotelName="Jumeirah Carlton Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="798" OriginalAmount="798">
      <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="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="800" OriginalAmount="800">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|53780" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="800.40" OriginalAmount="800.40">
      <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 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="803.00" OriginalAmount="803.00">
      <BasicPropertyInfo Latitude="51.497586453552" Longitude="-0.15632145767211" StarRating="3" HotelCode="498404|chesham_court" 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>
        <HotelDescription>&lt;br/&gt;Serviced apartments in affluent Belgravia: Chesham Court, located right next door to the buzz of Kni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="809.00" OriginalAmount="809.00">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|claverley" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="809.00" OriginalAmount="809.00">
      <BasicPropertyInfo Latitude="51.501567357258" Longitude="-0.16282548710251" StarRating="5" HotelCode="186632|bulgari_hotel__residences" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="811.04" OriginalAmount="811.04">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|32414" HotelName="Brown's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="816" OriginalAmount="816">
      <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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="816" OriginalAmount="816">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|37419" HotelName="Corinthia Hotel 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="819.83" OriginalAmount="819.83">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|CAF527600" HotelName="Jumeirah Carlton Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="829" OriginalAmount="829">
      <BasicPropertyInfo Latitude="51.505433" Longitude="-0.14911099999995" StarRating="3.5" HotelCode="170766|289481" HotelName="20 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hertford Street, Mayfair, London W1J 7RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/18/1018d366f1767dce1cf500b54aca2b6ee5f8cec1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="843.58" OriginalAmount="843.58">
      <BasicPropertyInfo Latitude="51.493884225961" Longitude="-0.1897182465353" StarRating="2" HotelCode="36433|314411" HotelName="Exhibition Court 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/04/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Collingham Place, London, Greater London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/10/3910f7fbc3f414ad4ceb7d1bac997797b5e76199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="868.56" OriginalAmount="868.56">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|32484" HotelName="The Connaught" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carlos Place, Mayfair, London W1K 2AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c0431661781a970941356d05ff16fb5f27a17c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the beautiful historic Mayfair district, with its many antique shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="870" OriginalAmount="870">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel lies at the heart of the central district of Knightsbridge. The famous Har...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="888" OriginalAmount="888">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|37427" HotelName="The Connaught" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carlos Place, Mayfair, London W1K 2AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c0431661781a970941356d05ff16fb5f27a17c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the beautiful historic Mayfair district, with its many antique shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="896" OriginalAmount="896">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is No 1 The Mansions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="901.00" OriginalAmount="901.00">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|CAF935400" HotelName="Mandarin Oriental Hyde Park London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="904.00" OriginalAmount="904.00">
      <BasicPropertyInfo Latitude="51.505433" Longitude="-0.14911099999995" StarRating="3.5" HotelCode="170766|20_hertford_street" HotelName="20 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hertford Street, Mayfair, London W1J 7RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/18/1018d366f1767dce1cf500b54aca2b6ee5f8cec1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="921.62" OriginalAmount="921.62">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|9222" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/04/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="923.93" OriginalAmount="923.93">
      <BasicPropertyInfo Latitude="51.507059678518" Longitude="-0.15239238739014" StarRating="5" HotelCode="26019|32584" HotelName="The Dorchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Park Lane, Mayfair, London W1K 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/66/e96652c202ab219efbc385f6aa0156274bb6d33f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located at the heart of London directly opposite Hyde Park and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="936.00" OriginalAmount="936.00">
      <BasicPropertyInfo Latitude="51.507059678518" Longitude="-0.15239238739014" StarRating="5" HotelCode="26019|the_dorchester_hotel_2" HotelName="The Dorchester" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Park Lane, Mayfair, London W1K 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/66/e96652c202ab219efbc385f6aa0156274bb6d33f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located at the heart of London directly opposite Hyde Park and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="945" OriginalAmount="945">
      <BasicPropertyInfo Latitude="51.507059678518" Longitude="-0.15239238739014" StarRating="5" HotelCode="26019|61750" HotelName="The Dorchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Park Lane, Mayfair, London W1K 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/66/e96652c202ab219efbc385f6aa0156274bb6d33f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located at the heart of London directly opposite Hyde Park and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="991.02" OriginalAmount="991.02">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|7548" HotelName="Mandarin Oriental Hyde Park London" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="996.50" OriginalAmount="996.50">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|33234" HotelName="The Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Piccadilly, W1J 9BR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/85/5a85b3d70a7c04685bddea85759e72263baddd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies on Piccadilly, at the heart of London and is the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="998.00" OriginalAmount="998.00">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|claridges" HotelName="Claridge's" 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,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/53/fd53cce645423d26d3411cf132b06d8e56809350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1006.02" OriginalAmount="1006.02">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|32454" HotelName="Claridge's" 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,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/53/fd53cce645423d26d3411cf132b06d8e56809350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1013.98" OriginalAmount="1013.98">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|971323" HotelName="St. James’ Court, A Taj Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1014.19" OriginalAmount="1014.19">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|70394" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1019" OriginalAmount="1019">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|4780" HotelName="The Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/04/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Piccadilly, W1J 9BR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/85/5a85b3d70a7c04685bddea85759e72263baddd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies on Piccadilly, at the heart of London and is the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1027.00" OriginalAmount="1027.00">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|cadogan_hotel" 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 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1028.12" OriginalAmount="1028.12">
      <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 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1029" OriginalAmount="1029">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|37428" HotelName="Claridge's" 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,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/53/fd53cce645423d26d3411cf132b06d8e56809350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1032.04" OriginalAmount="1032.04">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|971325" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1035.81" OriginalAmount="1035.81">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|959705" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1037" OriginalAmount="1037">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|13323" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/04/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1047.97" OriginalAmount="1047.97">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|935437" HotelName="Royal Lancaster London" 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,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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1055.24" OriginalAmount="1055.24">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|107254" HotelName="The Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1069.49" OriginalAmount="1069.49">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|150170" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1090.07" OriginalAmount="1090.07">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|107253" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1251.91" OriginalAmount="1251.91">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|066192" HotelName="Brown's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1258.16" OriginalAmount="1258.16">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|710942" HotelName="Meliá White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1305.00" OriginalAmount="1305.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|837418" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1410.75" OriginalAmount="1410.75">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|826240" HotelName="The Capital" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="8660" OriginalAmount="8660">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986370|425592" HotelName="Soho Lofts by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Bourchier Street, Soho, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/34/1a349835341f5292557d0298f2e32bb74091c9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Air Conditioning,Central Heating,Laundry,Lounge,Massage Centre,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Shopping Arcade,Swimming Pool,Wheelchair Access,Heated Pool,Jacuzzi,Sauna,Spa,Garden,Golf,Nightclub,Kitchen,Wake-up Call Service,24 Hour Power Supply,24 Hour Security,Printer,24 Hour Front Desk,Concierge,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Parking,24 Hour Room Service,ATM/Cash Machine,Beauty Salon,Business Centre,Coffee Shop,Dry Cleaning,Library,Meeting Room,Airport Transfer (on Demand),Banquet Hall,Valet Parking,Smoking Rooms,Dining,Pets allowed,Babysitting,Boutique,Porter</BasicAmenities>
    <HotelRating>4,5,3.5,3,4.5,2,1.5,2.5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,APARTMENT HOTEL,ECO HOTEL,SPA HOTEL,AIRPORT HOTEL,HOTEL,HOTEL DE CHARME,HOSTEL,GUESTHOUSE,CLUB RESORT,APARTHOTEL,COUNTRY HOUSE,GUEST HOUSES,HOSTELS,INNS,APARTMENT,BED AND BREAKFASTS,BOUTIQUE HOTEL,RESIDENCES</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
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 877|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-02-25T08:03:21.6630276+00:00" Version="0" EchoToken="Search" TransactionIdentifier="3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="47.00" OriginalAmount="47.00">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|ibis_budget_london_hounslow" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Laundry</BasicAmenities>
    <HotelRating>2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY</Meals>
  </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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|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="3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-04-24T00:00:00" End="2026-04-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="986374" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 877|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|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="3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-04-24T00:00:00" End="2026-04-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="28980" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="GB" 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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-02-25T08:03:51.5970906+00:00" Version="0" EchoToken="Search" TransactionIdentifier="3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|holiday_inn_london_heathrow_ariel" HotelName="Best Western London Heathrow Ariel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service</BasicAmenities>
    <HotelRating>3</HotelRating>
    <BedType />
    <Meals>ROOM ONLY</Meals>
    <PropertyType>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
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-04-24T00:00:00" End="2026-04-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="13247|2071875" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="United Kingdom" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 877|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="3ac9f3e4-1745-4c21-b9e5-3e7fc3ab192b" TimeStamp="0001-01-01T00:00:00" HotelName="ibis London Heathrow Airport Hotel" HotelCode="13247|106395" StarRating="3" GTCityId="40324" CountryCode="GB" CityName="London" CountryName="United Kingdom" Address="112 Bath Road, Hayes, Middlesex, London Heathrow Airport, London UB3 5AL" PostCode="UB3 5AL" PhoneNo="+442087594888" FaxNo="+442085647894" Email="H0794@accor.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="51.48083" Longitude="-0.430632" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|0|1296353245|1772006643007510B2164B1||no|2071875|16|NTcuNjV8R0JQfDIwMjYtMDQtMjQ=" OriginalAmount="0" TotalPrice="57.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 20/04/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-20T00:00:00" End="2026-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="0|0|1296345435|1772006643007510B2164B11||no|2071875|16|NTcuNjV8R0JQfDIwMjYtMDQtMjQ=" OriginalAmount="0" TotalPrice="57.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 20/04/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-20T00:00:00" End="2026-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SWEET, DOUBLE BED" RoomTypeCode="0|0|1341888095|1772006643007510B2164B6||no|2071875|16|NTcuNjV8R0JQfDIwMjYtMDQtMjQ=" OriginalAmount="0" TotalPrice="57.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 20/04/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-20T00:00:00" End="2026-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room" RoomTypeCode="236857763|1|60|27|NjB8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T08:04:06.1422524+00:00" End="2026-04-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room" RoomTypeCode="236857771|1|60|27|NjB8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T08:04:06.2983914+00:00" End="2026-04-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Ibis" RoomTypeCode="236860055|1|60|27|NjB8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T08:04:06.9083744+00:00" End="2026-04-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SWEET, KING BED" RoomTypeCode="0|0|1451134505|1772006643070572B2120B8||yes|2071875|16|NjIuMTB8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="62.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="62.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard" RoomTypeCode="0|0|38026655|1772006643021509B2136B0||yes|2071875|16|NjQuNDd8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="64.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="64.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|0|1296363045|1772006643077887B2153B12||yes|2071875|16|NjUuNTV8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="65.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="65.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|0|1296354735|1772006643077887B2153B16||yes|2071875|16|NjUuNTV8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="65.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="65.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room with 1 double bed" RoomTypeCode="20260424$20260425$W$164$106395$DBL.DB$ID_B2B_97$RO$APFLMRA1$1~2~0$$N@07~A-SIC~2004b~538116762~N~~~NOR~~8805B19367BD457177200656222805AAUK0517038300200921542|8|NjYuMjF8R0JQfDIwMjYtMDQtMjM=" OriginalAmount="0" TotalPrice="66.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="66.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Brand New: Double SweetRoom by ibis" RoomTypeCode="20260424$20260425$W$164$106395$DBL.ST$ID_B2B_97$RO$APFLMRA1$1~2~0$$N@07~A-SIC~2004b~2131924797~N~~~NOR~~8805B19367BD457177200656222805AAUK0517038300200921542|8|NjYuMjF8R0JQfDIwMjYtMDQtMjM=" OriginalAmount="0" TotalPrice="66.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="66.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room with 2 beds" RoomTypeCode="20260424$20260425$W$164$106395$TWN.2B$ID_B2B_97$RO$APFLMRA1$1~2~0$$N@07~A-SIC~2004b~858053615~N~~~NOR~~8805B19367BD457177200656222805AAUK0517038300200921542|8|NjYuMjF8R0JQfDIwMjYtMDQtMjM=" OriginalAmount="0" TotalPrice="66.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="66.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TWIN BEDS, ACCESSIBLE" RoomTypeCode="0|0|1296353305|1772006644038233B2119B20||yes|2071875|16|NjcuMjZ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="67.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="4|1331|1296353245|1772006643007510B2164B2||yes|2071875|16|NjguNjJ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="68.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="68.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="4|1331|1296345435|1772006643007510B2164B12||yes|2071875|16|NjguNjJ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="68.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="68.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SWEET, DOUBLE BED" RoomTypeCode="3|1331|1341888095|1772006643007510B2164B7||yes|2071875|16|NjguNjJ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="68.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="68.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, DOUBLE BED, WITH EXTRA BED" RoomTypeCode="0|0|1296332445|1772006643007510B2164B16||no|2071875|16|NjkuMTd8R0JQfDIwMjYtMDQtMjQ=" OriginalAmount="0" TotalPrice="69.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 20/04/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-20T00:00:00" End="2026-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="69.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Family" RoomTypeCode="236858166|1|72|27|NzJ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T08:04:07.0655145+00:00" End="2026-04-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Room Assigned on Arrival" RoomTypeCode="0|0|186314775|1772006643017161B2095B20||yes|2071875|16|NzMuNzJ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="73.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="73.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, MULTIPLE BEDS" RoomTypeCode="0|0|1296409745|1772006643017770B2129B15||yes|2071875|16|NzMuOTd8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="73.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and debit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately GBP 13.50 for adults and GBP 6.75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: GBP 6.8 per person (one-way)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: GBP 18 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: GBP 10 per pet, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: GBP 30 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out fee: GBP 30 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The photos in this description reflect the brand standard and are provided for illustrative purposes only. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 14.97 USD (This amount is included within the total price). NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="73.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Family room - Double" RoomTypeCode="141769138|1|74|27|NzR8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T08:04:07.2959514+00:00" End="2026-04-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DOUBLE STANDARD" RoomTypeCode="20260424$20260425$W$164$106395$DBL.ST-1$ID_B2B_87$RO$B2BEUXX$1~2~0$$N@07~A-SIC~2164b~-425568334~N~~~NOR~~8805B19367BD457177200656222805AAUK051703830020092164b|8|NzUuMjJ8R0JQfDIwMjYtMDQtMjI=" OriginalAmount="0" TotalPrice="75.22" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-18T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="12.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Accessible Room with 2 single beds" RoomTypeCode="20260424$20260425$W$164$106395$TWN.ST$ID_B2B_87$RO$B2BEUXX$1~2~0$$N@07~A-SIC~2164b~856823411~N~~~NOR~~8805B19367BD457177200656222805AAUK051703830020092164b|8|NzUuMjJ8R0JQfDIwMjYtMDQtMjI=" OriginalAmount="0" TotalPrice="75.22" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-18T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="12.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLASSIC, FAMILY" RoomTypeCode="0|0|1296353315|1772006643007510B2164B21||no|2071875|16|NzUuMzN8R0JQfDIwMjYtMDQtMjQ=" OriginalAmount="0" TotalPrice="75.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 20/04/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly...&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-20T00:00:00" End="2026-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="75.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Family" RoomTypeCode="0|0|1086688625|1772006643035928B2058B1||yes|2071875|16|NzUuNDd8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="75.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="75.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Family room" RoomTypeCode="271992896|1|76|27|NzZ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T08:04:07.4426348+00:00" End="2026-04-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, KING BED" RoomTypeCode="0|1331|1326650595|1772006643070572B2120B42||yes|2071875|16|NzYuMjh8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="76.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="76.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, 1 DOUBLE AND 1 SINGLE BED" RoomTypeCode="0|0|1296719485|1772006644038233B2119B25||yes|2071875|16|NzcuMDd8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="77.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Family room - Classic" RoomTypeCode="236857528|1|79|27|Nzl8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T08:04:07.6019673+00:00" End="2026-04-25T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Family room with 1 double bed + 1 extra bed" RoomTypeCode="20260424$20260425$W$164$106395$FAM.DB$ID_B2B_97$RO$APFLMRA1$1~2~0$$N@07~A-SIC~2005a~719132823~N~~~NOR~~8805B19367BD457177200656222805AAUK0517038300200922e4f|8|NzkuNDZ8R0JQfDIwMjYtMDQtMjM=" OriginalAmount="0" TotalPrice="79.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLASSIC, FAMILY, KING BED" RoomTypeCode="0|0|1351750145|1772006643070572B2120B31||yes|2071875|16|ODEuMTl8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="81.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="81.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, DOUBLE BED, WITH EXTRA BED" RoomTypeCode="2|1331|1296332445|1772006643007510B2164B17||yes|2071875|16|ODIuMzR8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="82.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY, DOUBLE BED" RoomTypeCode="0|0|1296384065|1772006643070572B2120B40||yes|2071875|16|ODIuODJ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="82.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Classic Family Room" RoomTypeCode="20260424$20260425$W$164$106395$FAM.AS$ID_B2B_97$RO$APFLMRA1$1~2~0$$N@07~A-SIC~20062~-501065320~N~~~NOR~~8805B19367BD457177200656222805AAUK0517038300200923456|8|ODYuNTJ8R0JQfDIwMjYtMDQtMjM=" OriginalAmount="0" TotalPrice="86.52" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="86.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="2|1331|1296354735|1772006643077887B2153B18||no|2071875|16|ODkuMTF8R0JQfDIwMjYtMDQtMjI=" OriginalAmount="0" TotalPrice="89.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-18T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="89.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CLASSIC, FAMILY" RoomTypeCode="2|1331|1296353315|1772006643007510B2164B22||yes|2071875|16|ODkuNjZ8R0JQfDIwMjYtMDItMjU=" OriginalAmount="0" TotalPrice="89.66" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-02-25T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="89.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY ROOM STANDARD" RoomTypeCode="20260424$20260425$W$164$106395$FAM.ST$ID_B2B_87$RO$B2BEUXX$1~2~0$$N@07~A-SIC~2475a~129744690~N~~~NOR~~8805B19367BD457177200656222805AAUK051703830020092475a|8|OTAuNzF8R0JQfDIwMjYtMDQtMjI=" OriginalAmount="0" TotalPrice="90.71" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-18T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="14.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, 1 DOUBLE AND 1 SINGLE BED" RoomTypeCode="2|1331|1296719485|1772006644038233B2119B27||no|2071875|16|OTkuMzF8R0JQfDIwMjYtMDQtMjI=" OriginalAmount="0" TotalPrice="99.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-18T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="99.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Twin room" RoomTypeCode="252407377|4|127|27|MTI3fEdCUHwyMDI2LTA0LTIz" OriginalAmount="0" TotalPrice="127" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T12:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room" RoomTypeCode="252407378|4|127|27|MTI3fEdCUHwyMDI2LTA0LTIz" OriginalAmount="0" TotalPrice="127" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T12:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room - Ibis" RoomTypeCode="252407376|4|127|27|MTI3fEdCUHwyMDI2LTA0LTIz" OriginalAmount="0" TotalPrice="127" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T12:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room - Family" RoomTypeCode="252407510|4|141|27|MTQxfEdCUHwyMDI2LTA0LTIz" OriginalAmount="0" TotalPrice="141" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T12:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="4|1334|1296363045|1772006644038233B2119B19||no|2071875|16|MTQyLjUyfEdCUHwyMDI2LTA0LTIx" OriginalAmount="0" TotalPrice="142.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-17T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="142.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: ROOM, TWIN BEDS, ACCESSIBLE" RoomTypeCode="4|1334|1296353305|1772006644038233B2119B24||no|2071875|16|MTQyLjUyfEdCUHwyMDI2LTA0LTIx" OriginalAmount="0" TotalPrice="142.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-17T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="142.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Family room - Double" RoomTypeCode="141769137|4|145|27|MTQ1fEdCUHwyMDI2LTA0LTIz" OriginalAmount="0" TotalPrice="145" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T09:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: FAMILY, MULTIPLE BEDS" RoomTypeCode="7|1334|1296409745|1772006643017770B2129B17||no|2071875|16|MTQ1LjA1fEdCUHwyMDI2LTA0LTI0" OriginalAmount="0" TotalPrice="145.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 20/04/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards and debit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately GBP 13.50 for adults and GBP 6.75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: GBP 6.8 per person (one-way)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Uncovered self parking fee: GBP 18 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: GBP 10 per pet, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: GBP 30 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out fee: GBP 30 (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The photos in this description reflect the brand standard and are provided for illustrative purposes only. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section). &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 29.35 USD (This amount is included within the total price).&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-20T00:00:00" End="2026-04-21T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="145.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Family room - Classic" RoomTypeCode="252407358|4|149|27|MTQ5fEdCUHwyMDI2LTA0LTIz" OriginalAmount="0" TotalPrice="149" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T12:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Family" RoomTypeCode="4|1334|1086688625|1772006643006847B2172B8||no|2071875|16|MTUwLjAxfEdCUHwyMDI2LTA0LTIz" OriginalAmount="0" TotalPrice="150.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-19T00:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="150.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Family room" RoomTypeCode="257856638|4|151|27|MTUxfEdCUHwyMDI2LTA0LTIy" OriginalAmount="0" TotalPrice="151" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 18/04/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="true" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="true" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Radio|Internet access|Carpeting|Air conditioning (centrally regulated)|Central Heating|TV|Double Bed|Heating (individually regulated)|Tea/coffee maker|Wheelchair access</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-04-18T11:00:00" End="2026-04-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/30/11/3011dc0d5bc6300aee1154292676b19c8fcabb94.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/bb/ebbb21d50ff62fa3c829911b2f33f26acb0d62d2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/41/3a/413a6ad2f6336bd1df525222e7f72bd2e4279448.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/16/78/167832b6ac86cc4bf6aa18b724dad9e4688f5b37.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/72/2c/722caab33ff35135c65412ab6c8ab8b5bc0c6fd8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ac/5f/ac5fda44d90631b2f575ecb4b4f6fbb3a5b22a6d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/78/56/7856d7b4bbb7562f4633020852846b81c8f69393.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ff/b7/ffb72853f6e1e539364c2845e0c39d707a5e3e69.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/34/cb/34cbe26c8a257efd555b7719e81b9b0f8881f8fa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bb/30/bb302b3a25ca3e0c36e4482676b9821f462d8205.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/fe/b5feeb9f0b9911d05246143373063639bf9daf33.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/26/33/263370a4b3798652419fec7e84d8e570b637edbc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/02/cf/02cfd92e7376bff10afb34a8304990ea8037810d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/ef/0aef23b2a4840b880d4f2f5436d96ad0b1f72523.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/f5/4cf5903b7720dc3863186dbd31beccab3a90318a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/25/02/2502499e9790270b975f0297ad0223bd77445b04.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ac/73/ac73cb91afecde806a703e4415709c8b4940ff86.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/13/28/13284750834993a040c945166ca4f2fb3ea3513d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0b/cd/0bcd8f605377ab86dee774c5a09474217bf60888.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3e/13/3e13b029b679c84ae0a897abafccbc8457d6116d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ce/dc/cedc96b95f405c674ed601dd566731bb51cd245e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/56/24/56244075957b0ab429cb7d9d51cf84d9b216bb31.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/10/0b/100b692405f2c38d8c521c4218e07ce3262b3dce.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0a/f8/0af8f87f2da1e955b1c796967ff839af36a00434.PNG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent public transport links as well as fast food restaurants and a bowling alley next door. The hotel also offers easy access to the M4 and M25 motorways, as well as local attractions, including Windsor Castle, Kew Gardens and Legoland.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has a lift and features 351 non-smoking rooms, including 262 single rooms and 82 double rooms. The reception desk is open round the clock. Amenities include a cloakroom, baggage storage service, safe and cash machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has wheelchair-accessible facilities. Additional facilities include a TV room. Parking spaces are available to guests travelling by car. Other services include a transfer service, room service, a laundry service and a coin-operated laundry.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms are equipped with air conditioning and individually adjustable heating. All rooms are carpeted and include a double bed. Guests will also find a tea/coffee station included among the standard features. A direct dial telephone, a TV, a radio and WiFi ensure optimal comfort. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. Family rooms are available for parents with children.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;Fine weather can be enjoyed on the terrace. For those who wish to stay active while on holiday, the hotel offers golf. Copyright GIATA 2004 - 2022. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Guests can choose options including breakfast, lunch and dinner.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the accommodation: American Express, VISA, Diners Club, JCB and MasterCard.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>44-208-56 478 94</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>44-208-759 48 88</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Located on main road</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>1985</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2008</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>351</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Single Rooms</Description><Value>262</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Double Rooms</Description><Value>82</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>JCB</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Cloakroom</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with air conditioning </Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with non-smoking area</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s) with high-chairs</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>TV Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Pets</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Set menu lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>à la carte Dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Golf</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>3000 Meters</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective hygiene screens</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Social distancing regulations</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Enhanced cleaning programme</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Contactless check-in/-out</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Hand sanitiser</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Health checks on staff</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Use of commercially available disinfectants</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Protective equipment for employees</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Hygiene</Type><Description>Time interval between room bookings</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|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="0bbf6aaf-8f87-4ed8-a82d-20c1cd150815">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-03-20T00:00:00" End="2026-03-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="GB" 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
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|VeturisSearch|successfull supplier interation||Veturis|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
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|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
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|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
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|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
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|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
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|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
0bbf6aaf-8f87-4ed8-a82d-20c1cd150815|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-02-25T08:19:42.5494893+00:00" Version="0" EchoToken="Search" TransactionIdentifier="0bbf6aaf-8f87-4ed8-a82d-20c1cd150815" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="25.00" OriginalAmount="25.00">
      <BasicPropertyInfo Latitude="51.475777" Longitude="-0.037176" StarRating="2" HotelCode="170193|new_cross_inn_hostel" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located only some 5 minutes' walk from New Cross Station, Goldsmiths College and The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.00" OriginalAmount="34.00">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|park_hotel_ilford" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.00" OriginalAmount="37.00">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|journeys_greenwich_west_hostel" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.00" OriginalAmount="38.00">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|woodlands_lodge_ilford" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.00" OriginalAmount="40.00">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|lucky_8_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.00" OriginalAmount="40.00">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|the_old_oak_tree_inn" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.00" OriginalAmount="42.00">
      <BasicPropertyInfo Latitude="51.4704235" Longitude="-0.3667324" StarRating="4" HotelCode="114581|crompton_guest_house" HotelName="Crompton Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Lampton Road, Hounslow, Middlesex TW3 1JG, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c2/86c259fea2b23411932c8338c1d9a2e295777121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.08" OriginalAmount="42.08">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|609005" HotelName="Cranbrook" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43" OriginalAmount="43">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|169512" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.00" OriginalAmount="43.00">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|britannia_inn_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.10" OriginalAmount="43.10">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|1062028" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is 1,5 km from the Hounslow West tube station and 3 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing comfortable, good value accommodation, Premier Inn Hayes (Heathrow) is situated in close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.13" OriginalAmount="44.13">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|351195" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45" OriginalAmount="45">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.00" OriginalAmount="45.00">
      <BasicPropertyInfo Latitude="51.4850475" Longitude="-0.4422486" StarRating="2" HotelCode="199581|apple_house_guest_house_heathrow_airport" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Apple House Guest House Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46" OriginalAmount="46">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46" OriginalAmount="46">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.00" OriginalAmount="46.00">
      <BasicPropertyInfo Latitude="51.553607017664" Longitude="0.033790469169617" StarRating="2" HotelCode="94551|forest_gate_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Forest Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.00" OriginalAmount="46.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|travelodge_feltham" HotelName="Travelodge London Feltham" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.00" OriginalAmount="46.00">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|the_bank_hotel_2" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.41" OriginalAmount="46.41">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|2071875" 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>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="46.92" OriginalAmount="46.92">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|8907" HotelName="Best Western London Heathrow Ariel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.00" OriginalAmount="47.00">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|the_crystal_lodge_hotel" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064cc89e097179263723ccce9808c7909abfac8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.98" OriginalAmount="47.98">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|346405" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48" OriginalAmount="48">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48" OriginalAmount="48">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48" OriginalAmount="48">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.00" OriginalAmount="48.00">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|best_western_ilford" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford Station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <BasicPropertyInfo Latitude="51.481488838842" Longitude="-0.44854511946674" StarRating="3" HotelCode="460824|223890" HotelName="ibis Styles London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this Premier Inn is just 1 mile from Heathrow airport. Ideally located wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.00" OriginalAmount="49.00">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|travelodge_london_hounslow" HotelName="Travelodge London Hounslow" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.00" OriginalAmount="49.00">
      <BasicPropertyInfo Latitude="51.563977" Longitude="0.065688" StarRating="3" HotelCode="915074|arinza_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arinza Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.44" OriginalAmount="49.44">
      <BasicPropertyInfo Latitude="51.557313" Longitude="0.07302" StarRating="2" HotelCode="114929|2422595" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.00" OriginalAmount="50.00">
      <BasicPropertyInfo Latitude="51.56052292" Longitude="0.06982376" StarRating="4" HotelCode="547518|signature_hotel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51" OriginalAmount="51">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="51.00">
      <BasicPropertyInfo Latitude="51.38732339" Longitude="-0.10770416" StarRating="3" HotelCode="520100|cedars_house_hotel" HotelName="Cedars House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Campbell Road, Croydon, England CR0 2SQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/82/798238439af0cc41900b07fe3f18c571eb1552a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52" OriginalAmount="52">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52" OriginalAmount="52">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.46" OriginalAmount="52.46">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|32894" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53" OriginalAmount="53">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the A4 Bath Road and is very close to good transport links to London, Houns...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53" OriginalAmount="53">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53" OriginalAmount="53">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53" OriginalAmount="53">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.00" OriginalAmount="53.00">
      <BasicPropertyInfo Latitude="51.51201" Longitude="-0.412033" StarRating="2" HotelCode="148742|heathrow_inn_2" HotelName="Heathrow Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Coldharbour Lane, Hayes, Greater London UB3 3HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/0d/3e0d2f910cb4dcaf5f6e25514895ef0a1fb04199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Heathrow Inn.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.92" OriginalAmount="53.92">
      <BasicPropertyInfo Latitude="51.486409" Longitude="-0.197955" StarRating="2" HotelCode="14114|468065" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a convenient location opposite Kensal Green Underground Station, right in front of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.00" OriginalAmount="54.00">
      <BasicPropertyInfo Latitude="51.541270966214" Longitude="-0.26164692899101" StarRating="3" HotelCode="145163|bridge_park_hotel" HotelName="The Bridge Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.00" OriginalAmount="54.00">
      <BasicPropertyInfo Latitude="51.474755753252" Longitude="-0.18868750674596" StarRating="1" HotelCode="432735|queen_elizabeth_hostel" HotelName="Queen Elizabeth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 Bagleys Lane, Hammersmith and Fulham, London, SW6 2BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/07/a9071ce9d6dd6c0531797742b2772c2fee5ebb54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.78" OriginalAmount="54.78">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|32374" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55" OriginalAmount="55">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.00" OriginalAmount="55.00">
      <BasicPropertyInfo Latitude="51.581039894104" Longitude="0.23742914199829" StarRating="3" HotelCode="97102|palms_hotel" HotelName="Palms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mount Pleasant Farm, Southend Arterial Road, Hornchurch, Essex RM11 3UJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/5552ca0ef21cea771c1ecec3990f621107ff68b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56" OriginalAmount="56">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Premier Inn London Hendon is located in North London, only 30 mins to central London by train\n\nPre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.54678911" Longitude="-0.47851677" StarRating="2" HotelCode="114938|travelodge_london_uxbridge" HotelName="Travelodge London Uxbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bakers Road, Colham House, Uxbridge UB8 1RG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/37/c2370d5443825cec927966b46e12118d0f97e45e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.525458" Longitude="-0.125797" StarRating="2" HotelCode="148308|goodwood_hotel" HotelName="Goodwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|best_western_plus_park_grand_london_heathrow_gateway" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.41013" Longitude="-0.30098" StarRating="2" HotelCode="199807|travelodge_kingston_upon_thames_central" HotelName="Travelodge Kingston Upon Thames Central" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="901449|oakwood_bed_and_breakfast_heathrow" HotelName="Oakwood Bed and Breakfast Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Station Road, West Drayton UB7 7ND, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/45/03456494bdf18a91d6511588adf3775906b2a3a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oakwood Bed and Breakfast Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.02" OriginalAmount="56.02">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|856875" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this hotel is just 1.6 km from Heathrow Terminal 5. The hotel boasts a Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.368511" Longitude="-0.099696" StarRating="3" HotelCode="154374|tulsi_croydon_aparthotel" HotelName="Flexistay Tulsi ApartHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>256 High Street, Croydon CR0 1NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/4e/da4ea745fdf6a7f68cfcec8f503ed8dfae70ae64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|city_view_hotel__roman_road_market" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is City View Hotel Roman Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.4802948886" Longitude="-0.41473552820275" StarRating="3" HotelCode="599677|moxy_london_heathrow_airport" HotelName="Moxy London Heathrow Airport" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|palmers_lodge_swiss_cottage" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse is located near Swiss Cottage or Finchley Road tube stations and in a few minutes gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated a 5-minute walk from East Croydon railway station with a 15-minute train service to the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Located 1 km from the Edgware Tube Central Station, 2 km from Edware Center and Canons Park, 3 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.465660086616" Longitude="-0.18006473779678" StarRating="3" HotelCode="36918|travelodge_battersea" HotelName="Travelodge London Battersea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 York Road, Battersea, London SW11 3SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d2/b1d216706b9dd28bd9b828b74dc9b4f3073da4fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a wide variety of food and drink choices within easy walking distance from the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|boston_manor_hotel" HotelName="Boston Manor" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.54257137" Longitude="-0.49027423" StarRating="3" HotelCode="467791|premier_inn_london_uxbridge" HotelName="Premier Inn London Uxbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Phase 500, Riverside Way, Uxbridge UB8 2YF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/0c/920c6d7ade2dcf05b569f1322b4f25504818768d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.41304511" Longitude="-0.12410182" StarRating="3" HotelCode="630322|guest_house_london_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 7.3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|king_solomon_hotel" HotelName="King Solomon" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.56473086" Longitude="0.1101416" StarRating="0" HotelCode="817969|ilford_hotel_goodmayes" HotelName="Ilford Hotel Goodmayes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>66 Goodmayes Road, Ilford IG3 9UR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2d/562d41811020177df434bbfae474b6dd964be94e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|tudor_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.93" OriginalAmount="60.93">
      <BasicPropertyInfo Latitude="51.529199627244" Longitude="-0.29108941555023" StarRating="3" HotelCode="262251|315932" HotelName="Premier Inn London Hanger Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|holiday_inn_london__sutton" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.462039" Longitude="-0.298364" StarRating="2" HotelCode="104146|shandon_house" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys a central location in Richmond. It is situated close to the rail, underground...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.502987" Longitude="-0.306702" StarRating="3" HotelCode="189722|aron_guesthouse" HotelName="Aron Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 South Ealing Road, London W5 4QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fc/d4fc1af28f49235259fc56ac2dd420ecb735662d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|the_whitechapel_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.04" OriginalAmount="61.04">
      <BasicPropertyInfo StarRating="4" HotelCode="|217546" HotelName="Signature London" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CRANBRROK ROAD 62-64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/5/4/6/217546_d2b70401158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <BasicPropertyInfo Latitude="51.53287859" Longitude="-0.4761507" StarRating="3" HotelCode="331725|456051" HotelName="Lancaster Hotel and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kingston Lane, Brunel University London, Uxbridge, Middlesex, UB8 3PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f2/0cf2263fe27ac1eed73873138e3cf5530ace1054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lancaster Hotel and Spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.42654863" Longitude="-0.33346181" StarRating="2" HotelCode="199819|travelodge_london_teddington" HotelName="Travelodge London Teddington" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.39804562" Longitude="-0.17237462" StarRating="2" HotelCode="352807|casuarina_tree" HotelName="Casuarina Tree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>407 London Road, Mitcham, Surrey CR4 4BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/d6/0dd60df54f07d1a510ce486279229652c24a0c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Mitcham.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.62269825" Longitude="-0.27793154" StarRating="0" HotelCode="785809|edgware_bb" HotelName="Edgware Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.56" OriginalAmount="62.56">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|62134" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.89" OriginalAmount="62.89">
      <BasicPropertyInfo Latitude="51.414106" Longitude="-0.180625" StarRating="3" HotelCode="152865|316016" HotelName="Premier Inn London Wimbledon South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within easy reach of Colliers Wood underground station\n\nIdeally located within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.576969318975" Longitude="0.17814733862303" StarRating="3" HotelCode="199303|gidea_park_hotel" HotelName="Gidea Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115 Main Road, Romford, Greater London RM2 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bfa8becfaa6b75d115875326938df0c550587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Gidea Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.477034361075" Longitude="-0.40484860034815" StarRating="3" HotelCode="405602|london_plus_heathrow" HotelName="London Plus Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Woodfield Road, Hounslow, Greater London TW4 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/4f/8f4fdddea4e9d5663de7da3b3a785c9effff9998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.4934343" Longitude="-0.20603427" StarRating="2" HotelCode="519457|23_" HotelName="23" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Matheson Road, London W14 8SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/4d/d84d392ba4ba79f1da2567421e0b9174bd294772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64" OriginalAmount="64">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.49378838" Longitude="-0.18987626" StarRating="2" HotelCode="409058|anwar_house" HotelName="Anwar House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/03/2026" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anwar House in London (Kensington), you'll be conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.40968467" Longitude="-0.23192575" StarRating="2" HotelCode="475608|travelodge_london_raynes_park" HotelName="Travelodge London Raynes Park" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.52161274" Longitude="-0.04694868" StarRating="4" HotelCode="493245|london_suites_2" HotelName="London Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>230A Mile End Road, London, England E1 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c1/e6c1961d81d75c24afe51b86999cd5dd1778235b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.4663643" Longitude="-0.42073768" StarRating="3" HotelCode="780895|atrium_hotel_heathrow" HotelName="Atrium Hotel Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65" OriginalAmount="65">
      <BasicPropertyInfo Latitude="51.453717757141" Longitude="-0.33758416771889" StarRating="3" HotelCode="164150|487284" HotelName="Twickenham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Russell Road, Twickenham TW2 7QT, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d5/b3d5ff009b9ee05f3732ef6bd7295c710058fc83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Twickenham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.471743585025" Longitude="-0.38179372023774" StarRating="2" HotelCode="147716|the_firs_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area just a few hundred metres from Hounslow West underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|novotel_london_brentford" HotelName="Novotel London Brentford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|northfields_hostel" HotelName="Northfields Hostel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.507825996468" Longitude="-0.27304219517714" StarRating="4" HotelCode="489498|the_kings_head_hotel_15" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.59700827" Longitude="-0.11069898" StarRating="3" HotelCode="568838|green_rooms_2" HotelName="Green Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>13-27 Station Road, Wood Green, London N22 6UW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/fb/d7fb77ee88386576f23003579d7fb2bd72cf0abf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.56211915" Longitude="0.0702969" StarRating="0" HotelCode="957477|wellesley_hotel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.70" OriginalAmount="65.70">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|1091618" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London Croydon Aerodrome Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <BasicPropertyInfo Latitude="51.582924942108" Longitude="0.18881678581238" StarRating="3" HotelCode="164362|456952" HotelName="Harefield Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Main Road, Romford, Essex RM1 3DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/3b/673b15fa6a5cd95e8f5a6fa79c358a65af908397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Harefield Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Positioned alongside the A406 north circular, transport into east London from here is easy\n\nPositi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.5066264527" Longitude="-0.24444177746773" StarRating="2" HotelCode="189752|hotel261" HotelName="Hotel 261" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.4106038" Longitude="0.0098132" StarRating="2" HotelCode="264938|travelodge_london_bromley" HotelName="Travelodge London Bromley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 London Road, Bromley, Kent BR1 1DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/11/02113485c02bd91ba36c57a171bf270aec34a42e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|kathleen_house" HotelName="Kathleen House" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|holiday_inn_london_heathrow_bath_road" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.50429021" Longitude="-0.24513025" StarRating="0" HotelCode="969091|shepherds_bush_flats_" HotelName="Shepherd's Bush Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Elmo Road, Shepherd Bush, London W12 9EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b06197979e11751f074c0f57ac309fd3c4da600.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.59" OriginalAmount="66.59">
      <BasicPropertyInfo Latitude="51.560459" Longitude="0.069839000000002" StarRating="3" HotelCode="284651|231087" HotelName="Best Western Greater London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.56041482326" Longitude="0.067327501422596" StarRating="2" HotelCode="282841|best_inn_hotel" HotelName="Best Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Road, Ilford IG1 3BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/1b/451b217b86aaf6aec914ed9189ed019b893ea349.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.52545072" Longitude="-0.12598619" StarRating="3" HotelCode="442191|albany_hotel_4" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.47732429" Longitude="-0.01505847" StarRating="3" HotelCode="496620|travelodge_london_greenwich_high_road" HotelName="Travelodge London Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;"Our London Greenwich High Road hotel is surrounded by must-see attractions like the Cutty Sark and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.57648785" Longitude="-0.02977875" StarRating="0" HotelCode="519616|the_commongate" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.4751637" Longitude="-0.33592561" StarRating="2.5" HotelCode="580093|the_bridge_inn_3" HotelName="The Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|405705" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.486393361705" Longitude="-0.084261813491821" StarRating="1" HotelCode="94591|hour_glass_hotel" HotelName="Hour Glass Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Beaconsfield Road, Southwark, London SE17 2BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/8a/828aa64887fd9b34df8da96660c029f4ca6e8e8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Elephant and Castle with easy access to many of London's fascinating attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|holiday_inn_london__heathrow" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.03" OriginalAmount="68.03">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|2422605" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.35" OriginalAmount="68.35">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|385715" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located outside of the city, close to a selection of nightclubs (50 m). Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.37" OriginalAmount="68.37">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|384345" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.56" OriginalAmount="68.56">
      <BasicPropertyInfo Latitude="51.525894155483" Longitude="-0.45486078604256" StarRating="3" HotelCode="146745|4667995" HotelName="Debden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42 Pield Health Road, Hillingdon, Middlesex UB8 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/0d/d90d0472a0d804b82be7f6ab6d5aa56745828be5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Debden Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.68" OriginalAmount="68.68">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|313848" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.71" OriginalAmount="68.71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|ibis_london_stratford_2" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|blue_star_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.4907074" Longitude="-0.05346" StarRating="3" HotelCode="267546|london_stay_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London Stay Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|united_lodge_hotel" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|pelican_london_hotel_and_residence_" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.39361743" Longitude="0.0448959" StarRating="0" HotelCode="663159|glendevon_house_hotel" HotelName="Glendevon House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Southborough Road, Bickley, Bromley, Kent BR1 2EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e788d2b83cff1ba587e61668a25f9710f7bb4bcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.5303213" Longitude="-0.47867131" StarRating="0" HotelCode="886448|lyttleton_lodge" HotelName="Lyttleton Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Station Road, Uxbridge UB8 3AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/1f/f01f437049c8b2f4cceb21f10c2e247f0e601747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.27" OriginalAmount="69.27">
      <BasicPropertyInfo StarRating="2" HotelCode="|282112" HotelName="Quality Inn London" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>400 GOP Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/1/1/2/282112_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.70" OriginalAmount="69.70">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|6651" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.481547" Longitude="-0.43671" StarRating="4" HotelCode="28976|32354" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located beside Heathrow Airport and offers quick access to the terminals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|heathrow_hotel_bath_road" HotelName="Hyatt Place London Heathrow 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|chelsea_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.416995" Longitude="-0.21595396666667" StarRating="4" HotelCode="199823|the_wimbledon_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.564921289556" Longitude="0.10105855212032" StarRating="3" HotelCode="335002|ogradys_guesthouse" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is O'Gradys Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.509916693513" Longitude="-0.32486897916795" StarRating="3" HotelCode="445643|holiday_inn_express_londonealing" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.39251691" Longitude="0.12447167" StarRating="0" HotelCode="853209|love_peace" HotelName="Love &amp; Peace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Nightingale Corner, Wotton Green, Orpington BR5 3PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eeb7b5b97b727a26996cb8df76ef7c874f8a09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|so_sienna" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west side of Central London (Hammersmith area), 5 minutes with the unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986200|courtyard_by_marriott_london_heathrow_airport" HotelName="Courtyard London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Nobel Drive, Harlington, Hayes UB3 5AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/4a/1b4abe679d64bc18b934cd0923ec2e1f71cdc3f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.01" OriginalAmount="70.01">
      <BasicPropertyInfo Latitude="51.54417" Longitude="0.015254" StarRating="2" HotelCode="94564|388415" HotelName="Viking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>162 Romford Road, Stratford, London E15 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/62/23623a0581049502ef5b0dc558362436a798e120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the Borough of Newnham in East London. The establishment e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <BasicPropertyInfo Latitude="51.4363529" Longitude="-0.14518109" StarRating="3" HotelCode="517278|244841" HotelName="Balham Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>204 Bedford Hill, London SW12 9HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e5/7ce5ff3554387a718a92d22a2e6f227587504f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.577558" Longitude="0.186787" StarRating="3" HotelCode="152962|premier_inn_romford_central" HotelName="Premier Inn London Romford Central" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.468213856379" Longitude="-0.14401760179271" StarRating="3" HotelCode="386126|clapham_guest_house" HotelName="Clapham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>685 Wandsworth Road, London SW8 3JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/71/4e71b4879b71cc39b7b962d07f09ac673eb18c4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Clapham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.51681569" Longitude="-0.17358657" StarRating="0" HotelCode="519459|easyhotel_paddington" HotelName="easyHotel London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Norfolk Place, Paddington, London W2 1QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/22/0622e92ccff3059313114389d9bd0e729f15fb2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|easyhotel_south_kensington" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Stansted (STN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|ramada_london_south_ruislip_2" HotelName="Savera Hotel South Ruislip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|travelodge_wembley" HotelName="Travelodge London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|holiday_inn_london__kingston_south" HotelName="Crowne Plaza London - Kingston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|hostel_st_christophers_village" HotelName="St Christopher's at The Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2.5" HotelCode="503026|cricklewood_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.51462505" Longitude="-0.1757595" StarRating="0" HotelCode="780799|paddington_apartments_5" HotelName="Paddington Flat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Spring Street, Paddington, Westminster, London W2 3RA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/47/49471e85e60253d9df4c3132e553ef4d4c8ff04f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.66114533" Longitude="-0.08672" StarRating="0" HotelCode="986041|six_bells_hotels" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73" OriginalAmount="73">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73" OriginalAmount="73">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Travelodge London Ealing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.580207" Longitude="0.14071" StarRating="3" HotelCode="152963|premier_inn_romford_west" HotelName="Premier Inn London Romford West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.493969265746" Longitude="-0.090594291687012" StarRating="2" HotelCode="208409|restup_london" HotelName="RestUp London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>172 New Kent Road, London SE1 4YT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2b/e92b9b631a7dcd2265b433a823b867c19585a783.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is RestUp London Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.585023" Longitude="-0.079369000000042" StarRating="2" HotelCode="296647|fountain_hotel_2" HotelName="The Fountain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Garden,Housekeeping,Internet,Kitchen,LCD/Projector,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>125 Westgreen Road, London N15 5DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/fe/8cfea41a7e9ceeba5869b97793feeb18b69d154d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Fountain in London (Tottenham), you'll be close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|best_western_plus_grims_dyke_hotel" HotelName="Best Western Plus Grim’s Dyke Hotel" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.41897817" Longitude="-0.19885975" StarRating="3" HotelCode="959019|london_wimbledon_broadway" HotelName="Premier Inn London Wimbledon (Broadway)" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.11" OriginalAmount="73.11">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|311644" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.63" OriginalAmount="73.63">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|1439458" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.489595088092" Longitude="-0.19436030171725" StarRating="3" HotelCode="97100|hotel_olympia_13" HotelName="Hotel Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Earl's Court Square, London SW5 9BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/zz/28ad81350d3b738af95070bf7fdd7016c4a06c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Olympia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.517473" Longitude="-0.29106400000001" StarRating="4" HotelCode="158880|hotel_55" HotelName="Hotel 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel 55.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.49887" Longitude="-0.2224" StarRating="3" HotelCode="171244|comfotel_grn" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location, 1 km away from the Hammersmith HMV Apollo, Shepherd’s Bush ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.46679401" Longitude="-0.29138034" StarRating="3" HotelCode="263526|premier_inn_london_richmond" HotelName="Premier Inn London Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The Richmond Premier Inn is ideally situated on the A316 within walking distance of Richmond, Kew an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.41233138" Longitude="-0.02721475" StarRating="4" HotelCode="324850|goodwood_hotel_2" HotelName="Beckenham Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Copers Cope Road, Beckenham, Kent BR3 1NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/17/6c17422dbb00ff3df32ea75d46605444f19ebe37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.49229704" Longitude="-0.19779583" StarRating="2" HotelCode="325687|the_paramount_hotel_3" HotelName="The Paramount" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Nevern Square, London SW5 9PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b5/48b50cfc4546159a7fe2740dc5a759f7e32d391d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.542533137635" Longitude="0.0072334703847901" StarRating="2" HotelCode="323519|london_olympus_hotel_nirvana" HotelName="London Olympus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Romford Road, Stratford, London E15 4LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/25/6d253bf1c17a31664280c301c9ea8c5c0612dc71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|urban_villa" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within 1,5 km of Kew Gardens and a 15-minute drive of Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|premier_inn_london_sidcup" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.51700155" Longitude="-0.07480804" StarRating="3.5" HotelCode="498681|monopoly_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|best_western_london_highbury" HotelName="Best Western London Highbury" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.18" OriginalAmount="74.18">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|382675" HotelName="Clayton Crown Hotel London" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is 650 m from the Woolwich Arsenal train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|st_christophers_inn_greenwich__hostel" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.536251" Longitude="-0.345565" StarRating="3" HotelCode="82358|bridge_hotel_3" HotelName="The Bridge Greenford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Greenford, London UB6 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/99/8b99135aa6adf085a615b1acb576030d8306d112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Greenford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|holiday_inn_express_london_heathrow_t4" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|holland_inn_hotel" HotelName="Holland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located a 5-minute walk from the pubs at Shepherds Bush and near the new Westfield sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.92" OriginalAmount="75.92">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|1081108" HotelName="Lords" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.63734114" Longitude="-0.17230475" StarRating="0" HotelCode="743362|guest_house_ellipse" HotelName="Guest House Ellipse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Buckingham Avenue, London N20 9DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/88/7988d99746d9f17fb2092514585e99a2dd17978b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.626719" Longitude="-0.008948" StarRating="3" HotelCode="915046|ridgeway_hotel_2" HotelName="Ridgeway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>115-117 The Ridgeway, North Chingford, E4 6QU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/3b/62/3b626168d4f895763b69f231ec3060a63061c03b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.04" OriginalAmount="76.04">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This Aparthotel is situated just 5 minutes’ walk from Greenwich Train Station. London Bridge can be ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.07" OriginalAmount="76.07">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|1302148" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.31" OriginalAmount="76.31">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|384795" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located within walking distance of Greenwich train station and 3\n\nConveniently locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.51562647" Longitude="-0.17452312" StarRating="2" HotelCode="324429|sophia_3" HotelName="Hotel Sophia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5A London Street, London W2 1HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/8b/148b01dd4b8937163b5bcb828fa3745c0fa11070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, Hotel Sophia puts everything the city has to offer just outside y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.64555506" Longitude="-0.1436457" StarRating="3" HotelCode="580510|brooklyn_house" HotelName="Brooklyn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Bramley Road, Southgate, Greater London N14 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ac/6fac6796048eb09e0045611719c76743e48cd07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.41202569" Longitude="0.02149359" StarRating="0" HotelCode="663169|avis_hotel" HotelName="Avis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.10" OriginalAmount="77.10">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|386545" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the A4 (Great West Road) which links it to central London (approximat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|garden_view_hotel" 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>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.516385" Longitude="-0.171086" StarRating="3" HotelCode="114702|normandie_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of London and a few minutes' walk from the Heathrow Expre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="151700|macdonald_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.464313263175" Longitude="-0.21354675292969" StarRating="3" HotelCode="189724|mk_hotel_london" HotelName="mk hotel london" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/87/7287d5a134efa753d2511854152d086f9ba285c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.474325966622" Longitude="-0.15710104026448" StarRating="4" HotelCode="244305|so_park_battersea" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.454650262323" Longitude="-0.19229370588528" StarRating="3" HotelCode="335087|premier_inn_london_wandsworth_" HotelName="Premier Inn London Wandsworth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the River Thames is the vibrant up and coming area of Wandsworth\n\nTh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.52835484" Longitude="-0.01856488" StarRating="2" HotelCode="449861|city_lodge_london_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CityLodge London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.46963392" Longitude="-0.36975819" StarRating="3.5" HotelCode="580252|imperial_guest_house_4" HotelName="Imperial Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Bulstrode Road, Hounslow TW3 3AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e6/b7e6732cab418dfd8a775c33461d5185aeb01dde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.52885005" Longitude="-0.12276357" StarRating="0" HotelCode="986153|kx_rooms" HotelName="KX Rooms Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>41 Argyle Square, Kings Cross, Camden, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/dc/3ddc48c77b4bfa2457a664830c94d4ca0f294095.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.19" OriginalAmount="78.19">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|172419" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.21" OriginalAmount="78.21">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|364915" 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>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.63" OriginalAmount="78.63">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|385045" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the south stand of Twickenham Rugby Stadium, London. Guests are ab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.89" OriginalAmount="78.89">
      <BasicPropertyInfo StarRating="3" HotelCode="|234214" HotelName="Metro Star" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Stopford Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/2/1/4/234214_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.14" OriginalAmount="79.14">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|382535" HotelName="Coulsdon Manor Hotel and Golf Club" 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>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>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.62" OriginalAmount="79.62">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|6652" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|33986" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers quick and direct transport links to Gatwick Airport, Victoria and London Bridge fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <BasicPropertyInfo Latitude="51.54259267" Longitude="0.00804689" StarRating="3" HotelCode="902911|199820" HotelName="Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>43 Romford Road, Stratford, London E15 4LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/83/4383ac37d80932de540093aaac1b29a3e2aed61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.584778598751" Longitude="-0.28244528035657" StarRating="3" HotelCode="150302|kingsland_hotel" HotelName="Kingsland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kingsbury Circle, Kingsbury, London NW9 9RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2d/4c2df0a7885430a4e2083ac2f06fd001ad9f6255.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kingsland Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.512283" Longitude="-0.186194" StarRating="1" HotelCode="173552|smart_hyde_park_inn_hostel" HotelName="Smart Hyde Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hostel is perfectly located in the heart of London, just off London and Europe’s most popular sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|sapphire_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|shepherds_bush_boutique_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|kip_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.6570899" Longitude="-0.08034777" StarRating="3" HotelCode="587603|kathleen_house_plus" HotelName="Kathleen House Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>78 Baker Street, Enfield, Greater London EN1 3EY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/8e/fe8ef4b5ccfff37c7538385c057846e35da2206e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.47509267" Longitude="-0.06115279" StarRating="3" HotelCode="575995|grove_apartments" HotelName="The Grove Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Carlton Grove, London SE15 2UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/04/8204b9405e9ad6ad42648867552b5f3083197447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.535019486819" Longitude="-0.27528584003448" StarRating="3" HotelCode="915063|abbey_point_cafe_bb" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abbey Point Cafe and B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.28" OriginalAmount="80.28">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|1062038" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|dorsett_shepherds_bush" HotelName="Dorsett Shepherds Bush" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.44325925" Longitude="0.01482676" StarRating="3" HotelCode="578556|summerfield_pub_boutique_rooms" HotelName="Summerfield Pub &amp; Boutique Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Baring Road, London SE12 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/68/20683dd9a1130423b496b829d7942ae56d61aa87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.98" OriginalAmount="81.98">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|32764" HotelName="Crowne Plaza London Ealing" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|warwick_lodge" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Offering the ideal setting for explore the area, this family-run guest house is situated in Surbiton...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|antoinette_hotel_wimbledon" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.481191278215" Longitude="-0.20971506427361" StarRating="3" HotelCode="378901|the_captain_cook" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|kings_cross_inn_hotel" HotelName="Kings Cross Inn Hotel" 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-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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="952947|cogie_house" HotelName="Cogie House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Stockton Road, Upper Edmonton, London N18 2BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/20/062082e90f6d992e41c178dc7a2fa1a1a9832c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.494926487329" Longitude="-0.25509799874192" StarRating="2" HotelCode="145963|chiswick_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Chiswick Lodge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.494434970409" Longitude="-0.18782077676792" StarRating="2" HotelCode="309406|cromwell_crown" HotelName="Cromwell International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Cromwell Road, London SW7 4DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ee/5deee456b4278424882b1cc00c335bf9489129f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.52985498" Longitude="-0.07732457" StarRating="3" HotelCode="323930|central_hoxton_shoreditch" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.52726532" Longitude="0.22536421" StarRating="3" HotelCode="501031|the_manor_hotel_restaurant" HotelName="The Berwick Manor Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berwick Pond Road, Rainham, Essex  RM13 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/07/4d0747b0b3b1138c2b090acedfc912474b54c442.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.27" OriginalAmount="83.27">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|384465" HotelName="Holiday Inn Express Earls Court" 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>295 North End Road, London, W14 9NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/76/6976526c7ba425fb526df8904af906b5e577190b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just within a few minutes of Earl’s Court Arena and Olympia Exhibition Centre. West ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.46" OriginalAmount="83.46">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|107632" 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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Hide London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.51110958" Longitude="-0.37596778" StarRating="0" HotelCode="159970|broadway_inn_2" HotelName="The Broadway Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1A-3A The Broadway, Southall, Greater London UB1 1JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d2/20/d220f990c657480d7fea8526102ce075e71e85ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.526240190254" Longitude="-0.12571513652801" StarRating="3" HotelCode="189711|leigh_house_hotel" HotelName="Leigh House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leigh Street, London WC1H 9EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cb/52cba296b470fa7191628189a0ec17fe8e66677f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.49351912" Longitude="-0.19604394" StarRating="2" HotelCode="498360|saint_james_backpackers" HotelName="Saint James Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.36" OriginalAmount="84.36">
      <BasicPropertyInfo Latitude="51.493537970857" Longitude="-0.19889353395039" StarRating="2" HotelCode="114644|4323265" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85" OriginalAmount="85">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|457014" HotelName="The East London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|travelodge_london_central_city" HotelName="Travelodge London Central City Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.57059" Longitude="-0.193513" StarRating="3" HotelCode="158050|anchor_house_hotel" HotelName="Anchor Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 West Heath Drive, Golders Green, London NW11 7QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/68/8068c0cb44932c4c31b8861281c43383dcbaa5ab.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 16 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.493625257775" Longitude="-0.17535209655762" StarRating="3" HotelCode="189755|brompton_hotel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.52732067596" Longitude="-0.28311407040269" StarRating="4" HotelCode="510863|park_plaza_london_park_royal" HotelName="Park Plaza London Park Royal" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.48907961" Longitude="-0.19390125" StarRating="3" HotelCode="986280|oyo_lifestyle_wembar" HotelName="Mystay Inn by OYO" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Warwick Road, Kensington And Chelsea, London SW5 9UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/e8/e1e8922f99c910da7331b147fae4df0ff870113e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="0" HotelCode="986334|adagio_london_sutton" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.59" OriginalAmount="85.59">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|274665" HotelName="My Place" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.61" OriginalAmount="85.61">
      <BasicPropertyInfo Latitude="51.515076" Longitude="0.060926" StarRating="3" HotelCode="152859|317083" HotelName="Premier Inn London Beckton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal location, this Premier Inn is just 3 miles from London City Airport, situated next door to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.82" OriginalAmount="85.82">
      <BasicPropertyInfo Latitude="51.5084899" Longitude="-0.29820233804605" StarRating="2" HotelCode="142742|2265935" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86" OriginalAmount="86">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.393693126852" Longitude="-0.30339002609253" StarRating="4" HotelCode="164138|hotel_bosco" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.511671" Longitude="-0.18544099999997" StarRating="3" HotelCode="284906|astor_queensway_hostel_2" HotelName="Astor Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.53102159" Longitude="-0.10182064" StarRating="0" HotelCode="667837|baggies_backpackers_angel" HotelName="Prime Backpackers Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>333 City Road, London EC1V 1LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/ba/0fba94683ba120156192103a155e4ee9a0710b23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.482571799992" Longitude="-0.45067897613159" StarRating="4" HotelCode="986178|radisson_red_hotel_london_heathrow" HotelName="Radisson RED Hotel London Heathrow" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.49210151" Longitude="0.00813078" StarRating="4" HotelCode="986307|radisson_red_london_greenwich_the_o2" HotelName="Radisson Red London Greenwich The O2" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.14" OriginalAmount="86.14">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|64524" HotelName="Hilton Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.79" OriginalAmount="86.79">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|388455" 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>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|travelodge_london_kings_cross_royal_scot" HotelName="Travelodge London Kings Cross Royal Scot" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.523264" Longitude="-0.160131" StarRating="2" HotelCode="94585|somerset_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the quiet Dorset square and is just a couple of minutes’ walk from Baker Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|abbey_hotel_8" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|easyhotel_old_street" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.3920045" Longitude="-0.31059231" StarRating="0" HotelCode="726437|black_lion" HotelName="Black Lion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Brighton Road, Surbiton KT6 5PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0a/8d0ae2f60d4cde4afc0bf550e78f732d7b7c769b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.67" OriginalAmount="87.67">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|228587" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is just 150 m from Paddington Station, with direct underground, national rail and airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|holiday_inn_london_brentford_lock" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3.5" HotelCode="49885|new_linden_hotel_the" HotelName="New Linden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Leinster Square, W2 4PS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fe/edfeebacbd725a8cdea8f6af50cc9f7d38d6cd46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London, between the districts of Bayswater and Notting Hill, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.526310500698" Longitude="-0.12660066705121" StarRating="2.5" HotelCode="144347|avonmore_hotel_3" HotelName="Avonmore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Cartwright Gardens, London, Greater London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/0f/b00fea57bd02028f4e44b9fcc09ba74c858d2ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.49458825" Longitude="-0.25525696" StarRating="2" HotelCode="580887|abc_bed_and_breakfast" HotelName="ABC Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>90A Turnham Green Terrace, London W4 1QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/eb/e8eb94b1d3890a9a111f08128b10e7f98cb43188.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at ABC Bed &amp; Breakfast in London (Chiswick), you'll be convenient to H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.56520951" Longitude="-0.4473512" StarRating="3" HotelCode="566795|ivy_house_2" HotelName="Ivy House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Ivy House Road, Ickenham, Uxbridge UB10 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/e5/9ee50c8dc985bf523b29f00383a283e061cd9fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.42399435" Longitude="-0.20501245" StarRating="0" HotelCode="887815|compton_guest_house_2" HotelName="Compton Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Compton Road, Wimbledon, London SW19 7QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/14/43/1443c58305ed03ffe5fb581ca4d3675f76ba8ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.02" OriginalAmount="88.02">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|95492" 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>
        <HotelDescription>&lt;br/&gt;This impressive Neo-Georgian style building in Central London is perfectly located for guests who wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.15" OriginalAmount="88.15">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|137694" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.43" OriginalAmount="88.43">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|32344" 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>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.46" OriginalAmount="88.46">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|384735" 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" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.75" OriginalAmount="88.75">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|344475" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel lies just a short distance from Heathrow Airport, Heathrow train station and Winds...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.79" OriginalAmount="88.79">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.93" OriginalAmount="88.93">
      <BasicPropertyInfo StarRating="0" HotelCode="|238472" HotelName="Abbey Lodge" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Grange Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/4/7/2/238472_97965dc0307.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.96" OriginalAmount="88.96">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|1879165" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <BasicPropertyInfo Latitude="51.493773" Longitude="-0.191487" StarRating="3" HotelCode="148430|200478" HotelName="The Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Hogarth Road, Kensington, London SW5 0PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/97/40975589cbce9fbd7ac83477ebd4b5eb01d845e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|holiday_inn_london__commercial_road" HotelName="Holiday Inn London - Whitechapel" 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,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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.47408326" Longitude="-0.28660063" StarRating="3" HotelCode="440156|kew_bb" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.92" OriginalAmount="89.92">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|36761" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.516154" Longitude="-0.067739999999958" StarRating="3" HotelCode="296641|qbic_hotel_london_city_3" HotelName="Qbic Hotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Adler Street, London E1 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/17/1e17e57be4c5acd5a61b68299f7e7a6d867f948a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.485512438434" Longitude="-0.12385655826643" StarRating="3" HotelCode="263544|travelodge_london_vauxhall" HotelName="Travelodge London Vauxhall" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.22441" StarRating="2" HotelCode="386328|st_christophers_inn_hammersmith__hostel" HotelName="St Christopher's Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located about 8 km from the centre of London. Its setting is especially ideal for tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.34" OriginalAmount="90.34">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|1426988" HotelName="ibis London Docklands Canary Wharf 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.90" OriginalAmount="90.90">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|1550508" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.533759" Longitude="-0.29564800000003" StarRating="3" HotelCode="61558|the_fox_and_goose" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Fox &amp; Goose.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.51777" Longitude="-0.168644" StarRating="2" HotelCode="94571|four_stars" HotelName="Four Stars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Sussex Gardens, Hyde Park, London W2 1UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/38/1f387423d95a5a5493982565882301f268c51fc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="150156|jubilee_hotel_2" HotelName="Jubilee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Eccleston Square, Victoria, London SW1V 1NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/82/a3821a504187d9e65766c5e145df619a784319f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Jubilee.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.490231" Longitude="-0.13759400000004" StarRating="1" HotelCode="293776|astor_victoria_hostel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.4689982" Longitude="-0.32419207" StarRating="3" HotelCode="481866|the_swan_inn_pub" HotelName="The Swan Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.48811062" Longitude="-0.47878204" StarRating="3" HotelCode="520462|harmondsworth_hall_guest_house" HotelName="Harmondsworth Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Summerhouse Lane, Harmondsworth, England UB7 0BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/00/900049ab8fd28b2ca3f2336f4a58a209d85318d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.23" OriginalAmount="91.23">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|383955" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.57" OriginalAmount="91.57">
      <BasicPropertyInfo Latitude="51.490535" Longitude="-0.138908" StarRating="1.5" HotelCode="94588|1476708" 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>
        <HotelDescription>&lt;br/&gt;This property is located in the vicinity of the Victoria train station, within walking distance of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.78" OriginalAmount="91.78">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|1486518" 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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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>
        <HotelDescription>&lt;br/&gt;You will be offered a free DVD rental service, as well as the full English breakfast and free Wi-Fi....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|the_bromley_court_hotel_2" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.520244" Longitude="-0.124098" StarRating="0" HotelCode="114695|lonsdale_hotel" 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>
        <HotelDescription>&lt;br/&gt;Lonsdale Hotel is a popular choice amongst travelers in London, whether exploring or just passing th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.426394" Longitude="-0.163731" StarRating="3" HotelCode="147750|flexistay_aparthotel" HotelName="Flexistay Tooting Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>268 Franciscan Road, Tooting, LondonSW17 8HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/21/e721c3b1309dff613b23abd825efe9ddd491d17e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Flexistay Tooting Aparthotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.504463" Longitude="-0.21912900000007" StarRating="4" HotelCode="284371|w12_rooms" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shepherd's Bush. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.54068026" Longitude="-0.2041579" StarRating="0" HotelCode="986076|kilburn_arms" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.551556853212" Longitude="-0.19169427816477" StarRating="3" HotelCode="142621|291_suites" HotelName="NOX HOTELS - West Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>291 West End Lane, London NW6 1RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/bd/e0bdb0ad932d892da6ed43e2e3fefd5b23a11fe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.447379683665" Longitude="-0.40686525655292" StarRating="3" HotelCode="903179|ambassador_heathrow_hotel" HotelName="The Ambassador Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Hanworth Road, Feltham, London, Middlesex TW13 5AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/7d/787df968e4079ad71d090b504bb3ed3c196d3947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 20 rooms. Services and facilities at the hotel include a dining area, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.34" OriginalAmount="93.34">
      <BasicPropertyInfo Latitude="51.526437937036" Longitude="-0.12955605983734" StarRating="2" HotelCode="26975|228126" HotelName="The County Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated at the heart of London, within walking distance of Euston and King's C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.5287" Longitude="-0.049052999999958" StarRating="3" HotelCode="309866|plaza_london_hotel" HotelName="Plaza London 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.451066728268" Longitude="-0.1480569846558" StarRating="3" HotelCode="903455|the_gateway_hotel_3" HotelName="The Gateway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Balham Hill, London SW12 9EB, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/68/8d681721853e00cfc04dbaeb7c36ca09b478e4c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.6041824" Longitude="0.00280217" StarRating="0" HotelCode="957201|the_royal_oak_35" HotelName="The Royal Oak" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>320 Hale End Road, Highams Park, Essex IG8 9LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a7aea87bd6d2700ab2f1242961260bbe3ebf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.16" OriginalAmount="94.16">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|38760" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|luma_concept_hotel_hammersmith" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|st_georges_pimlico" HotelName="St George's Pimlico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.52416" Longitude="-0.116373" StarRating="2" HotelCode="148446|grenville_hotel" HotelName="Grenville Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grenville Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.555377" Longitude="-0.28642" StarRating="4" HotelCode="320112|st_georges_hotel_wembley" HotelName="St George's Hotel Wembley" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is St George's Hotel Wembley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.52450206259" Longitude="-0.036753347638069" StarRating="2" HotelCode="394485|dirty_liquor_hotel" HotelName="New Globe hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359 Mile End Road, London E3 4QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/11/da114dac0b3ff2ed226bd06adb1892a2aa9d2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is New Globe hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.50157386" Longitude="0.0524" StarRating="0" HotelCode="849353|london_city_airport_hotel" HotelName="London City Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Albert Road, North Woolwich, London E16 2DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b9/05b935219340add43ce310d7db6eb9ccb86a98e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.74" OriginalAmount="95.74">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|33104" HotelName="Novotel London West" Meals="BED &amp; BREAKFAST,ROOM ONLY,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,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>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.88" OriginalAmount="95.88">
      <BasicPropertyInfo Latitude="51.492212" Longitude="-0.1944" StarRating="3" HotelCode="17039|1550828" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.573121" Longitude="-0.431205" StarRating="3" HotelCode="263530|premier_inn_ruislip" HotelName="Premier Inn London Ruislip" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.528961407395" Longitude="-0.12329143120118" StarRating="2" HotelCode="323711|princess_hotel_8" HotelName="The Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Argyle Street, Kings Cross St Pancras, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/2d/4e2d964538d4f9dd24479d53de1a84255c459900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.49080842" Longitude="-0.09755774" StarRating="3" HotelCode="405597|safestay" HotelName="Safestay London Elephant &amp; Castle - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>144-152 Walworth Road, Elephant &amp; Castle, London SE17 1JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/77/36779b14f8d59d21a034991a7b67313df7f02a99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.54791903" Longitude="-0.00818566" StarRating="3" HotelCode="394339|bridgestreet_stratford_city" HotelName="BridgeStreet Stratford City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Celebration Avenue, London E20 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1f/061f8989980518229357c3cd89112c185054b329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.46118946" Longitude="-0.21806323" StarRating="3" HotelCode="838667|putney_hotel_bw_signature_collection" HotelName="Putney Hotel, BW Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 Upper Richmond Road, Putney, London, England SW15 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4d/874d2f6cf26e8570feb9d19acad3d8263f38cb02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.28" OriginalAmount="96.28">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|2556945" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.491665354229" Longitude="-0.21061167757591" StarRating="3" HotelCode="186224|w14_hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in London’s trendy Kensington district, the hotel is situated on a quiet, leafy, residential...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.493368085071" Longitude="-0.19096791744232" StarRating="1.5" HotelCode="189726|earls_court_gardens_hotel" HotelName="Earls Court Gardens Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Garden,Housekeeping,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Earls Court Gardens, London SW5 0TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/62/3e620b9cd2313741278bce9d16b340262c25ed5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Earls Court Gardens Hotel - Guest house in London (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.526882" Longitude="-0.08846665" StarRating="3" HotelCode="349537|the_z_hotel_shoreditch" HotelName="Z Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Concierge,Elevator,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>136-144 City Road, London EC1V 2RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/2f/ad2f4109b597c1e63f675fa85f86ffbbf753fe00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Z Hotel Shoreditch to discover the wonders of London. The hotel offers a wide range of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.35397609" Longitude="-0.19470433" StarRating="3" HotelCode="429965|flexistay_sutton_aparthotel" HotelName="Flexistay Sutton Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Flexistay Sutton Aparthotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.59156737" Longitude="-0.14359801" StarRating="3" HotelCode="502836|roseview_alexandra_palace_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.59" OriginalAmount="97.59">
      <BasicPropertyInfo Latitude="51.49003" Longitude="-0.137899" StarRating="2" HotelCode="94596|1061898" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Carlton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98" OriginalAmount="98">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.625389" Longitude="0.032119" StarRating="3" HotelCode="79027|premier_inn_loughtonbuckhurst_hill" HotelName="Premier Inn Loughton/Buckhurst Hill" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 35 minutes by tube from the centre of London yet within 3 km of the large...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.557538" Longitude="-0.289618" StarRating="3" HotelCode="187913|the_green_man" HotelName="The Green Man Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dagmar Avenue, Wembley, Brent, Greater London HA9 8DF, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/c9/1ac91169001508b1499801d8d15af39003122862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.5488633" Longitude="-0.1923206" StarRating="2" HotelCode="267544|charlotte_guest_house_2" HotelName="Charlotte Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|clayton_hotel_city_of_london" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.529739152428" Longitude="-0.12359462872607" StarRating="2" HotelCode="903229|the_belgrove_hotel" HotelName="The Belgrove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Belgrove Steet, London WC1H 8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/eb/7aeba965ea4e359718def7da56e806aed748dc52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in London (Kings Cross St. Pancras), Belgrove Hotel is min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.35" OriginalAmount="98.35">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|1061918" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.65" OriginalAmount="98.65">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|941305" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes drive from the M11 motorway and less than 3 km from Woodford Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.94" OriginalAmount="98.94">
      <BasicPropertyInfo Latitude="51.515403691503" Longitude="-0.16109072883603" StarRating="3" HotelCode="145072|297545" HotelName="Boston Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Upper Berkeley Street, Marble Arch, London W1H 7QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/cd/7fcd6a6a644b21cd24f45e4d3ca00022f6b66c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only two minutes’ walk from busy Marble Arch, with its underground and train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.507519" Longitude="-0.203564" StarRating="2" HotelCode="153417|ravna_gora_hotel_bb" HotelName="Ravna Gora" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The closest tube station to the hotel is Holland Park on the Central line, which is just a minute fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|best_western_plus_seraphine_hammersmith_hotel" HotelName="Seraphine Hammersmith Hotel, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.409869853963" Longitude="-0.11974722146988" StarRating="2.5" HotelCode="189766|norbury_aparthotel" HotelName="Flexistay Norbury ApartHotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Norbury Crescent, Norbury, London SW16 4JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e2/fce2820fe67c0587f2b5f1500ec94daf0612b5c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.503300805404" Longitude="-0.22012234078238" StarRating="3" HotelCode="213141|ibis_london_shepherds_bush" HotelName="ibis London Shepherds Bush - Hammersmith 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Shepherds Bush - Hammersmith Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|travelodge_london_bethnal_green" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.52855141" Longitude="-0.12267787" StarRating="2" HotelCode="325132|kings_cross_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is King's Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|lansbury_heritage_hotel" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.49234665" Longitude="0.06717043" StarRating="3" HotelCode="857187|london_woolwich_royal_arsenal" HotelName="Premier Inn London Woolwich Royal Arsenal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="901587|hotel_orlando" HotelName="Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>83 Shepherd's Bush Road, London W6 7LR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/de/68de6b7a39d8a7440d7cfbac7924997c18e4d811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bed and breakfast provides family friendly accommodation just 0.5 km from Hammersmith tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.74" OriginalAmount="99.74">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|388255" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.96" OriginalAmount="99.96">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.98" OriginalAmount="99.98">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|32304" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.00" OriginalAmount="100.00">
      <BasicPropertyInfo Latitude="51.3560255" Longitude="-0.11967279999999" StarRating="3" HotelCode="440063|grand_sapphire_hotel_banqueting" HotelName="Grand Sapphire Hotel &amp; Banqueting" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Imperial Way, Croydon, Greater London CR0 4RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/05/29053e87268841a5599cd9f3803d7b56cbfe5137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grand Sapphire Hotel &amp; Banqueting.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.00" OriginalAmount="100.00">
      <BasicPropertyInfo Latitude="51.49202858" Longitude="-0.14193942" StarRating="0" HotelCode="503201|easyhotel_victoria" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Victoria Station. The total number of bedrooms is 41. EasyHotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.22" OriginalAmount="100.22">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|2543225" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.55" OriginalAmount="100.55">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.70" OriginalAmount="100.70">
      <BasicPropertyInfo StarRating="3" HotelCode="|216196" HotelName="Pelican London and Residence" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>203 Blackshaw Road Tooting</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/1/9/6/216196_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|1434838" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.515484642476" Longitude="-0.16070991754532" StarRating="2" HotelCode="43814|berkeley_court_hotel_" 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>
        <HotelDescription>&lt;br/&gt;Berkeley Court Hotel is conveniently located in the popular Hyde Park area. Featuring a complete lis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|the_colonnade_the_little_venice_town_house" HotelName="The Colonnade" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.530398230437" Longitude="-0.12223531523045" StarRating="2.5" HotelCode="145537|carlton_hotel_11" HotelName="Carlton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Birkenhead Street, London WC1H 8BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/19/b819cea78e68b106c22777d2654cf0b1d7326406.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.493053297028" Longitude="-0.19722282886505" StarRating="3" HotelCode="170501|st_joseph_hotel_2" HotelName="St Joseph" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Longridge Road, Earls Court, London SW5 9SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/de/30ded72adbfb93925eaaff5bfd4122373e29c04f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This London hotel is ideally located within walking distance of Earls Court tube station and attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.47615525" Longitude="-0.28686465" StarRating="4" HotelCode="199791|kew_gardens_hotel" HotelName="Kew Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>292 Sandycombe Road, Richmond, Surrey TW9 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/aa/28aa4f06243f7adcfc9cd2ea93c8dca7f6daef87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Gardens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|hotel_xanadu" HotelName="Hotel Xanadu" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|hilton_london_kensington" HotelName="Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.52725621" Longitude="-0.07683533" StarRating="3" HotelCode="420339|the_shoreditch_inn" HotelName="Shoreditch Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1 Austin Street, London E2 7NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/8d/708d5fc2aaaf7dc1c3d31828326a7dd056839ba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.51377063" Longitude="-0.1105174" StarRating="0" HotelCode="476825|the_z_hotel_city" HotelName="Z City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Fleet Street, London EC4Y 1AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/47/ad4707c25a845789621d618fdf29587eda419c36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.51794296" Longitude="-0.15771779" StarRating="0" HotelCode="566595|amber_residence_hotel_2" HotelName="Amber Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gloucester Place, Marylebone, London W1U 8HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/a2/11a2ac1a3ca5a5fe14ed9b5d1c9646ef02fcf95e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|studios2let_serviced_apartments" 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>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.10" OriginalAmount="101.10">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|385915" 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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.518381" Longitude="-0.127978" StarRating="0" HotelCode="41855|gresham_hotel_bloomsbury" HotelName="Gresham Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Bloomsbury Street, Camden, London WC1B 3QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/44/ab443e95454ee432791d729256f86a86b0245942.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Gresham Hotel Bloomsbury is perfectly located for both business and leisure guests in London. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.549004" Longitude="-0.16214000000002" StarRating="3.5" HotelCode="296636|haverstock_hotel_2" HotelName="Haverstock 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>154 Haverstock Hill, Hampstead, London NW3 2AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/3a/7c3abb6aa138c05fa8aaacdb08336c8c620c2b19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|the_bryson_hotel" HotelName="The Bryson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|premier_inn_london_archway" HotelName="London Archway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;From M1 (J2), exit onto Barnet Bypass/Great N Way/A1 towards Central London. Continue on the A406 un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|best_western_plus_vauxhall_hotel" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.49443951" Longitude="-0.1910454" StarRating="0" HotelCode="959452|knaresborough_boutique_apartments_" HotelName="Knaresborough Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Knaresborough Place, London SW5 0TG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/33/e633ceb5e435af8fa9e640a0423a4502bf5eb22e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.67" OriginalAmount="102.67">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|316496" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bb/15bb49ecf616132977460235bcadcfcf02469ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <BasicPropertyInfo Latitude="51.51768232" Longitude="-0.0626603" StarRating="4" HotelCode="614800|346469" HotelName="New Road Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103-107 New Road, London E1 1HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/47/b047d6821be7a7c78596d32a5a43e401fa74509b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of London, this urban hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="667935|vilenza_hotel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.51286" Longitude="-0.17896" StarRating="3" HotelCode="915050|paddington_park_hotel" HotelName="Paddington Park Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.50743352" Longitude="-0.47331597" StarRating="0" HotelCode="955064|swan_guest_house__london_heathrow" HotelName="The Swan Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Swan Road, West Drayton, London UB7 7JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f7/25f7ee5754c8abe6c2ee0cec3b93e2f8db86567c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.32" OriginalAmount="103.32">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|596565" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.75" OriginalAmount="103.75">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of central London near Hyde Park, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901532|408383" HotelName="Oliver" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oliver.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.493002034591" Longitude="-0.19247855809025" StarRating="1.5" HotelCode="101992|aquarius_2" HotelName="Aquarius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Hogarth Road, Royal Borough of Kensington and Chelsea, London SW5 0PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/89/9889752930ae8d7a150b875ba905742b6c66efdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|publove__the_steam_engine__hostel" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e2/7ce2df5210f84813cebd1afdba21667e470521b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.5378591" Longitude="-0.10366767" StarRating="0" HotelCode="751590|islington_creed" HotelName="Islington Creed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Studd Street, slington, London N1 0QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/eb/15ebc000f3938067212ee0f76338f19292af8569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.521606462475" Longitude="-0.13449276353435" StarRating="0" HotelCode="795884|london_goodge_street" HotelName="hub by Premier Inn London Goodge Street" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.46648451" Longitude="-0.14979161" StarRating="3" HotelCode="946175|premier_inn_london_clapham" HotelName="Premier Inn London Clapham" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.34" OriginalAmount="104.34">
      <BasicPropertyInfo Latitude="51.528818088833" Longitude="-0.11848107695555" StarRating="2" HotelCode="76625|1635028" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.91" OriginalAmount="104.91">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|384765" 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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|citadines_barbican_london_2" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|the_lodge_hotel" HotelName="The Lodge Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.52183" Longitude="-0.132131" StarRating="3" HotelCode="114661|hotel_cavendish" 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>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|dover_hotel" HotelName="Dover" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|holiday_inn_london_stratford_city_4" HotelName="Holiday Inn London Stratford City" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2.5" HotelCode="571845|moxy_london_stratford" HotelName="Moxy London Stratford" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.70" OriginalAmount="105.70">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|866145" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.527649430223" Longitude="-0.086683630943298" StarRating="3" HotelCode="173754|premier_inn_london_city_old_street" HotelName="Premier Inn London City (Old Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.492660017665" Longitude="-0.19688487052917" StarRating="3" HotelCode="189770|coronation_hotel" HotelName="Coronation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Nevern Square, London SW5 9PN, Earls Court</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/58/2f58f1e20a74daf87200d5ae2cda3ec7b669906f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.56599406" Longitude="-0.10226167" StarRating="3" HotelCode="325741|queens_hotel_3" HotelName="Queens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.46503344" Longitude="-0.01082178" StarRating="3" HotelCode="467724|premier_inn_london_lewisham" HotelName="London Lewisham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.52009715" Longitude="-0.12397052" StarRating="3" HotelCode="448135|thanet_hotel" HotelName="Thanet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Bedford Place, Bloomsbury, WC1B 5JA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/2d/3a2de24ba536843cdc3df9aa13c8ba0ecaf0ec5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.55941434" Longitude="0.07790356" StarRating="3" HotelCode="548243|ilford_tower_apartments" HotelName="Ilford Tower Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1 Riches Road, Ilford, East Sussex IG1 1JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/be/99be315bbbdd4b4438a94ba54b20e669ea87a558.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.4981705" Longitude="-0.2222168" StarRating="2" HotelCode="902818|star_hotel__bb" HotelName="Star Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.6" OriginalAmount="106.6">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|1552228" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107" OriginalAmount="107">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|31892" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107" OriginalAmount="107">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.494658" Longitude="-0.177699" StarRating="1" HotelCode="94556|acacia_house" HotelName="Acacia House Shared Facilities" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Queensberry Place, South Kensington, London, SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/70/fe70c1ccc6a27cad3157cefe72e344ccc2be5597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.576344" Longitude="-0.098767" StarRating="2" HotelCode="94577|beaconsfield_hotel" HotelName="Beaconsfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>357-359 Green Lanes, London N4 1DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c9/c8c94f461fde34851a301ab23af98452e9f36461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a vibrant area of North London, just a short distance from Finsbury Park and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.514749" Longitude="-0.172845" StarRating="2" HotelCode="114358|albro_house_hotel" HotelName="Albro House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 Sussex Gardens, Hyde Park, London, W2 2RY, England</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e7/dee7872474e65743de2c801a92836b6f597c1583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.522023574778" Longitude="-0.13216771334444" StarRating="3" HotelCode="153453|regency_house_hotel" HotelName="Regency House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|prince_regent_hotel_excel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.18647" StarRating="1" HotelCode="307769|queens_hotel_13" HotelName="Queens Hotel Bayswater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater, London W2 3LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/8c/3b8c1d61e41960f1feaa649531acb83af6a1beee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3.5" HotelCode="403898|safestay_holland_park" HotelName="Safestay London Kensington Holland Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Holland Walk, Holland Park, Kensington, London W8 7QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1c/431cad984ac8994024d880d710ed1824a6f9572a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.57460347" Longitude="-0.20192725" StarRating="3" HotelCode="571520|mstay_golders_green" HotelName="Mstay Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>146-150 Golders Green Road, London NW11 8HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/2a/2d2a6eac76a659fadea455f99cf946d962cc2538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;MStay Golders Green Hotel is providing ultra-modern, chic, comfortable, boutique accommodation in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.54951876" Longitude="-0.054511" StarRating="0" HotelCode="783990|flynns_pub_guesthouse" HotelName="Flynns Pub &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>418 Mare Street, Hackney E8 1HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/6a/e96abc043c26d8c6bc2e93ff2b5cf24fe6065bbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.503485483366" Longitude="-0.091296390164644" StarRating="3" HotelCode="946165|premier_inn_london_bridge" HotelName="Premier Inn London Southwark (Borough High St)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.51269367" Longitude="-0.18682499" StarRating="0" HotelCode="986348|new_kent_apartments" HotelName="New Kent Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Inverness Terrace, Bayswater, London W2 3JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f4/11f42369020a2056da23f80f122dbf5b712d87ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.37" OriginalAmount="107.37">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|108302" 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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.45" OriginalAmount="107.45">
      <BasicPropertyInfo Latitude="51.515619758298" Longitude="-0.17342344047552" StarRating="3" HotelCode="96723|84065" HotelName="Voyage London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Norfolk Square, London, Paddington W2 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e0/43e09e3683fb52acfe3468ed7da94842ec420342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Paddington, in the very heart of London, but has the added bonus of being...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="107.59" OriginalAmount="107.59">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|CAW013700" HotelName="Hilton London Syon Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.78" OriginalAmount="107.78">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|385115" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel prov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|adria_hotel_2" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/79/9379918c5b4a88390e85b5b2caddafabc2604857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.513445" Longitude="-0.163074" StarRating="3" HotelCode="152028|parkwood_at_marble_arch" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London. A number of public transport stops are just outside t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|lensbury_resort" HotelName="The Lensbury" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.467390597277" Longitude="-0.072269396958973" StarRating="2.5" HotelCode="199821|victoria_inn_6" HotelName="Victoria Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Choumert Road, Peckham, London SE15 4AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/9b/969b44378f3c0e5bb749f4878908d1cec1cbabfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Victoria Inn.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.46198313" Longitude="-0.11486525" StarRating="3" HotelCode="495991|premier_inn_london_brixton" HotelName="London Brixton hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.516297503676" Longitude="-0.17123838773159" StarRating="3" HotelCode="510435|belmont_hotel_14" 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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.516329" Longitude="-0.171174" StarRating="3" HotelCode="510433|astoria_hotel_13" 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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|the_clarendon" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.34" OriginalAmount="108.34">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|33244" HotelName="Park Plaza London Riverbank" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.48" OriginalAmount="108.48">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|939175" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|300848" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|top_kensington_gardens_hotel" 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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.53683" Longitude="-0.139445" StarRating="1" HotelCode="173554|smart_camden_inn_hostel" HotelName="Smart Camden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Bayham Street, London NW1 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/5b/575ba351c230bb44963cfa14e937ddeb593cbc2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than 500 m from Camden Market, the hostel is located in Camden’s pubs and clubs district, one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.5131037" Longitude="-0.105612" StarRating="3" HotelCode="263523|premier_inn_london_blackfriars" HotelName="Premier Inn London Blackfriars (Fleet Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of London and just 350 m from London Blackfriars Underground Station, Premier Inn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.47383211" Longitude="-0.34510473" StarRating="2.5" HotelCode="481074|the_milford_arms" HotelName="The Milford Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>574 London, London TW7 4EY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f5/c2f5e31d28712bcf2e42c7835e8db81d289e3577.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|publove_the_crown_battersea" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hostel is approximately 8.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.5405159" Longitude="-0.11714677" StarRating="0" HotelCode="986033|caledonian_studio_flats" HotelName="Caledonian Studio Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>287 Caledonian Road, Islington, London N1 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/44/02440d9376bd3a230496d8f2a9d03ceb4af5a08d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This adults-only hotel warmly welcomes guests in London. For those in need of an adults-only holiday...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.06" OriginalAmount="109.06">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|32504" HotelName="Copthorne Tara Hotel London Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.45" OriginalAmount="109.45">
      <BasicPropertyInfo Latitude="51.514689246961" Longitude="-0.173657888515" StarRating="3" HotelCode="114380|1649288" HotelName="Abbey Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>168 – 172 Sussex Gardens, Paddington, London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911125e5f51c8cc77e68b65fbfef959bda8ed3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.89" OriginalAmount="109.89">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|32334" 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>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|200662" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.539046017994" Longitude="-0.05594635246582" StarRating="2" HotelCode="78099|city_inn_express_2" HotelName="City Inn Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144a Mare Street, Hackney, E8 3SG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/47/4e475c3f7b176fefb8575bb4a9629751af768424.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|fairway_hotel_2" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.491319185685" Longitude="-0.19306941278188" StarRating="2" HotelCode="114309|the_windsor_house_hotel" HotelName="Windsor House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Garden,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Penywern Road, London SW5 9ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d4/e1d4679095f4283de9d77202c9c3fe42fe303fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Windsor House Hotel in London (Kensington), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.529314" Longitude="-0.121981" StarRating="2" HotelCode="147487|european_hotel_2" HotelName="The European Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Argyle Square, London WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc64c375698dd698823cfb7de6b87d8039219444.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901566|opulence_central_london" HotelName="Opulence Central London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfectly situated right in the heart of London's West End, this hotel is only a few steps away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.514106969634" Longitude="-0.070091294477493" StarRating="3" HotelCode="935611|premier_inn_london_city_aldgate" HotelName="Premier Inn London City (Aldgate) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Located in Whitechapel district, 4.5 km from London center, 5.5 km from the Buckingham Palace and 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.05" OriginalAmount="110.05">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|17415" HotelName="Huttons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.13" OriginalAmount="110.13">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|33374" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.31" OriginalAmount="110.31">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.51" OriginalAmount="110.51">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|1643248" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.70" OriginalAmount="110.70">
      <BasicPropertyInfo Latitude="51.53635254372" Longitude="-0.0045865774154663" StarRating="3" HotelCode="34466|228226" HotelName="Holiday Inn Express Stratford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 High Street, London E15 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/af/a8af8d5bff1eac8dc14166e3e86930c0c1f8203a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the heart of East London in Stratford, which will host the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|premier_inn_london_city" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|hyatt_place_london_city_east" HotelName="Hyatt Place London City East" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.37" OriginalAmount="111.37">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|467005" HotelName="Dolphin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112" OriginalAmount="112">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.5289658" Longitude="-0.1228894" StarRating="3" HotelCode="267557|melville_hotel" HotelName="The Melville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.52850556374" Longitude="-0.12211350019072" StarRating="2" HotelCode="334178|angus_hotel_3" HotelName="The Angus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Angus Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.51452432" Longitude="-0.05486235" StarRating="4" HotelCode="636823|algate_apartment" HotelName="City Aldgate Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Bromehead Street, London E1 2PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/1c/6f1cb11b517b1b734aa7e28c7a89e9a7c2c1add6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|roomzzz_london_stratford" HotelName="Roomzzz London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986286|bermonds_locke" HotelName="Bermonds Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Tower Bridge Road, Bermondsey, London SE1 3LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6e/a56ea626949bcd803e87097f9f470f9eb1829dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.38" OriginalAmount="112.38">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|37165" HotelName="The Westbridge" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.493462" Longitude="-0.205909" StarRating="2" HotelCode="73256|kensington_west" HotelName="Best Western Kensington Olympia Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy reach of the famous shopping district of Ken...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.516404713164" Longitude="-0.17101548710252" StarRating="2" HotelCode="172001|berkeley_court_hotel" HotelName="Berkeley Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Sussex Gardens, Hyde Park, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/48/74487619fac3c942df730b831dbf0f41e456d588.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.514071" Longitude="-0.184051" StarRating="3" HotelCode="310306|hyde_park_boutique_hotel" HotelName="Hyde Park Boutique Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Located in the centre of London, this boutique hotel is ideal for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.560902840735" Longitude="-0.1141538668054" StarRating="4" HotelCode="901159|mondrian_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Mondrian Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.49395922" Longitude="-0.07511609" StarRating="0" HotelCode="962609|the_grange_pub" HotelName="The Grange Pub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>103 – 104 Grange Road, Bermondsey, London SE1 3BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1f/e41f10f22a4a95424ab5de5eedf78ecdb5453ad5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.31" OriginalAmount="113.31">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|1062308" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.63112766" Longitude="-0.1265736" StarRating="3" HotelCode="641295|london_southgate" HotelName="Premier Inn London Southgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.02" OriginalAmount="114.02">
      <BasicPropertyInfo Latitude="51.499373886206" Longitude="-0.079210506555939" StarRating="3" HotelCode="267545|312660" HotelName="Premier Inn London Tower Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.31" OriginalAmount="114.31">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|1081548" HotelName="The California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|marlin_apartments_limehouse" 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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located on the bustling Commercial Road, just minutes from Limehouse stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.4392836" Longitude="-0.36017961" StarRating="3" HotelCode="159644|premier_inn_twickenham_east" HotelName="Premier Inn Twickenham East" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|rafayel_on_the_left_bank" HotelName="Hotel Rafayel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.509009931614" Longitude="-0.13140498749874" StarRating="4" HotelCode="307493|the_z_hotel_piccadilly" 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>
        <HotelDescription>&lt;br/&gt;This hotel has everything you need for a cuple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.64866877" Longitude="-0.04641575" StarRating="0" HotelCode="958146|cogie_abode" HotelName="Cogie Abode" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>329 High Street, Enfield EN3 4DJ, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/33/6333b22f92f64150e04833c07501e0603491ab93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.16" OriginalAmount="115.16">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|314012" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located a 15-minute walk to St Paul’s Cathedral, Premier Inn London Bank (Tower) is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.48" OriginalAmount="115.48">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|99042" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|10127" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|jurys_inn_london_islington" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|jurys_inn_london_heathrow_2" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|bermondsey_square_hotel" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|wilde_aparthotels_by_staycity_aldgate_tower_bridge" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.16" OriginalAmount="116.16">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|32774" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.81" OriginalAmount="116.81">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|385195" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, offering easy access to all of London's most important districts. Whet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.54638795" Longitude="-0.07374894" StarRating="3" HotelCode="339696|premier_inn_london_hackney_" HotelName="Premier Inn London Hackney hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.51631386" Longitude="-0.17310918" StarRating="0" HotelCode="419799|rove_london_hotel" 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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Hyde Park, The Continental Hotel promises a relaxing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|leman_locke" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.53411213" Longitude="-0.13889375" StarRating="0" HotelCode="726166|the_hurdwick" HotelName="The Hurdwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.52412062" Longitude="-0.17466183" StarRating="0" HotelCode="847587|three_falcons_hotel" HotelName="Three Falcons Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchardson Street, Saint John’s Wood, London NW8 8NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/3b/153bcaa770723f8c57168a13dd4f7aca081fb7c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.50290595" Longitude="-0.10629025" StarRating="2" HotelCode="986335|london_southwark_southwark_station" HotelName="Premier Inn London Southwark Station Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <BasicPropertyInfo Latitude="51.49924292" Longitude="-0.20918699" StarRating="3" HotelCode="446597|236964" HotelName="88 Studio Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>88 Holland Road, Kensington, London W14 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/0c/300c3f32907e3535fb93e4f1d20bd0c2b9332b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.503764" Longitude="-0.091196" StarRating="2" HotelCode="65658|st_christophers_the_inn__london_bridge" HotelName="St Christopher's at The Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|oyo_townhouse_new_england_victoria" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.617243" Longitude="-0.178919" StarRating="3" HotelCode="148739|heatherbank_guest_house" HotelName="Heatherbank Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.494340824838" Longitude="-0.1144739985466" StarRating="2" HotelCode="189773|london_eye_hostel" HotelName="The London Waterloo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Lambeth Walk, London SE11 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/42/bf427ed650544a615504d7b6c353a4d1cbf0eed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.485988074849" Longitude="-0.23252377440929" StarRating="0" HotelCode="785668|otel_bridge_rooms" HotelName="The Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>204 Castelnau, London SW13 9DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/ae/4faee8bb1f371149a7748f21915849aed3b47f3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.47" OriginalAmount="118.47">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|238136" HotelName="The Villa Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Set in one of London's quiet residential streets, Ashburn Gardens, this hotel is a 2-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="118.58" OriginalAmount="118.58">
      <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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.72" OriginalAmount="118.72">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|1061888" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|4128" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.51154" Longitude="-0.194449" StarRating="3" HotelCode="94555|blue_bells_hotel" HotelName="Blue Bells" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.523827833333" Longitude="-0.16054583333333" StarRating="3" HotelCode="142604|146_suites" HotelName="Mstay 146  Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Gloucester Place, Westminster, London, Greater London NW1 6DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b8/a2b8e5584856570d205bfb8f2b88e3f6746ee155.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.5216407" Longitude="-0.131875" StarRating="2" HotelCode="267556|gower_house" HotelName="Gower House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The Gower House Hotel offers rooms with free Wi-Fi and is well-located in central London's elegant B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.54724127" Longitude="-0.16288757" StarRating="2" HotelCode="323926|primrose_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Primrose Guesthouse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|the_collective_canary_wharf" HotelName="The Collective Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.01" OriginalAmount="119.01">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|1967785" HotelName="London Heathrow Marriott Hotel" Meals="BED &amp; BREAKFAST,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>
        <HotelDescription>&lt;br/&gt;The appealing hotel is situated in Heathrow and attracts guests with its impressive fittings, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.01" OriginalAmount="119.01">
      <BasicPropertyInfo Latitude="51.513510810093" Longitude="-0.18759199601186" StarRating="3" HotelCode="89402|1551668" HotelName="Nox Hotels - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104-110 Queensway, London W2 3RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f1/4bf16088a54f3fc03ad9f769e262971fc1affca5.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.46" OriginalAmount="119.46">
      <BasicPropertyInfo Latitude="51.511430938607" Longitude="-0.17967984080315" StarRating="2" HotelCode="36439|382315" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of Bayswater Road and Lancaster Gate on the north side of Hyde P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.64" OriginalAmount="119.64">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|32804" HotelName="Holiday Inn London Regent's Park" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.513241" Longitude="-0.186661" StarRating="3" HotelCode="189734|inverness_terrace__concept_serviced_apartments" HotelName="Inverness Terrace - Concept Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Inverness Terrace, London W2 3LD, Westminster, Bayswater</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911aae86ed73ceb32647eb398c0d2edc42df165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.513519900158" Longitude="-0.12964480244671" StarRating="3" HotelCode="199824|the_z_hotel_soho" 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>
        <HotelDescription>&lt;br/&gt;The hotel has everything you need for a couple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.5135639" Longitude="-0.18706559999998" StarRating="4" HotelCode="476605|imperial_court_suites_2" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.55720693" Longitude="-0.00593367" StarRating="0" HotelCode="986221|dodi_apartments" HotelName="Dodi Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206A High Road, London E10 5PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5f/3b5f6e7e33e756893b34e04c61869a1982580826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.26" OriginalAmount="120.26">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|1551368" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.63" OriginalAmount="120.63">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|95435" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.7" OriginalAmount="120.7">
      <BasicPropertyInfo Latitude="51.516469" Longitude="-0.172741" StarRating="2" HotelCode="38607|382075" HotelName="Avon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Norfolk Square, Hyde Park, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/7d/857d039ac02ff842c357849976ecccdb0a5bf747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in a quiet, beautiful square in the heart of London's West End, in the vibrant Padd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|best_western_chiswick_palace_" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.532326560141" Longitude="-0.12003950777705" StarRating="2" HotelCode="150155|journeys_kings_cross" HotelName="Home London Hostel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|staybridge_suites_stratford_city" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located directly adjacent to the iconic Olympic Stadium, in the heart of the Westfield ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|alexandra_hotel_2" HotelName="Alexandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated just a few minutes away from Hyde Park near to Oxford Street and Marble Arch....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.50710552" Longitude="-0.33953413" StarRating="3" HotelCode="587393|the_green_w7" HotelName="The Green W7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 Lower Boston Road, London W7 3TX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/70/5f7012dd51bb1ab7915f46f291cf755cd76f2583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.51446055241" Longitude="-0.1915351673083" StarRating="3" HotelCode="888710|so_hyde_park" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located between Notting Hill and Hyde Park in London's West End. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|holiday_inn_express_london_hammersmith" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, just 10 minutes from the city centre. There is an abundance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.526092867083" Longitude="-0.082333490129031" StarRating="4" HotelCode="150869|millenium_apartments_3" HotelName="Savoy Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Rivington Street, London EC2A 3DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/8d/3e8dd03d0c89d80fa6bc4b3470986a6fee7f0879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Savoy Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.51427712" Longitude="-0.31939913" StarRating="4" HotelCode="199779|the_drayton_court_hotel" HotelName="Drayton Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 The Avenue, Ealing, London W13 8PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/65/12655047ee4680c9154fd3c0cfb1668845b08a97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Drayton Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.505033" Longitude="-0.011229" StarRating="4" HotelCode="409525|fraser_place_canary_wharf" HotelName="Fraser Place Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Boardwalk Place, London E14 5SF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/24/e924fda99cec207bf1a80190f8e565c106c6763f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located only a short walk from the Canary Wharf financial hub, this hotel is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.31" OriginalAmount="122.31">
      <BasicPropertyInfo Latitude="51.51629561402" Longitude="-0.17123663310053" StarRating="3" HotelCode="36434|277775" HotelName="Belmont Hotel &amp; Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>100 &amp; 104 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133487/133487a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a charming tree-lined street near Hyde Park in central London, just 100 met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.75" OriginalAmount="122.75">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|33424" 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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|marlin_apartments_queen_street" HotelName="Marlin Queen Street" 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>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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.516407757841" Longitude="-0.17266462684694" StarRating="2" HotelCode="114593|belvedere_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.54427002" Longitude="-0.01030856" StarRating="3" HotelCode="263528|premier_inn_london_stratford" HotelName="Premier Inn London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.40699201" Longitude="0.02679602" StarRating="3" HotelCode="325194|tamasha_hotel" HotelName="Tamasha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>131 Widmore Road, Bromley, Kent BR1 3AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/be/61beb53ff4c919c1b8de9c3903f6d75319edba8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.507818791377" Longitude="0.019602146700297" StarRating="4" HotelCode="503963|good_hotel_london" HotelName="Good Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|the_clarendon_2" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.05" OriginalAmount="123.05">
      <BasicPropertyInfo StarRating="3" HotelCode="|184100" HotelName="Saba London" Meals="STUDIO" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101-103 SHEPHERDS BUSH ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/1/0/0/184100_a2706f70902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.39" OriginalAmount="123.39">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|384875" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superior location close to London's Hyde Park. Numerous sightseeing attractions s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.488939" Longitude="-0.190204" StarRating="2" HotelCode="94599|chelsea_house_hotel" HotelName="Chelsea House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Redcliffe Gardens, London, SW10 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/48/d948cbe28dde50d6d646ae0b8e776fa5696dfb41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Chelsea House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|glendale_hyde_park_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.546418448671" Longitude="-0.17377227544784" StarRating="2" HotelCode="189764|avoca_house_hotel" HotelName="Avoca House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.51435251" Longitude="-0.17254674" StarRating="4" HotelCode="442748|hyde_park_radnor" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.5109113" Longitude="-0.3021573" StarRating="3" HotelCode="481765|the_kings_arms_6" HotelName="The Kings Arms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.08" OriginalAmount="124.08">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|33484" HotelName="The Tower 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,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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|city_hotel_9" HotelName="Arbor City Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated near the city of London's financial district, the Docklands and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|dolphininn" HotelName="Dolphin Inn" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys the perfect location to be guests’ base from which to explore London. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.507107322185" Longitude="-0.09287241104505" StarRating="3" HotelCode="152863|premier_inn_london_southwark_borough_market" HotelName="Premier Inn London Southwark Bankside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Our hotel offers you all the services you need, rooms with comfortable beds and an excellent restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.514034130633" Longitude="-0.17466008663178" StarRating="2" HotelCode="189717|rhodes_hotel" HotelName="Rhodes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Sussex Gardens, London W2 2RJ, Hyde Park</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225b073194a17478c6e224684a70f6c11b5076a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.50651598" Longitude="-0.24089912" StarRating="0" HotelCode="763482|the_princess_victoria" HotelName="The Princess Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>217 Uxbridge Road, Shepherd’s Bush, London W12 9DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/5e/c65ecc718cac15090c2030ef03f16dc09430623c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.51181128" Longitude="-0.12466087" StarRating="0" HotelCode="849744|three_bedroom_apartment_in_covent_garden" HotelName="Z Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Bedford Street, London WC2E 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/85/ff857e9f92f3d481db576f2c54ca759c690922c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986382|london_city_view" HotelName="London Greenwich Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Woolwich New Road, Flat 1, London SE18 6AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/78/6478401fd19949572d56fe531b9a38dfa7d92e7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.46" OriginalAmount="125.46">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|32834" HotelName="ibis London Earls Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The popular hotel is just a few minutes' walk from Earl's Court Convention Centres. Queens Tennis Cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|london_premier_kensington" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|church_street_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|so_arch" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.46112452265" Longitude="-0.27562734994058" StarRating="4" HotelCode="335208|the_victoria" HotelName="The Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 West Temple Sheen, London SW14 7RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/8e/d68ee1c8e86a67be18aefb96ff9077e8243c4753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.26" OriginalAmount="126.26">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|468225" HotelName="Blakemore Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Leinster Gardens, Bayswater, W2 3AN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/dd/39ddcbc5d2c8826bce4d90b5f201cb12d49e17a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a quiet but central location close to Hyde Park and 400 m from Lancaster Gate tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.37" OriginalAmount="126.37">
      <BasicPropertyInfo Latitude="51.508222" Longitude="0.020218" StarRating="4" HotelCode="54523|53784" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in London's Docklands and offers guests superb views over the Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.79" OriginalAmount="126.79">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|344525" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.98" OriginalAmount="126.98">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="144955|4277575" HotelName="Blades B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Belgrave Road, Victoria, London SW1V 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/a3/e0a37568313ebb93a413cc1c55c5c53da3b9b50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Blades B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from London Bridge Tower, Southwark Cathedral and the London Dungeon, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.512694577811" Longitude="-0.19305467605591" StarRating="3.5" HotelCode="189712|princes_square_serviced_apartments" HotelName="Princes Square Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Square, London W2 4NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e2/31e2b9d9dfa69bfbb6065919b08b03a4a8a15ce8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.453138845994" Longitude="-0.00021688073479709" StarRating="3" HotelCode="336615|the_station_hotel_3" HotelName="The Station Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Staplehurst Road, Hither Green, London SE13 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fe/41fe10a9b2e54b3cf87611d6e02b72b1243ce5c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Station Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.51483841" Longitude="-0.08246157" StarRating="0" HotelCode="503226|great_st_helen_hotel" HotelName="Great Saint Helen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Great Saint Helens, London, England EC3A 6AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3c/d93cf40bd0a7e26116b7b682d874f33d5a5e6c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.51200986" Longitude="-0.18225968" StarRating="3" HotelCode="604477|mstay_paddington_rooms" HotelName="NOX Hotels Lancaster Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Craven Hill Gardens, London W2 3ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/bf/18bf4ef3529d3e2dc187a287b836802d5599fe37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="972200|flying_butler_baker_street_apartments" HotelName="Flying Butler Baker Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.52315172" Longitude="-0.1742605" StarRating="0" HotelCode="986081|marble_arch_flats" HotelName="Marble Arch Flat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>442 Edgware Road, Westminster, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/30/b4306b603a337b490570e7fb2c984da10606375a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.07" OriginalAmount="127.07">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|219716" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.66" OriginalAmount="127.66">
      <BasicPropertyInfo Latitude="51.5047745" Longitude="-0.1014748" StarRating="3" HotelCode="263527|904581" HotelName="London Southwark (Tate Modern) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Just a 7-minute tube journey from central London, Premier Inn London Southwark (Tate Modern)is less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.94" OriginalAmount="127.94">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|33284" HotelName="The Royal National Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.96" OriginalAmount="127.96">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|32984" HotelName="London Marriott Hotel Maida Vale" 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,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>
        <HotelDescription>&lt;br/&gt;Situated close to Abbey Road Studios, Notting Hill, Little Venice and Lord's Cricket Ground and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|imperial_court_studios" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.36671849" Longitude="-0.15351229" StarRating="3" HotelCode="323999|dukes_head_hotel" HotelName="Dukes Head Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Internet,Lounge,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>The Green, 6 Manor Road, Wallington, Surrey SM6 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/75/9475ac54e51a54c65ee48382562fa05a3d4b025a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Dukes Head Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.10" OriginalAmount="128.10">
      <BasicPropertyInfo Latitude="51.494243134313" Longitude="-0.19715443253517" StarRating="3" HotelCode="47648|19356" HotelName="Premier Inn Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Kensington approximately 200 m from Earl's Court underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.28" OriginalAmount="128.28">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|382095" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.45" OriginalAmount="128.45">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|649807" HotelName="nhow London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.57" OriginalAmount="128.57">
      <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 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.72" OriginalAmount="128.72">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|385665" HotelName="Novotel London Bridge 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,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>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.51414067" Longitude="-0.13698933" StarRating="0" HotelCode="648915|the_z_hotel_tottenham_court_road" HotelName="Z Tottenham Court Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Poland Street, London W1F 7NQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/70/0c70149e4a56c5685fa5b10168502f688519d978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.15" OriginalAmount="129.15">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|7567" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel has an ideal, central position, just a few kilometres from many of London's top to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="129.85" OriginalAmount="129.85">
      <BasicPropertyInfo Latitude="51.49828022" Longitude="-0.01936466" StarRating="4" HotelCode="563814|CBG470300" HotelName="Lincoln Plaza London Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.00" OriginalAmount="130.00">
      <BasicPropertyInfo Latitude="51.521001646489" Longitude="-0.12323315628737" StarRating="4" HotelCode="45651|mercure_london_bloomsbury_2" HotelName="Mercure London Bloomsbury" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of London. The British Museum, Convent Garden, Soho and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.00" OriginalAmount="130.00">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|park_plaza_london_waterloo" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.32" OriginalAmount="130.32">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|55184" HotelName="DoubleTree by Hilton London - Docklands Riverside" 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Rotherhithe Street, London SE16 5HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/fb/dbfbfb57e6f4820954e6c5292a2798b229c0e05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located approximately 20 minutes from the centre of London, where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.65" OriginalAmount="130.65">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|368005" HotelName="Grange The Portland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.66" OriginalAmount="130.66">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|386005" HotelName="Holiday Inn London - West" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.92" OriginalAmount="130.92">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|1062018" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|hotel_indigo_london_tower_hill" HotelName="Indigo London - Tower Hill" 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>142 Minories, London EC3N 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b0/57b063e240ad15ebfbad5a4c62cbfeff46c07d1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|publove_the_green_man_paddington" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.49451574" Longitude="-0.23473611" StarRating="3" HotelCode="519295|flynns_town_house" HotelName="Flynns Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>73 dalling road, London W6 0JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/13/cc133dab88537a00313f28f02c6fdfe6bacacdea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.502199936687" Longitude="-0.076830365131173" StarRating="4" HotelCode="777107|the_dixon_autograph_collection" HotelName="The Dixon, Tower Bridge, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.01" OriginalAmount="131.01">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|468145" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This superb hotel is near to the City. Knightsbridge and Chelsea, noted for their innumerable boutiq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.26" OriginalAmount="131.26">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|33134" 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>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.70" OriginalAmount="131.70">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|384785" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.88" OriginalAmount="131.88">
      <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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.97" OriginalAmount="131.97">
      <BasicPropertyInfo Latitude="51.528668075858" Longitude="-0.12302296808821" StarRating="5" HotelCode="114557|2563355" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132" OriginalAmount="132">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|13266" HotelName="Grand Plaza Serviced Apartments" 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,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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.511383363659" Longitude="-0.18211126327515" StarRating="3" HotelCode="58766|lancaster_gate_hotel_4" HotelName="Lancaster Gate Hotel Hyde Park" Meals="ROOM ONLY" 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ea/21eac08bd52fc9340f822c9ca53e59ae0f714492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short distance from Lancaster Gate, Queensway and Bayswater tube stations an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.514827" Longitude="-0.17476" StarRating="3.5" HotelCode="189778|paddington_apartments" HotelName="Paddington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Talbot Square, London W2 1TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/24/882404ae22ecef575c9dd5ccd6a66e15ac82380e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|go_native_hyde_park_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.02" OriginalAmount="132.02">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|367985" HotelName="The Buckingham Grange" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.06" OriginalAmount="132.06">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|315030" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.11" OriginalAmount="132.11">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|33034" HotelName="Millennium Gloucester Hotel London Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.13" OriginalAmount="132.13">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|1061998" HotelName="ibis London Excel Docklands" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.70" OriginalAmount="132.70">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|216526" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.83" OriginalAmount="132.83">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|33224" HotelName="Danubius Hotel Regents 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|205047" HotelName="Dorsett City London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|premier_inn_kings_cross" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.522186582238" Longitude="-0.13233033151499" StarRating="3" HotelCode="114680|arosfa_hotel_2" HotelName="Arosfa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arosfa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.42377932118" Longitude="-0.27213706182829" StarRating="4" HotelCode="160237|warren_house" HotelName="Warren House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Warren House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.129224" StarRating="3" HotelCode="152861|premier_inn_london_euston" HotelName="Premier Inn London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Conveniently located to explore central London, the Premier Inn London Euston is just a 5 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.426435549754" Longitude="-0.22989213466644" StarRating="4" HotelCode="189776|fox_and_grapes" HotelName="Fox and Grapes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Camp Road, London SW19 4UN, Wimbledon Common</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/43/da431fb9dc40b26326c061d52b1e712f5162f887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|doubletree_by_hilton_london__hyde_park" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.5152043" Longitude="-0.17452649999996" StarRating="2" HotelCode="429123|atlas_hostels_london" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is Atlas Hostels London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.510410953562" Longitude="-0.068147279098525" StarRating="0" HotelCode="412894|wombats_city_hostel_london" HotelName="Wombats City Hostel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Dock Street, London E1 8LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/56/0756c811088bd603343954412468a197d60d36e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located right in the heart of London. Its setting is especially ideal for those in nee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.5287427" Longitude="-0.12658357" StarRating="3" HotelCode="445857|premier_inn_london_stpancras_" HotelName="Premier Inn London St. Pancras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Around 5 minutes’ walk from the Eurostar terminal and King’s Cross Train Station, Premier Inn St Pan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.50041301" Longitude="-0.17980224" StarRating="0" HotelCode="665413|astor_hyde_park_hostel" HotelName="Astor Hyde Park Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>191 Queen’s Gate, South Kensington, London SW7 5EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/8f/7c8fe58b8eb9b4de93e324764869c96e1cb7f523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="663290|astor_museum_inn_hostel" HotelName="Astor Museum Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Montague Street</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/57820b7ee85e2ab74c8c739cc45e897bb7f34a5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.51122839" Longitude="-0.07255963" StarRating="0" HotelCode="737959|rockwell_east" HotelName="Rockwell East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Mansell Street, London E1 8AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f3856e23af05d6a30acc6a9fef5cbf66cbb47d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.555653300474" Longitude="-0.17685145139694" StarRating="3" HotelCode="915079|kings_boutique_hotel" HotelName="Kings Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Hampstead High Street, Hampstead, London NW3 1RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/7a/a47a7eef243685104833037b54301c397f4466c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kings Boutique.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.13" OriginalAmount="133.13">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|78964" HotelName="Park Plaza County Hall" 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,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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.43" OriginalAmount="133.43">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|746425" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.93" OriginalAmount="133.93">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|2278625" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.495682573722" Longitude="-0.14630639993061" StarRating="3" HotelCode="263538|the_z_hotel_victoria" 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>
        <HotelDescription>&lt;br/&gt;This hotel sits amidst the bustle and charm of the central London district of Victoria. The property...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.530671212258" Longitude="-0.11810159710956" StarRating="3" HotelCode="323861|so_kings_cross" HotelName="SO Kings Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170 King Cross Road, London WC1X 9DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9b/7c9b58d0a3b068f770782403acb2febec5d77e3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is SO Kings Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.501350357321" Longitude="-0.21199813558201" StarRating="0" HotelCode="952531|the_holland_road_residence_i_tl13" HotelName="The Holland Road Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Holland Road, London W14 8BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/08/c5083dec235a9500cd20d56ef7f50bc4806c4cce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986179|gloucester_place_hotel" HotelName="Gloucester Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Gloucester Place, London W1U 8JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0a/6f0a0a050e9f754bbc36c82565b3133973331459.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|locke_at_broken_wharf" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.53761782" Longitude="-0.09355786" StarRating="0" HotelCode="986310|angel_townhouse" HotelName="Angel Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Prebend Street, London N1 8PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/0d/950d1dd748831d309d4cbe3947f9e22a91cef0b7.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.27" OriginalAmount="134.27">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|359805" HotelName="Duke of Leinster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.35" OriginalAmount="134.35">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|181466" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.669771" Longitude="-0.157157" StarRating="4" HotelCode="114935|west_lodge_park_hotel" HotelName="West Lodge Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="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">
        <Address>
          <AddressLines>
            <AddressLine>Cockfosters Road, Hadley Wood, London, Herts EN4 0PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/87/bb8748111ae27632d84f25a9e5267eba7cad4b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beale Arboretum was founded in 1963 by Edward Beale and the hotel would like to welcome all its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.511904887677" Longitude="-0.18550742388015" StarRating="3" HotelCode="142627|39_suites_2" HotelName="MStay 39 Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>39 Queensborough Terrace, Bayswater, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/94/a794a6f9b2734f299ac4a07d04c62e451e88c072.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.5226491" Longitude="-0.1530563" StarRating="3" HotelCode="153452|regency_hotel_5" HotelName="Regency Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Nottingham Place, London W1U 5LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/7f/827f82533fa92a9197cd23bd8f57930a27ec88ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|marlin_aparthotel_waterloo" HotelName="Marlin Waterloo" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986104|admiral_hardy" HotelName="Admiral Hardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.46" OriginalAmount="135.46">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|1628998" HotelName="Quality Hampstead" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Hampstead and affords fabulous views out over the park. Coun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="135.98" OriginalAmount="135.98">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|CAT853600" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136" OriginalAmount="136">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|294365" HotelName="Novotel London Waterloo" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.511742905543" Longitude="-0.1860285423279" StarRating="3" HotelCode="92657|hyde_park_suites" HotelName="Hyde Park Budget Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Inverness Terrace, Bayswater, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/dc/d3dc2ce2f88e1310f6718e0ce9664a6950d28528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located only minutes (1.3 km) from the famous Hyde Park. Buckingham Palace, Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="900881|mermaid_suite" 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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Mayfair, Mermaid Suite Hotel promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.4940356" Longitude="-0.14092900000003" StarRating="0" HotelCode="981701|the_eaton_townhouse" HotelName="The Eaton Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Gillingham Street, London SW1V 1HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/13/a61336a60b45ac1fbcc4f5ed4bedf200580343a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.38" OriginalAmount="136.38">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|606595" HotelName="Elysee Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.89" OriginalAmount="136.89">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1.5" HotelCode="18318|1080958" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Tavistock Place, London WC1H 9SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c41d81546ecdc4440a5bd1e06996122abcf5ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Compton Place, close to London's City district. Given the excellent ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <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 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Bloomsbury, with Euston, Russell Square and King's Cross/St Pancra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|holiday_inn_express_london__excel" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.41856017" Longitude="-0.3015134" StarRating="0" HotelCode="499281|the_queens_head_8" HotelName="The Queen's Head" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Central Heating,Garden,Internet,LCD/Projector,Luggage Storage,Pets allowed,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>144 Richmond Road, KT2 5HA Kingston Upon Thames, Surrey</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ba/e8bad06faa1747af36a0f2b784eb458e9112de2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Queen's Head in Kingston Upon Thames, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.72" OriginalAmount="137.72">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|1980555" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138" OriginalAmount="138">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|199997" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|travelodge_southwark" HotelName="Travelodge London Central Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|jesmond_dene" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.494832172951" Longitude="-0.21117418348445" StarRating="3" HotelCode="185669|access_kensington_olympia" HotelName="Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Bar,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Court, North End Road, London W14 8SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/75/8175bc84a42bf12c72cfcfb1c082abbf810a4737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is just a 10-minute walk from West Brompton Underground Station and only 500 metres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.49230931983" Longitude="-0.19531309604645" StarRating="4" HotelCode="259023|kk_hotel_george" HotelName="K+K Hotel George" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in central London only a couple of minutes' walk from Ear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|park_lane_city_apartments" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.51513764" Longitude="-0.0688986" StarRating="4" HotelCode="986156|the_gate_2" HotelName="The Gate" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.15" OriginalAmount="138.15">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|1018358" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.15" OriginalAmount="138.15">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|93439" HotelName="Holiday Inn Express Victoria" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.29" OriginalAmount="138.29">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|385895" HotelName="Prince William" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.31" OriginalAmount="138.31">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|32704" HotelName="Hilton London Olympia" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.42" OriginalAmount="138.42">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|1001235" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.83" OriginalAmount="138.83">
      <BasicPropertyInfo Latitude="51.493795592143" Longitude="-0.19176453351974" StarRating="4" HotelCode="93107|427825" HotelName="Park Grand London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;Located in a quiet street in the tourist heart of London, this hotel offers the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|castleton_hotel" HotelName="The Castleton Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.528486276182" Longitude="-0.12192651629448" StarRating="3" HotelCode="164103|albion_house_hotel" HotelName="Albion House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Argyle Square, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/80/25807facd2fa4591fbe7e5514f49ad004399d052.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Albion House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.51248932" Longitude="-0.18650429" StarRating="3" HotelCode="530949|hyde_park_superior_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.51007332" Longitude="-0.0708718" StarRating="0" HotelCode="986058|tower_bridge_rainbow_suites" HotelName="Tower Bridge Rainbow Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Cartwright Street, Tower Hamlets, London E1 8LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4e/404e8d5d288417e20fe15e3ae7265fd416d26f1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.67" OriginalAmount="139.67">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|388205" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.79" OriginalAmount="139.79">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|313082" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|alhambra_hotel_2" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.51688459" Longitude="-0.0803213" StarRating="4" HotelCode="350862|the_bull_and_the_hide" HotelName="The Bull and The Hide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Devonshire Row, Bishopsgate, London EC2M 4RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3d/563dde18fb3ad39257095ca26b0da8299407feed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986194|courtyard_by_marriott_london_city_airport" HotelName="Courtyard by Marriott London City Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Connaught Road, Silvertown, London E16 2AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/f9/9ef94572f8475ab17572b1d8eeb0bb30c7138ebc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.16" OriginalAmount="140.16">
      <BasicPropertyInfo Latitude="51.526262043725" Longitude="-0.12671771707131" StarRating="2" HotelCode="114601|2247975" HotelName="Mentone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Cartwright Gardens, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/a6/75a6d1500ac91c0c48bfb8415e217d68a566209d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.21" OriginalAmount="140.21">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|385685" HotelName="Novotel London Paddington" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="140.24" OriginalAmount="140.24">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|CAH976800" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.34" OriginalAmount="140.34">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|74254" HotelName="Novotel London Tower Bridge" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986043|490722" HotelName="The Red Lion Leytonstone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>640 High Road, London E11 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b1/c4b156add50ffb986d6d44db6002258e55b87f33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|travelodge_london_city_airport" HotelName="Travelodge London City Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|the_montcalm_at_brewery_london_city" HotelName="The Montcalm At The Brewery London City" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.51381737" Longitude="-0.18943107" StarRating="0" HotelCode="957036|valet_apartments_kensington_gardens" HotelName="Valet Apartments Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Kensington Gardens Square, Bayswater, London W2 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d4/bed40b209edc614595c556fe57f843f646209bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.76" OriginalAmount="141.76">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|95545" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|holiday_inn_londonbloomsbury_hotel" HotelName="Holiday Inn London-Bloomsbury" 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>Coram Street, London WC1N 1HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/5c/b65cbefca16ace709f13ed5a12bb23d678aaaba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.513154453656" Longitude="-0.19089818000793" StarRating="3" HotelCode="101995|vancouver_studios" HotelName="Vancouver Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Library">
        <Address>
          <AddressLines>
            <AddressLine>30 Princes Square, London, W2 4NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/80/f380bfccb4a0ecb100ee6a1ad2aaf40f45f6966e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.410459179736" Longitude="0.072869298940077" StarRating="4" HotelCode="159983|the_crown_inn" HotelName="The Crown Inn Chislehurst" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>School Road, Chislehurst, Kent BR7 5PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/54/1954e82633c408eb4a44289b871f4b479881a3aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is near Chislehurst Common with forests and open spaces, five minutes from the Chislehurst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3.5" HotelCode="935439|staybridge_suites_london_vauxhall" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.08" OriginalAmount="142.08">
      <BasicPropertyInfo Latitude="51.515990751152" Longitude="-0.17178987850923" StarRating="3" HotelCode="144163|4294515" HotelName="Athena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-114 Sussex Gardens, Hyde Park, London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/30/c030a5bace138efabcdcb55900630996a07f747f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.44" OriginalAmount="142.44">
      <BasicPropertyInfo StarRating="4" HotelCode="|217971" HotelName="NOX Olympia" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Russell Road 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/9/7/1/217971_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.48" OriginalAmount="142.48">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|219936" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.87" OriginalAmount="142.87">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Notting Hill Hostel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|bb_belgravia_studios82" HotelName="B+B Belgravia" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|london_marriott_hotel_west_india_quay" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.52022124" Longitude="-0.11705855" StarRating="3" HotelCode="464472|premier_inn_london_holborn_" HotelName="Premier Inn London Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in central London, Premier Inn London Holborn is just a 15-minute walk from Covent Garden, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.61180464" Longitude="-0.10938655" StarRating="2.5" HotelCode="580019|forest_house_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.5058445" Longitude="-0.10446383" StarRating="0" HotelCode="964411|the_hoxton_southwark" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.11" OriginalAmount="143.11">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|63044" 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>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.17" OriginalAmount="143.17">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|33084" 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>
        <HotelDescription>&lt;br/&gt;A 5-minute walk from Tottenham Court Road and Goodge Street underground stations, and only a 20-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.61" OriginalAmount="143.61">
      <BasicPropertyInfo Latitude="51.521858646439" Longitude="-0.13214047479812" StarRating="2" HotelCode="36436|2543295" HotelName="Ridgemount Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Gower Street, Fitzrovia, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ae/a9ae2a07d48afe5320d7a71d70ee1e4670a67ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.65" OriginalAmount="143.65">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.499331" Longitude="-0.197436" StarRating="3" HotelCode="168421|seraphine_kensington_olympia" HotelName="Seraphine Kensington Olympia Hotel" 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>225 Kensington High Street, London W8 6SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/93/54930c8a06d04f280abe5218268b4d02f00085ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on High Street Kensington, just a few minutes' walk from the High Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.441193311601" Longitude="-0.10675307089878" StarRating="0" HotelCode="336337|the_tulse_hill_hotel" HotelName="Tulse Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 Norwood Road, Tulse Hill, London SE24 9AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/e3/f5e3fabc59b6e5a6f828095f625e462d712b1c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.51394900761" Longitude="-0.18305044047543" StarRating="4" HotelCode="409523|the_cleveland_hotel" HotelName="The Cleveland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Cleveland Square, London W2 6DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/82/79820e914512033609d67aee445aad8302931e75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on a tranquil and leafy garden square away from the hustle and bustle of London the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.28" OriginalAmount="144.28">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|385025" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located just a few minutes' walk from Regent's Park and London Zoo. This h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.33" OriginalAmount="144.33">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|2256835" HotelName="Victoria Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.47" OriginalAmount="144.47">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|341335" HotelName="Grange Beauchamp Hotel" Meals="BED &amp; BREAKFAST,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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.92" OriginalAmount="144.92">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|746385" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|park_avenue_belgravia" 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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.502662929214" Longitude="-0.1180290171967" StarRating="3" HotelCode="152860|premier_inn_london_county_hall" HotelName="Premier Inn London County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated beside the London Eye, just 350 metres from Waterloo Station, Premier Inn London County Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.48635118" Longitude="0.01740677" StarRating="2" HotelCode="326249|the_angerstein_hotel" HotelName="Angerstein Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 Woolwich Road, Royal Borough of Greenwich, London SE10 0LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/21/ca21b7ad8ff0a097ac6b807f1a5ce6f7b5f5dc13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment is located in quiet surroundings next to the host&amp;apos;s farm. It comes with a modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.51019636" Longitude="-0.0767426" StarRating="4" HotelCode="450238|citizenm_tower_of_london" HotelName="citizenM Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM Tower of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|citizenm_london_shoreditch" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.51735085" Longitude="-0.07369392" StarRating="3" HotelCode="521962|commercial_house_2" HotelName="Aldgate Commercial House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Printer,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43B Commercial Street, London E1 6BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/a4/c7a4ffd00389279ad5389fc89da7a9768c18cead.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely aparthotel can be found in Aldgate. Located in 15 minutes walking distance from London B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.51727059" Longitude="-0.08919489" StarRating="3" HotelCode="872137|the_moorgate" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.5354676" Longitude="-0.1661333" StarRating="3" HotelCode="903691|the_new_inn_6" HotelName="The New Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Allitsen Road, St John’s Wood, London NW8 6LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/3d/143d7c55006908baedff336d53e2e223d51c87e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The New Inn Hotel to discover the wonders of London. The hotel offers a high standard of ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.55" OriginalAmount="145.55">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|32824" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.79" OriginalAmount="145.79">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|559823" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.513184499829" Longitude="-0.17912462353706" StarRating="3" HotelCode="38342|lancaster_hall" HotelName="Lancaster Hall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/54/5854eed36777c13c9b4019c166864e14778d4ea3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.491962755154" Longitude="-0.16848792761269" StarRating="4" HotelCode="52565|myhotel_chelsea" HotelName="Chelsea Green by Sonder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Ixworth Place, London SW3 3QX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/47/9a4788268c945d2e78bd36c81329d08ecd745d28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet residential street in Chelsea, at the doorstep of some of the world'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|best_western_mornington_hotel" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.425397113449" Longitude="-0.33453224396487" StarRating="3" HotelCode="115344|the_park_hotel_4" HotelName="The Park Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|the_caswell" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|travelodge_waterloo" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of some of the capital’s most iconic attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.5217208" Longitude="-0.153251" StarRating="0" HotelCode="573359|regency_hotel_parkside" HotelName="Regency Hotel Parkside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Nottingham Place, London W1U 5LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/97/cb97fef25e3e4281ece5333314782fd1420d809e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Regency Hotel Parkside in London (Marylebone), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.507450061117" Longitude="-0.09584110000003" StarRating="0" HotelCode="952433|native_bankside" HotelName="Native Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Bear Gardens, Empire Warehouse, London SE1 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/72/3b72fdc126171ffd106894a8149806ef18c3b0ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.05" OriginalAmount="146.05">
      <BasicPropertyInfo Latitude="51.515452928672" Longitude="-0.1727369427681" StarRating="3" HotelCode="27217|4681165" HotelName="Beverly City" 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>142 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/ec/6bec11f03e19954bae9249d014ff8a5a5e8e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Paddington district of the city, close to Paddington underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.49" OriginalAmount="146.49">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|216766" HotelName="Best Western Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.490601619768" Longitude="-0.13861015815832" StarRating="3" HotelCode="151374|lidos_hotel" HotelName="Lidos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lidos Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.498065" Longitude="-0.222208" StarRating="3" HotelCode="267555|saba_hotel_london" HotelName="Saba Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Shepherds Bush Road, London W6 7LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/e6/65e61459e33633277b6c52f0ba99f225b9591c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.55239618" Longitude="-0.29606532" StarRating="2" HotelCode="319536|travelodge_wembley_high_road" HotelName="Travelodge London Wembley High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>High Road, Wembley, London HA9 7AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c7/09c7f6b8863a5c3c3b01191972e211b0345e99ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|lamington_apartments" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.49718337" Longitude="-0.20780357" StarRating="3.5" HotelCode="630123|kensington_prime_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.51724616" Longitude="-0.0703108" StarRating="0" HotelCode="974556|the_buxton" HotelName="The Buxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Osborn Street, London E1 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ae/eeae5f67c57327a620d3fd97016eb268fef6f9bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.51337675" Longitude="-0.13575673" StarRating="0" HotelCode="986341|premier_inn_london_soho" HotelName="Hub by Premier Inn London Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hopkins Street, London W1F 0DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/58/4e5857db597affe7af6498955bf1c6e264286e85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.01" OriginalAmount="147.01">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|1062258" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.26" OriginalAmount="147.26">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|878561" HotelName="Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.44" OriginalAmount="147.44">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|143394" HotelName="Wellington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.60" OriginalAmount="147.60">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|367675" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="147.66" OriginalAmount="147.66">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|CAK205400" HotelName="Hilton London Metropole" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="147.66" OriginalAmount="147.66">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|CAR569000" HotelName="Hilton Euston" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.85" OriginalAmount="147.85">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|351185" HotelName="Crowne Plaza London - Kings Cross" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Griffin House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|53777" HotelName="ibis Styles London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|victor_hotel_3" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.511745" Longitude="-0.185447" StarRating="3" HotelCode="149259|hotel_43_london" HotelName="Hotel 43" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Queensborough Terrace, Westminster, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/98/1998aa1ebd6543f36bed0fd95a5ed1a3f0a0ad98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.44273395" Longitude="-0.14942567" StarRating="3" HotelCode="848816|the_bedford_balham" HotelName="The Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Bedford Hill, Balham, London SW12 9HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/74/7d74181b45336904789946561c7b02042495e8ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.500818054741" Longitude="-0.11265016504707" StarRating="0" HotelCode="986320|nox_hotels_waterloo" HotelName="NOX HOTELS - Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Lower Marsh, London SE1 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/17/5b17ea2fe7715cb2f6194a0b3a8451c7223a4238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.20" OriginalAmount="148.20">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|94500" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="148.40" OriginalAmount="148.40">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|CBP968800" HotelName="Canopy by Hilton London City" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.43" OriginalAmount="148.43">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|386195" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.00" OriginalAmount="149.00">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|london_marriott_hotel_kensington" HotelName="London Marriott Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 60...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.26" OriginalAmount="149.26">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|385205" HotelName="Holiday Inn Camden Lock" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|4301855" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.522636" Longitude="-0.103728" StarRating="4" HotelCode="82455|the_zetter_hotel" HotelName="The Zetter" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.529025978633" Longitude="-0.12289168265693" StarRating="2" HotelCode="114559|hotel_meridiana" HotelName="Meridiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 - 44 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/41/cd41ff503311fefe170af80cef13e75053ac5f31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.425765" Longitude="-0.22035" StarRating="3" HotelCode="207328|rose_and_crown_hotel_3" HotelName="The Rose &amp; Crown Wimbledon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 High Street, Wimbledon, Village, London SW19 5BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2bbc364e3254098dc9fab72fdbdf1e5d5f5ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.52786908" Longitude="-0.13658654" StarRating="2" HotelCode="398181|publove__exmouth_arms_euston__hostel" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.32" OriginalAmount="151.32">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|1632388" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.43" OriginalAmount="151.43">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|33364" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.77" OriginalAmount="151.77">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|33464" HotelName="Amba Hotel Marble Arch" 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,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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|24971" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,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,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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|royal_london_house_by_montcalm" HotelName="Montcalm Royal London House" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.5118" Longitude="-0.186" StarRating="3" HotelCode="495739|london_plaza_serviced_apartments" HotelName="London Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Inverness Terrace, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85926e89c7e4990146d9186bf9d7ae21cc5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is within close walking distance of the famous Whiteleys shopping centre and is located n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <BasicPropertyInfo Latitude="51.515579783756" Longitude="-0.17141997814179" StarRating="3" HotelCode="18292|411142" HotelName="Darlington Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-117 Sussex Gardens, Paddington, London W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/6161358b2c3e6acdb9fe833311b7d348601388bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|radisson_blu_edwardian_vanderbilt" HotelName="Radisson Blu Edwardian Vanderbilt 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,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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.515768042722" Longitude="-0.16028242032598" StarRating="4" HotelCode="267551|shaftesbury_suites_london_marble_arch" HotelName="Shaftesbury Suites London Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.501837" Longitude="-0.212617" StarRating="3" HotelCode="402131|kensington_suite_hotel" HotelName="Kensington Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 - 130 Holland Road, Earls Court, London W14 8BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/f9/83f9fa2c48a5449e9a533968698ad7b3ca636854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Holland Road in Kensington Olympia, this hotel is situated 1.7 km from Earl's Court Exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.15" OriginalAmount="154.15">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|219746" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.20" OriginalAmount="154.20">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|183194" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.34" OriginalAmount="154.34">
      <BasicPropertyInfo Latitude="51.510877563772" Longitude="-0.18519580364227" StarRating="3" HotelCode="47647|56534" HotelName="Comfort Inn Hyde Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.57" OriginalAmount="154.57">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|61604" HotelName="Bayswater Inn" 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,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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.76" OriginalAmount="154.76">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.79" OriginalAmount="154.79">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|7967362" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.86" OriginalAmount="154.86">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|923695" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.00" OriginalAmount="155.00">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|the_balmoral_house_hotel" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Balmoral House Hotel, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.00" OriginalAmount="155.00">
      <BasicPropertyInfo Latitude="51.36895734" Longitude="-0.09648989" StarRating="3.5" HotelCode="633060|flexistay_croydon_apartments" HotelName="CS Apartments - Croydon Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Park Lane, Croydon CR0 1DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6b/e26ba5b39d780ff6274ce4463464162bd249a81e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.46158312" Longitude="-0.29852931" StarRating="2" HotelCode="153320|quinns_hotel" HotelName="Quinns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Sheen Road, Richmond-Upon-Thames, TW9 1AW London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0c/e20c30f9bbd1a71fa6210c4e3443b7cf3b5f302e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than a 10-minute drive from Twickenham Stadium, Quinns Hotel offers free parking and a 24-hour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4.5" HotelCode="310354|gallery_hotel" HotelName="The Exhibitionist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place, Kensington, London SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45f0cbb6c5272c6cccc1ae4c99aaa5716bfb9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the vicinity of Earl's Court and Olympia (2.5 km away). It is wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.42511826" Longitude="-0.21751422" StarRating="3" HotelCode="339691|dog_and_fox_" HotelName="The Dog &amp; Fox" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 High Street, Wimbledon Village, London SW19 5EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/74/f374414b7b782362d3ebe024208301f240f6efe8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.51004379" Longitude="-0.12713057" StarRating="2" HotelCode="571166|hub_by_premier_inn_london_covent_garden" HotelName="hub by Premier Inn London Covent Garden" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.50643303" Longitude="-0.00704162" StarRating="0" HotelCode="986063|rainbow_studios_canary_wharf" HotelName="Rainbow Studios Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Gaselee Street, E14 9QZ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/1f/c91f8f1acdeb9c622a546689f2e7de0e461b5013.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.12" OriginalAmount="156.12">
      <BasicPropertyInfo Latitude="51.491531094997" Longitude="-0.1962947845459" StarRating="4" HotelCode="35463|1080878" HotelName="Twenty Nevern Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City 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>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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies amidst peaceful gardens and is situated close to the centre of London wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.13" OriginalAmount="156.13">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|382195" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.49" OriginalAmount="156.49">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|367925" HotelName="Langham Court Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.60" OriginalAmount="156.60">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|33164" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.62" OriginalAmount="156.62">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|186356" HotelName="Pullman London St Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.79" OriginalAmount="156.79">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|386035" 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>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|radisson_blu_edwardian_kenilworth_hotel" HotelName="Radisson Blu Edwardian Kenilworth 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|marlin_apartments_empire_square" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|the_leonard_hotel" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.508275026069" Longitude="0.035791397094727" StarRating="4" HotelCode="175055|aloft_london_excel" HotelName="Aloft London Excel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This the only hotel directly connected to the ExCel exhibition centre, just 4 km from London City Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.51040225" Longitude="-0.1332864" StarRating="0" HotelCode="986345|zedwell_piccadilly" HotelName="Zedwell Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.11" OriginalAmount="157.11">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|216866" HotelName="Best Western Plus The Delmere 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>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.72" OriginalAmount="157.72">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|629524" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.97" OriginalAmount="157.97">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|33054" HotelName="Millennium Hotel London Knightsbridge" Meals="BED &amp; BREAKFAST,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,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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.98" OriginalAmount="157.98">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|274615" HotelName="Malmaison London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet square in the heart of Bayswater, close to Queensway, Hyde Park and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|apex_temple_court_hotel_2" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just off bustling Fleet Street in London's historic Temple legal district. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.514351" Longitude="-0.190775" StarRating="3" HotelCode="221715|garden_court_hotel_3" HotelName="Garden Court" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Garden Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.511685577145" Longitude="-0.18654180304111" StarRating="2" HotelCode="292161|radnor_3" HotelName="Gallery Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>23 Inverness Terrace, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/56/f35685061693f4cfe50ec35c921de43284418a5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.08" OriginalAmount="158.08">
      <BasicPropertyInfo Latitude="51.495701790701" Longitude="-0.19507437944412" StarRating="3" HotelCode="14175|281485" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Victorian Kensington, one of the finest areas of London, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.2" OriginalAmount="158.2">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|2169605" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/da/c4dacf0349569b000ec15f7a729ddd0d793a2715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.84" OriginalAmount="158.84">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|340985" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing modern rooms with flat-screen TVs and an on-site restaurant, this Premier Inn is also only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is well served by public transport and is an ideal starting point for those wishing to ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|shaftesbury_hyde_park_international_2" HotelName="Shaftesbury Hyde Park International" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|london_city_suites_2" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.11" OriginalAmount="159.11">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|65684" HotelName="NH London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in London's exclusive Royal Borough of Kensington and Chelsea. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.92" OriginalAmount="159.92">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|163382" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.455175202913" Longitude="-0.30333906412125" StarRating="3" HotelCode="189781|bingham" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|ashburn_hotel" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kensingtion, close to major attractions such as Harrods and Hyde Park. Tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.75" OriginalAmount="160.75">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|33044" HotelName="The Bailey's Hotel London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is ideally situated at the heart of the London district of Kensington and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.492639977861" Longitude="-0.19628271460533" StarRating="3" HotelCode="259328|kensington_court" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the districts of Kensington and Earl's Court. Restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.618766614432" Longitude="-0.13603906745914" StarRating="4" HotelCode="434471|bay_tree_house_bed__breakfast" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bay Tree House B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|crowne_plaza_london_albert_embankment" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.56" OriginalAmount="161.56">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|809785" 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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.58" OriginalAmount="161.58">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|386235" HotelName="The Chilworth" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.52041463" Longitude="-0.08505351" StarRating="0" HotelCode="579466|st_christophers_liverpool_street" HotelName="St. Christopher's The Liverpool Street Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Wilson Street, London EC2A 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e7/f0e74b716d8cc634212de0249da24d2e6f32f664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163" OriginalAmount="163">
      <BasicPropertyInfo Latitude="51.511703" Longitude="-0.041415000000029" StarRating="3" HotelCode="311539|58706" HotelName="The Royal Foundation of St Katharine" 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>2 Butcher Row, London E14 8DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/fa/26fa9cfcdd5e2b029fe74f5f9cd28689f7d67031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|admiral" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.5018359" Longitude="-0.11665829" StarRating="3" HotelCode="263529|premier_inn_london_waterloo" HotelName="Premier Inn London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Wake up to the London Eye and enjoy skyscraper views of London&amp;apos;s iconic skyline</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.508025" Longitude="-0.10686799999996" StarRating="5" HotelCode="284137|mondrian_london" HotelName="Sea Containers London" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|grange_tower_bridge" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.23" OriginalAmount="163.23">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|2304935" HotelName="The Mitre 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>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/26548781a4f4d89233b88a81d619fea709021c87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.48" OriginalAmount="163.48">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|99182" HotelName="Tophams 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.75" OriginalAmount="163.75">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|1550728" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.81" OriginalAmount="163.81">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|218126" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.96" OriginalAmount="163.96">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.450936336712" Longitude="-0.29952169427929" StarRating="4" HotelCode="115309|the_petersham_hotel" HotelName="The Petersham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.47173496" Longitude="-0.45700118" StarRating="0" HotelCode="735444|aerotel_london_heathrow_terminal_3" HotelName="Aerotel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.00" OriginalAmount="165.00">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|hilton_garden_inn_london_heathrow_terminal_2" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.03" OriginalAmount="165.03">
      <BasicPropertyInfo StarRating="4" HotelCode="|37595" HotelName="Park Plaza County Hall London" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ADDINGTON STREET 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/9/5/37595_1b9e95c1111.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007. It has 395 studios and suites with a kitchen and a sitting room with satellite TV. River views. The establishment has 6 meeting rooms, a restaurant, a bar and WiFi (for a fee). In the establishment entrance, guests will find a lobby, a reception, a currency exchange service, a cloakroom, a lift and a cafÃ©. The establishment also offers room service and a laundry service. SITUATION: This establishment is next to the Thames River, next to Westminster Bridge, close to Waterloo International Railway Station. It is well-connected with the London Eye, the Houses of Parliament and the Big Ben It's 9 kilometres from London City Airport and 16 kilometres away from Airport London Heathrow. It is 29 kilometres away from Gatwick Airport. 35 kilometres away, you can find Luton Airport. It's 36 kilometres from Stansted Airport. ROOM: Clients are offered standard rooms with a bathroom, a kitchenette with a microwave, a coffee maker, a kettle, a mini-bar, an iron, a television and a radio. They also have a hairdryer, a direct line telephone, a safe, internet, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a gym, a sauna and a steam bath. Guests are offered a massage service have surcharges. OTHERS: The establishment serves a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.33" OriginalAmount="165.33">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|367965" HotelName="Strathmore Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.43" OriginalAmount="165.43">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|367685" HotelName="Fitzrovia Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located at the heart of London's West End just a few minutes from the city's famous theatres, this h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.61" OriginalAmount="165.61">
      <BasicPropertyInfo Latitude="51.492820949851" Longitude="-0.19419885110312" StarRating="3" HotelCode="20412|1800888" HotelName="London Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|cannizaro_house" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.497258919592" Longitude="-0.22302970290184" StarRating="3" HotelCode="189715|the_brook_green_hotel" HotelName="Brook Green" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>170 Shepherd's Bush Road, London W6 7PB, Hammersmith</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/56/8456303b78f35a8f2dbdfa0fa6356e65677d3995.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.515960346889" Longitude="-0.11874675750732" StarRating="4" HotelCode="189771|club_quarters_lincolns_inn_fields" HotelName="Club Quarters Hotel Lincoln's Inn Fields" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.08" OriginalAmount="166.08">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|428955" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.60" OriginalAmount="166.60">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|411219" HotelName="Hilton London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.66" OriginalAmount="166.66">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|33004" HotelName="Marriott Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,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>
        <HotelDescription>&lt;br/&gt;This luxury 4-star hotel is in an ideal location with plenty of London's attractions nearby to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|richmond_gate_hotel" HotelName="Richmond Harbour Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top of Richmond Hill. It is located in Surrey, just 11 km from London's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.01" OriginalAmount="167.01">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|696635" HotelName="The Chelsea Harbour Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly 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,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>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.11" OriginalAmount="167.11">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|1062328" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.27" OriginalAmount="167.27">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|634815" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.50" OriginalAmount="167.50">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|1062168" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.508276236287" Longitude="0.038858318227767" StarRating="3" HotelCode="94604|premier_inn_london_docklands_excel" HotelName="London Docklands (Excel) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;With a 24-hour front desk and popular restaurant, this modern hotel offers spacious rooms with Wi-Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.54598" Longitude="-0.055857" StarRating="4" HotelCode="187075|the_old_ship_inn_hackney" HotelName="The Old Ship" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, Sylvester Path, London E8 1EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bd/33bd7ec70331d64b701a9610ce7af7397eb6e4f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Hackney Central Train Station, only 15 minutes’ train journey from Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.48138122" Longitude="-0.19819582" StarRating="3" HotelCode="433348|malt_house" HotelName="The Malt House Fulham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Vanston Place, Fulham, London SW6 1AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/88/f888813f72339bc2ebf00bafd3611d8e240cfb30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.28" OriginalAmount="168.28">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|911555" 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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.40" OriginalAmount="168.40">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|746575" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.73" OriginalAmount="168.73">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|384905" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Belgrave Road, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b8/9ab8c3ec7c8674e79e78169ea9497d50e7ed046c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in Pimilico. Many of the major attractions, including the world-famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.00" OriginalAmount="169.00">
      <BasicPropertyInfo Latitude="51.505154360949" Longitude="-0.098252881614712" StarRating="4" HotelCode="199763|citizenm_london_bankside" HotelName="citizenM London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM London Bankside.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.01" OriginalAmount="169.01">
      <BasicPropertyInfo Latitude="51.491271623332" Longitude="-0.17191980530743" StarRating="4" HotelCode="18117|1551638" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sydney House Chelsea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.96" OriginalAmount="169.96">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|32554" HotelName="Hard Rock Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.00" OriginalAmount="170.00">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|grange_st_pauls" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.16" OriginalAmount="170.16">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|636991" HotelName="Assembly London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.64" OriginalAmount="170.64">
      <BasicPropertyInfo Latitude="51.513565232592" Longitude="-0.17822197536446" StarRating="3" HotelCode="67829|340935" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.529453" Longitude="-0.122089" StarRating="2" HotelCode="149811|howard_winchester_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Howard Winchester Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.41368511" Longitude="-0.30543318" StarRating="4" HotelCode="446572|doubletree_by_hilton_london_kingston_upon_thames" HotelName="DoubleTree by Hilton Hotel London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.55005897" Longitude="-0.09049549" StarRating="0" HotelCode="743314|beresford_road_london_rooms" HotelName="Beresford Road London Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63D Beresford Road, Islington, London N5 2HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a1/63a1ad34c7126744757522b7f434b82560f6da50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.79" OriginalAmount="171.79">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|219806" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172" OriginalAmount="172">
      <BasicPropertyInfo Latitude="51.516160641997" Longitude="-0.17352148890495" StarRating="2" HotelCode="189723|45419" HotelName="Tony's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.517906510393" Longitude="-0.079725980758667" StarRating="4" HotelCode="38251|196_bishopsgate" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London's financial district, only minutes by underground away from the West...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|melita_house_hotel" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/0c/7e0c656c3fbfc980c19d4ec50355146a378723f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.4703" Longitude="-0.1778" StarRating="4" HotelCode="477267|falcon_wharf_apartments" HotelName="Falcon Wharf Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Lombard Road, London SW11 3RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/b1/21b1781dcece4d38580f695d5852831b77e6f123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated In Lively Battersea, Overlooking The River Thames, Falcon Wharf Apartments Offer Luxury Acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.57587681" Longitude="-0.20122212" StarRating="0" HotelCode="499246|croft_court_hotel" HotelName="Croft Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>44 Ravenscroft Avenue, London NW11 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fd/b6fd4ded645a1c58fbd5f7757c512995cc98f268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Croft Court Hotel in London (Golders Green), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.52178927" Longitude="-0.13203102" StarRating="2" HotelCode="579346|jesmond_hotel_4" HotelName="Jesmond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/56/8956295899efcf64acfd060874dc3e6bf911ce50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|citadines_islington_london" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.498679" Longitude="-0.081177" StarRating="4" HotelCode="115828|think_bermondsey_street_2" HotelName="Go Native London Bridge - Bermondsey Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Bermondsey Street, London SE1 3TQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/8a/e78a38f69fec4327d89b4bb6bcdd6967627e9fe0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.514641715439" Longitude="-0.14841735363007" StarRating="4" HotelCode="337093|radisson_blu_edwardian_berkshire_hotel" HotelName="Radisson Blu Edwardian Berkshire 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,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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Oxford Street, close to Bond Street right at the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|radisson_blu_edwardian_new_providence_wharf" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;Based in the heart of Europe's most dynamic business location, this luxury London hotel is a great o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|south_point_suites" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.29" OriginalAmount="173.29">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|866115" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.94" OriginalAmount="173.94">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|382235" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Situated in the historic city of Westminster, in the heart of central London, this apart'hotel is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.86" OriginalAmount="174.86">
      <BasicPropertyInfo Latitude="51.51122" Longitude="-0.18527" StarRating="3" HotelCode="47318|32434" HotelName="Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/67 Queensborough Terrace, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e8/2ee8021a04a33655a2e67a6e479f356b42ed7ac0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right at the centre of London, this hotel lies close to plenty of sightseeing attractions as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.527750223819" Longitude="-0.08900307220199" StarRating="5" HotelCode="305708|m_by_montcalm_shoreditch_london_tech_city" HotelName="M by Montcalm London Shoreditch Tech City" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.52207551" Longitude="-0.11066658" StarRating="4" HotelCode="388543|the_clerk__well_pub__rooms" HotelName="The Clerk &amp; Well Pub &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156 Clerkenwell Road, London EC1R 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/29/5129c373646798900505774e7e27c02194f0f6c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Clerk &amp; Well Pub &amp; Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.17" OriginalAmount="175.17">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|33544" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Undergr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.29" OriginalAmount="175.29">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|33494" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|399770" HotelName="Sloane Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.00" OriginalAmount="176.00">
      <BasicPropertyInfo Latitude="51.515012658999" Longitude="-0.17635373820042" StarRating="2" HotelCode="401566|the_pride_of_paddington" HotelName="The Pride of Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Designated Smoking Area,Internet,Lounge,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Craven Road, Paddington, London W2 3BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/14/2114d80a5ee65abfe5b07c09b113bf5538f222ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pride of Paddington.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177" OriginalAmount="177">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.00" OriginalAmount="177.00">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|goodenough_club" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.00" OriginalAmount="177.00">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|presidential_apartments__kensington" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.28" OriginalAmount="177.28">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|2441955" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178" OriginalAmount="178">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.00" OriginalAmount="179.00">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|park_plaza_victoria_london" HotelName="Park Plaza Victoria London" 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,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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.00" OriginalAmount="179.00">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|st_mark_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.31" OriginalAmount="179.31">
      <BasicPropertyInfo Latitude="51.4921395" Longitude="-0.187852" StarRating="4" HotelCode="34454|1080928" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.00" OriginalAmount="180.00">
      <BasicPropertyInfo Latitude="51.507058333333" Longitude="-0.10504483333333" StarRating="3" HotelCode="114530|the_mad_hatter_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.00" OriginalAmount="180.00">
      <BasicPropertyInfo Latitude="51.513343076526" Longitude="-0.17982065677643" StarRating="3.5" HotelCode="189733|hyde_park_apartments_8" HotelName="Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Craven Hill, London W2 3DS, Westminster</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/86/fc86768f51903baac3780df059e32043ef9f4a4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181" OriginalAmount="181">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|1125" HotelName="St. James’ Court, A Taj Hotel" 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,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.00" OriginalAmount="181.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.120591" StarRating="3" HotelCode="915060|the_harrison" HotelName="The Harrison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" HotelFacility="Bar,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Harrison Street, Kings Cross, London WC1H 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7a/8d7ac45f06a0b9c4889adf076199a4700a7f66a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.15" OriginalAmount="181.15">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|193433" HotelName="Hilton London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.39" OriginalAmount="181.39">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|932475" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.37" OriginalAmount="182.37">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|382005" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.92" OriginalAmount="182.92">
      <BasicPropertyInfo StarRating="3" HotelCode="|191812" HotelName="London Court" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>194-196 Earls Court Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/8/1/2/191812_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.00" OriginalAmount="183.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|hotel_moonlight_8" 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>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.22" OriginalAmount="183.22">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|32544" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.68" OriginalAmount="183.68">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|33474" 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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.52616225" Longitude="-0.12620373" StarRating="3" HotelCode="448237|harlingford_hotel" HotelName="Harlingford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Cartwright Gardens, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0b/aa0b4b62f6011d46abdd021a96d74d3421cadf0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.63" OriginalAmount="184.63">
      <BasicPropertyInfo StarRating="3" HotelCode="|167601" HotelName="The Brook Green" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shepherd Bush Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/6/0/1/167601_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is Victorian style with WiFi (free of charge). SITUATION: The hotel is a 10-minute walk away from O2 Shepherds Bush Empire ROOM: It has simple rooms, elegant with an air-conditioning system, a kettle, a coffee maker, a television, a trouser press and a bathroom with a hairdryer. MEALS: The establishment offers English breakfast and dinner service. Clients have at their disposal a pub with a fireplace, sofas and a terrace with a garden.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.5122" Longitude="-0.1975" StarRating="3" HotelCode="479648|dawson_place_juliettes_bed_and_breakfast" HotelName="Juliette's Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Dawson Place, London W2 4TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/a1/2fa1a2f2f79bc3e53bbe08705cbd2ed69188e6a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.50" OriginalAmount="186.50">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|68484" HotelName="Roseate House 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,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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.50" OriginalAmount="186.50">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|428965" HotelName="The Rembrandt" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187" OriginalAmount="187">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187" OriginalAmount="187">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is a 4-minute walk from the Royal Albert tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.00" OriginalAmount="188.00">
      <BasicPropertyInfo Latitude="51.490442155822" Longitude="-0.14593730558075" StarRating="4" HotelCode="114340|the_windermere_hotel" HotelName="Windermere" 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>142-144 Warwick Way, London, Victoria, Greater London SW1V 4JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/67/0967ddf793460ded0dd5488088de5097ced47ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.00" OriginalAmount="189.00">
      <BasicPropertyInfo Latitude="51.489679785993" Longitude="-0.19469633862309" StarRating="2" HotelCode="147149|hotel_earls_court" HotelName="Hotel Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Warwick Road, Earls Court, London SW5 9UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f7/6bf731cb5c287f99bbae9477d7aea238da53faa2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Earls Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.00" OriginalAmount="189.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|the_morton_hotel_" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.13" OriginalAmount="189.13">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|14990" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.00" OriginalAmount="190.00">
      <BasicPropertyInfo Latitude="51.51986566" Longitude="-0.10654965" StarRating="4" HotelCode="479591|the_one_tun_pub_rooms" HotelName="The One Tun Pub and Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Saffron Hill, EC1N 8QS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/19/b919f4c37b7e591729a756480f2fb6d9eebdca34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.67" OriginalAmount="190.67">
      <BasicPropertyInfo Latitude="51.495225039799" Longitude="-0.18277645111084" StarRating="3" HotelCode="14976|2425275" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.46" OriginalAmount="191.46">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|98748" HotelName="Andaz London Liverpool Street" 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.16" OriginalAmount="192.16">
      <BasicPropertyInfo Latitude="51.495437125426" Longitude="-0.18085244907377" StarRating="4" HotelCode="35441|369425" 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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is located on Cromwell Road, one of the most important access roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.90" OriginalAmount="192.90">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|1426318" HotelName="The Academy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193" OriginalAmount="193">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.52251227" Longitude="-0.135828" StarRating="3.5" HotelCode="496028|fitzrovia_belle_public_house_hotel" HotelName="Fitzrovia Belle Public House &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>174 Tottenham Court, London W1T 7NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d7/b0d7fbf1ca2dcbf7886e919149b30d3203fe5d64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|hotel_indigo_london_1_leicester_square" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.00" OriginalAmount="194.00">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|hilton_london_paddington" HotelName="Hilton London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.00" OriginalAmount="194.00">
      <BasicPropertyInfo Latitude="51.52320082" Longitude="-0.138679" StarRating="0" HotelCode="725278|the_grafton_arms" HotelName="The Grafton Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Grafton Way, London W1T 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ef/67ef2bc4e909e7bbe6b30e9a6b49a6a683c1d9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.00" OriginalAmount="195.00">
      <BasicPropertyInfo Latitude="51.460715" Longitude="-0.187749" StarRating="4" HotelCode="267547|the_alma_hotel" HotelName="The Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>499 Old York Road, Wandsworth, London SW18 1TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/10/90106ae715e62e06ef171550f0f8ee08159a0987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Alma.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.14" OriginalAmount="195.14">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|344565" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196" OriginalAmount="196">
      <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="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.54" OriginalAmount="196.54">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|382135" HotelName="The Piccadilly London West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Shaftesbury Avenue from where guests may reach many of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <BasicPropertyInfo Latitude="51.499345162181" Longitude="-0.22188171744347" StarRating="2" HotelCode="166889|4122" HotelName="Hotel 65" 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>65 Shepherds Bush Road, Hammersmith, London W6 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f1/a4f12d522b09aceb58e93249301eb5eb93c61b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.00" OriginalAmount="197.00">
      <BasicPropertyInfo Latitude="51.492615" Longitude="-0.186329" StarRating="2" HotelCode="902781|st_simeon" HotelName="St Simeon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is superbly situated in the centre of London, in the heart of the fashionable and exclusi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.15" OriginalAmount="197.15">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|41194" HotelName="The Westminster London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.72" OriginalAmount="197.72">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|1080848" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.00" OriginalAmount="198.00">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="0" HotelCode="962161|the_standard_london" HotelName="Standard Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.00" OriginalAmount="198.00">
      <BasicPropertyInfo Latitude="51.51532556" Longitude="-0.1914806" StarRating="0" HotelCode="986068|the_hayden_pub_rooms" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.47" OriginalAmount="198.47">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|54104" HotelName="Mercure London Hyde Park" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|the_grand_at_trafalgar_square_2" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.4923823" Longitude="-0.1950967" StarRating="4" HotelCode="903118|templeton_place" HotelName="Templeton Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Templeton Place is a popular choice amongst travelers in London, whether exploring or just passing t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.88" OriginalAmount="199.88">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|669215" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200" OriginalAmount="200">
      <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 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.00" OriginalAmount="200.00">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|the_hoxton_holborn" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.92" OriginalAmount="200.92">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|1551778" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.00" OriginalAmount="201.00">
      <BasicPropertyInfo Latitude="51.49622617" Longitude="0.00991399" StarRating="3" HotelCode="517550|the_pilot_inn" HotelName="The Pilot Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 River Way, Greenwich, SE10 0BE London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/83/0d83f16261d74d12f692aa8ab626a6d1e427d762.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.00" OriginalAmount="201.00">
      <BasicPropertyInfo Latitude="51.5262539" Longitude="-0.12688900000001" StarRating="3" HotelCode="903418|euro_hotel_5" HotelName="Euro Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Cartwright Gardens, Russel Square, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f4/f3f4db28e9a5e1a8bffaa67d18bf56729548a99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|58579" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="202.00">
      <BasicPropertyInfo Latitude="51.423172303325" Longitude="-0.20898463988112" StarRating="0" HotelCode="986113|wimbledon_holiday_lets" HotelName="Wimbledon Holiday Lets" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>69 Woodside, London SW197AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/99/a0998b37ba902720e10cd1acff828ad7d504b4ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.00" OriginalAmount="203.00">
      <BasicPropertyInfo Latitude="51.494574962138" Longitude="-0.19285843091484" StarRating="4" HotelCode="89405|the_rockwell" HotelName="The Rockwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Cromwell Road, London SW5 0SF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5e/185ec20a1bcabe5470e49e49b873ed4eaa493180.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.00" OriginalAmount="203.00">
      <BasicPropertyInfo Latitude="51.527226106956" Longitude="-0.18317819553772" StarRating="4" HotelCode="225070|the_warrington_hotel" HotelName="The Warrington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Warrington Crescent, London W9 1EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/45/ae45301b04a62cf2847ec519890e29b968bcd60f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.49" OriginalAmount="203.49">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|43504" 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>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204" OriginalAmount="204">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.15" OriginalAmount="204.15">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|746155" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.00" OriginalAmount="205.00">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|pestana_chelsea_bridge_hotel__spa" 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" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.00" OriginalAmount="205.00">
      <BasicPropertyInfo Latitude="51.515980376439" Longitude="-0.12021660804749" StarRating="4" HotelCode="259427|middle_eight" HotelName="Middle Eight" 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,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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel has a classical façade and a central situation in the Covent Garden area of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.53" OriginalAmount="206.53">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|2259205" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207" OriginalAmount="207">
      <BasicPropertyInfo Latitude="51.524567701034" Longitude="-0.11796723372959" StarRating="4" HotelCode="554898|458171" HotelName="Goodenough College" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Mecklenburgh Square, London WC1N 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/38/3438e199af32a6e417f40fd1717694a7efc48a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.4928655" Longitude="-0.2546085" StarRating="3" HotelCode="199786|high_road_house" HotelName="High Road House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Chiswick High Road, London W4 1PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/04/e1043a2da0f73ebf51b6383780f25b90006ab211.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|the_gyle" HotelName="The Gyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.51921909" Longitude="-0.16872725" StarRating="0" HotelCode="980177|sonder_edgware_road" HotelName="Sonder Edgware Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Edgware Road, London W21DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/5c/405ce70d4d0d975f114cac69da987e6db0f7e22c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.47" OriginalAmount="208.47">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|367705" 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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.00" OriginalAmount="210.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|the_pelham_hotel" HotelName="The Pelham" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.00" OriginalAmount="210.00">
      <BasicPropertyInfo Latitude="51.508028235391" Longitude="-0.10528874268163" StarRating="5" HotelCode="775465|bankside_hotel_autograph_collection" HotelName="Bankside Hotel, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211" OriginalAmount="211">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated close to Marble Arch. Numerous shops and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.00" OriginalAmount="211.00">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|camden_enterprise_hotel" HotelName="Camden Enterprise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.49" OriginalAmount="212.49">
      <BasicPropertyInfo Latitude="51.51314978" Longitude="-0.1420216" StarRating="5" HotelCode="115310|2440295" HotelName="No. 5 Maddox Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.79" OriginalAmount="212.79">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|732725" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Originals City, Hotel Le Lion d'or, Chin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215" OriginalAmount="215">
      <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>
        <HotelDescription>&lt;br/&gt;Set in the heart of bustling Soho, just minutes from famous London streets like Oxford and Regent St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.00" OriginalAmount="215.00">
      <BasicPropertyInfo Latitude="51.52510996" Longitude="-0.08285078" StarRating="5" HotelCode="535553|nobu_hotel_shoreditch" HotelName="Nobu Hotel Shoreditch" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.00" OriginalAmount="216.00">
      <BasicPropertyInfo Latitude="51.513992" Longitude="-0.122167" StarRating="3" HotelCode="189761|fielding_hotel" HotelName="The Fielding Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.00" OriginalAmount="217.00">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|south_place_hotel" HotelName="South Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is South Place Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.07" OriginalAmount="217.07">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|809345" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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>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>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220" OriginalAmount="220">
      <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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.40" OriginalAmount="220.40">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|359855" HotelName="Durrants Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.00" OriginalAmount="221.00">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|the_curtain" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.56" OriginalAmount="222.56">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|32394" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the very heart of Kensington with its couture designer shops and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.00" OriginalAmount="224.00">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|fifty_four_boutique_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225" OriginalAmount="225">
      <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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is centrally located in the shopping district of Knightsbridge, jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225" OriginalAmount="225">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.74" OriginalAmount="225.74">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|89749" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.00" OriginalAmount="226.00">
      <BasicPropertyInfo Latitude="51.49178428" Longitude="-0.19216838" StarRating="0" HotelCode="847238|blackbird_2" HotelName="The Blackbird" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209 Earl's Court Road, London SW5 9AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/24/13243674a2c7470e53da5e4536bddc928dc96f78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.24" OriginalAmount="226.24">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|61324" HotelName="The Mandeville 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.64" OriginalAmount="226.64">
      <BasicPropertyInfo Latitude="51.529736843821" Longitude="-0.12366212505287" StarRating="4" HotelCode="93106|1062228" HotelName="Hotel Megaro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227" OriginalAmount="227">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.23" OriginalAmount="227.23">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|32634" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.98" OriginalAmount="227.98">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|228186" 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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.49" OriginalAmount="228.49">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|33254" HotelName="Royal Garden" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.40" OriginalAmount="229.40">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|1626818" HotelName="The Gore" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen’s Gate, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.60" OriginalAmount="229.60">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|54054" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.63" OriginalAmount="229.63">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|33344" HotelName="Holmes Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.76" OriginalAmount="229.76">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|33504" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.00" OriginalAmount="230.00">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|novotel_london_excel" HotelName="Novotel London Excel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.00" OriginalAmount="230.00">
      <BasicPropertyInfo Latitude="51.583273499905" Longitude="-0.2167996036701" StarRating="4" HotelCode="263535|the_pillar" HotelName="The Pillar Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pillar Hotel London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.00" OriginalAmount="231.00">
      <BasicPropertyInfo Latitude="51.515381346449" Longitude="-0.07494840420145" StarRating="1.5" HotelCode="638103|travelodge_london_city" HotelName="Travelodge London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Middlesex Street, London E1 7EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c5/d4c5ef774d778d26991fcfd0a471e6760698fde4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.38" OriginalAmount="231.38">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|6650" HotelName="The Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.00" OriginalAmount="232.00">
      <BasicPropertyInfo Latitude="51.513021" Longitude="-0.100873" StarRating="4" HotelCode="77803|kings_wardrobe_apartments_by_bridgestreet" HotelName="The Kings Wardrobe by BridgeStreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Wardrobe Place, London, EC4V 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/a0/2ba05ae8371536bff5febe12fff363a69fa6ad58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.00" OriginalAmount="234.00">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|page8" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.19" OriginalAmount="234.19">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|274655" HotelName="Montague on the Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.00" OriginalAmount="236.00">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|the_sumner_hotel" HotelName="The Sumner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.39" OriginalAmount="236.39">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.00" OriginalAmount="237.00">
      <BasicPropertyInfo Latitude="51.518697" Longitude="-0.153904" StarRating="4" HotelCode="166881|ten_manchester_street" HotelName="10 Manchester Street" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is nestled just off Marylebone High Street with its ‘village’ feel, eclectic boutiques, ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.00" OriginalAmount="237.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|intercontinental_london__the_o2" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY" 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 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.67" OriginalAmount="237.67">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.00" OriginalAmount="238.00">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|marriott_executive_apartments_london_west_india_quay_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.00" OriginalAmount="240.00">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|the_nadler_soho" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.00" OriginalAmount="240.00">
      <BasicPropertyInfo Latitude="51.50372184215" Longitude="-0.11141300363545" StarRating="3" HotelCode="503151|the_wellington" HotelName="The Wellington Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="ATM/Cash Machine,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Garden,Internet,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Waterloo Road, London SE1 8UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/2c/172c107a87706958245a2797c064482469ace6e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Wellington Hotel in London (South Bank), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241" OriginalAmount="241">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|224605" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.00" OriginalAmount="243.00">
      <BasicPropertyInfo Latitude="51.493167976799" Longitude="-0.15965321981106" StarRating="5" HotelCode="114430|draycott_hotel" HotelName="Draycott Hotel" 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>26 Cadogan Gardens, London SW3 2RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d3/85d313aa5eb9fe681df13b6e8d763abfc4067d71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a 10-minute walk from Knightsbridge, 500 m from the Saatchi Gallery and a 2-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.10" OriginalAmount="243.10">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|33534" HotelName="The Waldorf Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244" OriginalAmount="244">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel occupies a fantastic location in one of London's oldest and most fashionable areas. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.00" OriginalAmount="245.00">
      <BasicPropertyInfo Latitude="51.495908546993" Longitude="-0.208038053373" StarRating="3" HotelCode="385974|hand_flower" HotelName="Hand &amp; Flower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet,LCD/Projector,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Hammersmith Road, Hammersmith, London W14 8XJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ed/b5ed6b78b5b230cd9c945d306f1fe82018ad4c7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hand &amp; Flower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.00" OriginalAmount="246.00">
      <BasicPropertyInfo Latitude="51.520177" Longitude="-0.130307" StarRating="4" HotelCode="114320|staunton_hotel" HotelName="Staunton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Gower Street, Bloomsbury, London WC1E 6HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b0/f0b02da5b592412de69ec75c5ef19cb37bf9c0d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, this city hotel is only a few minutes’ walk from Oxford ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.00" OriginalAmount="248.00">
      <BasicPropertyInfo Latitude="51.50574317" Longitude="-0.1477119" StarRating="4" HotelCode="519354|9_hertford_street" HotelName="9 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Hertford Street, Mayfair, London W1J 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e6/21e687411eb43eb9d46939822270b140ab14594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|boundary" HotelName="Boundary" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.16" OriginalAmount="249.16">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|33264" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.04" OriginalAmount="250.04">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|102239" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.00" OriginalAmount="251.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|zetter_townhouse_maryleb" HotelName="The Zetter Townhouse Marylebone" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.00" OriginalAmount="251.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="967731|georgianas_guest_house" HotelName="Georgiana's Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Cresford Road, Hammersmith And Fulham, London SW6 2AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/91/8b91c2917163f41533edb6b22fad9bc0e6e5bac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252" OriginalAmount="252">
      <BasicPropertyInfo Latitude="51.529345" Longitude="-0.126088" StarRating="5" HotelCode="173526|31913" HotelName="St. Pancras Renaissance London" 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,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>
        <HotelDescription>&lt;br/&gt;Located in the heart of London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.35" OriginalAmount="253.35">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|1080968" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.00" OriginalAmount="254.00">
      <BasicPropertyInfo Latitude="51.494234784687" Longitude="-0.17553448677063" StarRating="5" HotelCode="259333|the_ampersand_hotel" HotelName="The Ampersand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just a minute's walk from South Kensington Underground Station. N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.00" OriginalAmount="256.00">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|cheval_three_quays" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.16" OriginalAmount="256.16">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|33334" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located in the exclusive shopping area of Kensington, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257" OriginalAmount="257">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258" OriginalAmount="258">
      <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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.00" OriginalAmount="259.00">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|great_scotland_yard_hotel_the_unbound_collection_by_hyatt" HotelName="Great Scotland Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.06" OriginalAmount="261.06">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|33274" HotelName="Royal Lancaster London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.00" OriginalAmount="262.00">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|me_london" HotelName="ME London" 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,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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.31" OriginalAmount="262.31">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|6564" HotelName="The Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.00" OriginalAmount="263.00">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|holiday_inn_london__oxford_circus" HotelName="Holiday Inn Oxford Circus" 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,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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.33" OriginalAmount="263.33">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|6646" HotelName="The Marylebone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the city centre and public transport links are to be found nearb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.00" OriginalAmount="265.00">
      <BasicPropertyInfo Latitude="51.51327329" Longitude="-0.08513037" StarRating="0" HotelCode="847372|counting_house" HotelName="Counting House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Cornhill, London EC3V 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/3f/003f3ccbbae283b1a41b34019b707d2d9b58cfdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.92" OriginalAmount="265.92">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|1551628" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.00" OriginalAmount="267.00">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|chilworth_court_" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-129 Gloucester Terrace, Bayswater, London W2 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a0/00a01f09468483d15a1ce348c300c739adcd177e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Luxury Serviced Apartments in Bayswater: Chilworth Court Apartments offers a selection of 20 spaciou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.21" OriginalAmount="269.21">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|386075" HotelName="Treehouse London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top end of fashionable Regent Street in one of the most exclusive areas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.00" OriginalAmount="270.00">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|avni_apartments_2" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the Royal Borough of Kensington and Chelsea, with many of the cap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.00" OriginalAmount="270.00">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|mayfair_house_2" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.87" OriginalAmount="270.87">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|863245" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.00" OriginalAmount="272.00">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|h10_london_waterloo" HotelName="H10 London Waterloo" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.00" OriginalAmount="272.00">
      <BasicPropertyInfo Latitude="51.52890765" Longitude="-0.11763845" StarRating="0" HotelCode="793188|35_swinton_street_2" HotelName="35 Swinton Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Swinton Street, Camden, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/21/3121d9329ff2f1ff3c78c04d567715fc5dddf2c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.00" OriginalAmount="273.00">
      <BasicPropertyInfo Latitude="51.5208416" Longitude="-0.1593971" StarRating="2" HotelCode="267552|maryleb_inn" HotelName="Marylebone Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 Gloucester Place, London W1U 6JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/0e/c20ecf8c9529c0de47498d500836db0993c6798c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hyde Park, Marylebone Inn Hotel is a perfect starting point from which to explore London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.15" OriginalAmount="273.15">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|183898" HotelName="Conrad London St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.71" OriginalAmount="273.71">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|386495" 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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.73" OriginalAmount="273.73">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|1915595" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place, London W1H 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/0d/db0ddea8e9de3be08d440b0769de4fbe9550a0d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a peaceful location. In a number of minutes, guests will easily re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.00" OriginalAmount="274.00">
      <BasicPropertyInfo Latitude="51.496462698443" Longitude="-0.15566881349184" StarRating="3" HotelCode="903390|the_diplomat_hotel" HotelName="The Diplomat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chesham Street, London SW1X 8DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/80/73800612fa34f2f62cb0a6417409be57fdd3dc79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276" OriginalAmount="276">
      <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>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.00" OriginalAmount="277.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4.5" HotelCode="986336|the_westin_london_city" HotelName="The Westin London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Upper Thames Street, London EC4V 3AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/a4/4fa4760d965296d55a73ddf0331f6eeb7dd80398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.00" OriginalAmount="278.00">
      <BasicPropertyInfo Latitude="51.499124064552" Longitude="-0.13447925448418" StarRating="4" HotelCode="318126|st_ermins_hotel_autograph_collection" HotelName="St. Ermin's Hotel, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a splendid location from which it is easy to begin exploration of London's stunnin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.73" OriginalAmount="279.73">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|33384" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="280.94" OriginalAmount="280.94">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|122464" 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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.00" OriginalAmount="283.00">
      <BasicPropertyInfo Latitude="51.544117" Longitude="-0.152299" StarRating="3" HotelCode="98726|camden_lock_hotel" HotelName="Selina Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Central Heating,Designated Smoking Area,Fax,Internet,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Chalk Farm Road, London NW1 8AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/55/1955a5af3db8808ce17df385531b7edb499aea59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.01" OriginalAmount="285.01">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|228056" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.00" OriginalAmount="286.00">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|the_queens_gate_hotel" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated at the Royal Borough of Kensington and Chelsea, the Royal Albert Hall,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.00" OriginalAmount="286.00">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|batty_langleys" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.00" OriginalAmount="288.00">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|w_london_leicester_square" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="288.78" OriginalAmount="288.78">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|7549" HotelName="London Hilton on Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.00" OriginalAmount="291.00">
      <BasicPropertyInfo Latitude="51.48898953" Longitude="-0.14651681" StarRating="2" HotelCode="441224|publove_at_the_white_ferry_victoria__hostel" HotelName="The White Ferry House Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A Sutherland Street, London SW1V 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/91/019130bafbfbefc474d29ed12f3f2c4bdb654c99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.00" OriginalAmount="291.00">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|the_mandrake_hotel" HotelName="The Mandrake Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.38" OriginalAmount="291.38">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|734625" 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>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292" OriginalAmount="292">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.34" OriginalAmount="292.34">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|365245" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.52" OriginalAmount="292.52">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|356985" 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>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of Mayfair. It is within 500 metres of Oxford Street an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.00" OriginalAmount="294.00">
      <BasicPropertyInfo Latitude="51.4527155" Longitude="-0.10079585" StarRating="0" HotelCode="583165|half_moon_5" HotelName="Half Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Half Moon Lane, Herne Hill, London SE24 9HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/37/15378e67d88ecf06fd92e31c4eec01de2bc6a766.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.23" OriginalAmount="296.23">
      <BasicPropertyInfo Latitude="51.4998611625" Longitude="-0.161455475" StarRating="4" HotelCode="114470|1551598" HotelName="The Levin" 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>28 Basil Street, Knightbridge, London SW3 1AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4c/a04c52f5de8ef3ecc41aa9c42405a01a3f44c979.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297" OriginalAmount="297">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|9498" HotelName="The Tavistock Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="303.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|no11_cadogan_gardens" 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>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="306.00">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|the_ned" HotelName="The Ned London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.00" OriginalAmount="307.00">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|pan_pacific_london" HotelName="Pan Pacific London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.00" OriginalAmount="308.00">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|the_portobello_hotel" HotelName="Portobello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.11" OriginalAmount="308.11">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|384035" 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>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.00" OriginalAmount="309.00">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|hyatt_regency_london_the_churchill" HotelName="Hyatt Regency London - The Churchill" 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,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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.00" OriginalAmount="314.00">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|the_athenaeum" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.86" OriginalAmount="315.86">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|68004" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in the elegant district of Mayfair, this luxury hotel enjoys a convenient position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.07" OriginalAmount="316.07">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|32624" 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>
        <HotelDescription>&lt;br/&gt;Set between the leafy Royal Parks and located in the heart of Mayfair, one of the capital's most pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317" OriginalAmount="317">
      <BasicPropertyInfo Latitude="51.505433" Longitude="-0.14911099999995" StarRating="3.5" HotelCode="170766|289481" HotelName="20 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hertford Street, Mayfair, London W1J 7RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/18/1018d366f1767dce1cf500b54aca2b6ee5f8cec1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318" OriginalAmount="318">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|11852" HotelName="Nobu Hotel London Portman Square" 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,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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.00" OriginalAmount="318.00">
      <BasicPropertyInfo Latitude="51.509916862386" Longitude="-0.12972503900528" StarRating="5" HotelCode="326443|radisson_blu_edwardian_hampshire_hotel" HotelName="Radisson Blu Edwardian Hampshire Hotel, London" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is the perfect West End location, tucked away between the National Gallery and Leice...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.00" OriginalAmount="321.00">
      <BasicPropertyInfo Latitude="51.5065718" Longitude="-0.14577026" StarRating="0" HotelCode="986349|the_mayfair_townhouse_by_iconic_luxury_hotels" HotelName="The Mayfair Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-41 Half Moon Street, London W1J 7BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/f6/a3f65fb4e3d568dc9a3417795d5f4acff22e3892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.72" OriginalAmount="324.72">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|33174" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="325.74" OriginalAmount="325.74">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|CAR208200" HotelName="Hilton Canary Wharf" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.11" OriginalAmount="327.11">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|1551058" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.00" OriginalAmount="333.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|adria_boutique_hotel" HotelName="Adria Boutique" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.22" OriginalAmount="335.22">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|48124" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.49" OriginalAmount="335.49">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|33324" 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>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.28" OriginalAmount="338.28">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|939775" 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>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339" OriginalAmount="339">
      <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>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.00" OriginalAmount="341.00">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|the_rookery_hotel" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345" OriginalAmount="345">
      <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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.39" OriginalAmount="346.39">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|934425" 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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is centrally located just a few paces from the famous Oxford Street shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.28" OriginalAmount="349.28">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|33024" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel has an exclusive location in the famous Mayfair district of London. Various p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.82" OriginalAmount="349.82">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|83702" HotelName="JW Marriott Grosvenor House 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.57" OriginalAmount="351.57">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|32854" HotelName="InterContinental London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located and is perfect for guests looking for a sophisticated place to stay....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.57" OriginalAmount="353.57">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|2477345" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.00" OriginalAmount="356.00">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|the_zetter_townhouse" HotelName="The Zetter Townhouse" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.00" OriginalAmount="360.00">
      <BasicPropertyInfo Latitude="51.52950381" Longitude="-0.12223525" StarRating="3.5" HotelCode="518853|seven_apart" HotelName="Seven Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Argyle Square, Kings Cross, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1e/841e3f6bced5a4543ce1cb5c7be1ca77c200bce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.00" OriginalAmount="361.00">
      <BasicPropertyInfo Latitude="51.523783385178" Longitude="-0.076182887766208" StarRating="3" HotelCode="199804|shoreditch_house" HotelName="Shoreditch House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebor Street, Shoreditch, London E1 6AW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/45/4145b74ad19e7ec5fa7b41aa36ca3faa79ab562b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362" OriginalAmount="362">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located in the heart of one of the most desirable locations in London’s Notti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.00" OriginalAmount="362.00">
      <BasicPropertyInfo Latitude="51.49145" Longitude="-0.15627" StarRating="4" HotelCode="199805|sloane_apartments" HotelName="The Apartments by Sloane Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 02/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Concierge,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15-19 Sloane Gardens, London SW1W 8EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a6/aba615e6ca456208e0deca888bcdeb580353ca1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is The Apartments by Sloane Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.00" OriginalAmount="362.00">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="0" HotelCode="986146|the_londoner" HotelName="The Londoner" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="363.59" OriginalAmount="363.59">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|1080898" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.00" OriginalAmount="364.00">
      <BasicPropertyInfo Latitude="51.5108881" Longitude="-0.12387874" StarRating="4" HotelCode="558862|the_henrietta_hotel" HotelName="Henrietta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.00" OriginalAmount="366.00">
      <BasicPropertyInfo Latitude="51.5135893" Longitude="-0.1325915" StarRating="3.5" HotelCode="199778|dean_street_townhouse_2" HotelName="Dean Street Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Dean Street, London W1D 3SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/ac/70ac83c6a55bf48f2fbd774d05d21ff1e66cb296.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.00" OriginalAmount="367.00">
      <BasicPropertyInfo Latitude="51.490600868249" Longitude="-0.14495156631949" StarRating="4" HotelCode="336018|artist_residence_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.62" OriginalAmount="367.62">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|746205" HotelName="Marriott London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.00" OriginalAmount="380.00">
      <BasicPropertyInfo Latitude="51.523775" Longitude="-0.140388" StarRating="2" HotelCode="94580|fitzroylondon" HotelName="Fitzroy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Fitzroy Street, London W1T 6DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/28/212859ac3a04afad3964010789a56d30090855c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.73" OriginalAmount="382.73">
      <BasicPropertyInfo Latitude="51.522580044626" Longitude="-0.16056864831808" StarRating="4" HotelCode="30104|1632418" HotelName="Dorset Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.00" OriginalAmount="384.00">
      <BasicPropertyInfo Latitude="51.51185378" Longitude="-0.17623075" StarRating="3" HotelCode="433324|fountain_house" HotelName="Fountain House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Terrace, London W2 3PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e3/a4e3602cd9ef54b95f64606ed793d0326067c4fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.00" OriginalAmount="387.00">
      <BasicPropertyInfo Latitude="51.51109252" Longitude="-0.19812372" StarRating="3.5" HotelCode="434778|6_portobello_road" HotelName="6 Portobello Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Portobello Road, Notting Hill Gate, London, W11 3DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/32/35323ef642200237f7d57bb570f64f53669f663d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 6 Portobello Road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.75" OriginalAmount="387.75">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|32944" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, directly on Regent Street, close to Oxford Street and B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.76" OriginalAmount="388.76">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|32934" HotelName="The Landmark London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.00" OriginalAmount="395.00">
      <BasicPropertyInfo Latitude="51.50987422" Longitude="-0.12347783" StarRating="0" HotelCode="788875|the_nadler_covent_garden" HotelName="The Nadler Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.00" OriginalAmount="398.00">
      <BasicPropertyInfo Latitude="51.517293395556" Longitude="-0.15000305012734" StarRating="4" HotelCode="263503|aka_maryleb" HotelName="AKA Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Bentinck Street, Marylebone, London W1U 2EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/17/941798b8708a6fc52cec3dd1981882f95d7e9c59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.00" OriginalAmount="402.00">
      <BasicPropertyInfo Latitude="51.512969" Longitude="-0.152319" StarRating="5" HotelCode="310898|the_beaumont_2" HotelName="The Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.00" OriginalAmount="406.00">
      <BasicPropertyInfo Latitude="51.51798231" Longitude="-0.1202189" StarRating="5" HotelCode="775208|loscar_london" HotelName="L’oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.00" OriginalAmount="406.00">
      <BasicPropertyInfo Latitude="51.51229283" Longitude="-0.17984917" StarRating="0" HotelCode="986340|hapimag_apartments_london" HotelName="Hapimag Apartments London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-26 Lancaster Gate, Westminster Borough, London W2 3LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/96/b59630fd505dad95520ecbf6880511ae076df200.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="411.73" OriginalAmount="411.73">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|228116" HotelName="The Bedford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the British Museum, between the West End with shopping venues, the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.00" OriginalAmount="412.00">
      <BasicPropertyInfo Latitude="51.501084" Longitude="-0.181615" StarRating="4.5" HotelCode="808152|lux_london_hyde_park_gate" HotelName="35 Hyde Park Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hyde Park Gate, SW7 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/26/c8267e4b44ffa150ab6af6caffd4694c6092d3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="421" OriginalAmount="421">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Mayfair, London's premier hotel district. With its unparalleled...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.00" OriginalAmount="421.00">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|1718798" HotelName="Number Sixteen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.23" OriginalAmount="438.23">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|45904" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of London and offers views out over Kensington Palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="445" OriginalAmount="445">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cheval Phoenix House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.66" OriginalAmount="454.66">
      <BasicPropertyInfo Latitude="51.498225768117" Longitude="-0.1435808740631" StarRating="5" HotelCode="104131|372965" 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>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464" OriginalAmount="464">
      <BasicPropertyInfo Latitude="51.506762066506" Longitude="-0.1466176134079" StarRating="4" HotelCode="174961|199215" HotelName="44 Curzon Street by Mansley Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Curzon Street, Mayfair, London W1J 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/f4/62f4dbcbfd63f57beda8d87d0007260f7193cba0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 44 Curzon Street by Mansley Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="468.27" OriginalAmount="468.27">
      <BasicPropertyInfo Latitude="51.505857654548" Longitude="-0.14048337936401" StarRating="5" HotelCode="115450|388285" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in historic St James's, 500 m from Piccadilly and only 5 minutes' walk from Old...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="481.53" OriginalAmount="481.53">
      <BasicPropertyInfo Latitude="51.511531" Longitude="-0.119286" StarRating="5" HotelCode="15417|52964" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="504" OriginalAmount="504">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is No 1 The Mansions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="506" OriginalAmount="506">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Cheval Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.09" OriginalAmount="509.09">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|75534" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="518.76" OriginalAmount="518.76">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|990635" HotelName="Rosewood London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.00" OriginalAmount="519.00">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|the_goring" HotelName="The Goring" Meals="ROOM ONLY" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2f0334d4d18db6a408ba1949a0c3aa8c9d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.00" OriginalAmount="519.00">
      <BasicPropertyInfo Latitude="51.50239055255" Longitude="-0.15369818406145" StarRating="5" HotelCode="263536|the_wellesley" HotelName="The Wellesley Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Knightsbridge, London SW1X 7LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/9c/f79cb9f28dc904d68fca85346356ca27fc84da46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.00" OriginalAmount="519.00">
      <BasicPropertyInfo Latitude="51.494386973724" Longitude="-0.1841045303272" StarRating="5" HotelCode="263506|cheval_gloucester_park_2" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="534.37" OriginalAmount="534.37">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.64" OriginalAmount="542.64">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|1080808" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547" OriginalAmount="547">
      <BasicPropertyInfo Latitude="51.4968746" Longitude="-0.12906368" StarRating="0" HotelCode="986386|444253" HotelName="Hope House Residences by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Great Peter Street, Westminster Borough, London SW1P 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/95/a6950d2c887869877661c05ee616c80f8368e8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.79" OriginalAmount="555.79">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|33294" 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>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="561.00" OriginalAmount="561.00">
      <BasicPropertyInfo Latitude="51.499363377735" Longitude="-0.16051670498756" StarRating="3" HotelCode="901969|searcys_roof_garden_rooms_2" HotelName="Searcys" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Pavilion Road, London SW1X 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/13/9713535ab2d5d6924785f89e95700e5df501dbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 11 rooms. Services and facilities at the hotel include a conferen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="563.00" OriginalAmount="563.00">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4.5" HotelCode="114576|47_park_street_by_marriott_grand_residence_club" HotelName="Grand Residences by Marriott - Mayfair-London - 47 Park Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Park Street, Mayfair, London W1K 7EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/04/fa049c90cc4edf14ae362304196291c44d7a759a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a tranquil haven at the very heart of all that London has to offer, with the most excl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569" OriginalAmount="569">
      <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>
        <HotelDescription>&lt;br/&gt;Queensgate Court, at 24 Queen's Gate, South Kensington, offers superior accommodation in one of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="570.00" OriginalAmount="570.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|cafe_royal_hotel" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="580" OriginalAmount="580">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.00" OriginalAmount="599.00">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|shangri_la_hotel_at_the_shard_london" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="602" OriginalAmount="602">
      <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>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural Histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="605.62" OriginalAmount="605.62">
      <BasicPropertyInfo Latitude="51.509397691259" Longitude="-0.13622939586639" StarRating="5" HotelCode="13969|32954" 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>
        <HotelDescription>&lt;br/&gt;This refined city hotel is located at the heart of London, just a stone's throw from Piccadilly Circ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="606" OriginalAmount="606">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986370|425592" HotelName="Soho Lofts by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Bourchier Street, Soho, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/34/1a349835341f5292557d0298f2e32bb74091c9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.00" OriginalAmount="607.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|the_soho_hotel" HotelName="The Soho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620" OriginalAmount="620">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.00" OriginalAmount="620.00">
      <BasicPropertyInfo Latitude="51.509081" Longitude="-0.15471500000001" StarRating="5" HotelCode="199827|grosvenor_house_apartments_by_jumeirah_living" HotelName="Grosvenor House Suites by Jumeirah Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Park Lane, Corner of Mount street, London W1K 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0b/d10b18f55ab9c2aea4f7f3d7f2ec41216538ca6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the suburbs of London, 100 m from the centre, close to Grosvenor Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623" OriginalAmount="623">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="630.00" OriginalAmount="630.00">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|ham_yard_hotel" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="632" OriginalAmount="632">
      <BasicPropertyInfo Latitude="51.51075134" Longitude="-0.12828794" StarRating="0" HotelCode="966750|444317" HotelName="Native Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Charing Cross Road, Westminster Borough, London WC2H 0HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1f/b01fb726b67146ad85ba79bc51604b41ba7dbfc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.46" OriginalAmount="644.46">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|32404" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel lies at the heart of the central district of Knightsbridge. The famous Har...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="654.55" OriginalAmount="654.55">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|70394" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.00" OriginalAmount="656.00">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|haymarket_hotel" HotelName="Haymarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="657" OriginalAmount="657">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659" OriginalAmount="659">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674" OriginalAmount="674">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="692.84" OriginalAmount="692.84">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|1061968" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="698.68" OriginalAmount="698.68">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|32484" HotelName="The Connaught" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carlos Place, Mayfair, London W1K 2AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c0431661781a970941356d05ff16fb5f27a17c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the beautiful historic Mayfair district, with its many antique shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="701" OriginalAmount="701">
      <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>
        <HotelDescription>&lt;br/&gt;Serviced apartments in affluent Belgravia: Chesham Court, located right next door to the buzz of Kni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="713.93" OriginalAmount="713.93">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|32974" HotelName="Mandarin Oriental Hyde Park London" 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,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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="726.34" OriginalAmount="726.34">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|1080858" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.00" OriginalAmount="786.00">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|corinthia_hotel_london" HotelName="Corinthia Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="789" OriginalAmount="789">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="803" OriginalAmount="803">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="803" OriginalAmount="803">
      <BasicPropertyInfo Latitude="51.507059678518" Longitude="-0.15239238739014" StarRating="5" HotelCode="26019|61750" HotelName="The Dorchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>53 Park Lane, Mayfair, London W1K 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/66/e96652c202ab219efbc385f6aa0156274bb6d33f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located at the heart of London directly opposite Hyde Park and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="824.70" OriginalAmount="824.70">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|33234" HotelName="The Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Piccadilly, W1J 9BR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/85/5a85b3d70a7c04685bddea85759e72263baddd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies on Piccadilly, at the heart of London and is the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="838" OriginalAmount="838">
      <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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="843.58" OriginalAmount="843.58">
      <BasicPropertyInfo Latitude="51.493884225961" Longitude="-0.1897182465353" StarRating="2" HotelCode="36433|314411" HotelName="Exhibition Court 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Collingham Place, London, Greater London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/10/3910f7fbc3f414ad4ceb7d1bac997797b5e76199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="903.52" OriginalAmount="903.52">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|32454" HotelName="Claridge's" 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,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/53/fd53cce645423d26d3411cf132b06d8e56809350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Lounge,Massage Centre,Bicycle Rental,Designated Smoking Area,Nightclub,Jacuzzi,Sauna,Swimming Pool,Spa,Golf,Heated Pool,Kitchen,Garden,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,Airport Transfer (on Demand),Banquet Hall,Printer,Wake-up Call Service,LCD/Projector,Valet Parking,Smoking Rooms,Dining,Pets allowed,Babysitting,Boutique,24 Hour Power Supply,Vending Machine</BasicAmenities>
    <HotelRating>4,3,5,2,3.5,2.5,1,4.5,1.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,CONFERENCE HOTEL,AIRPORT HOTEL,HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,ECO HOTEL,CLUB RESORT,HOSTEL,GUESTHOUSE,HOSTELS,INNS,APARTMENT,APARTHOTEL,BED AND BREAKFASTS,GUEST HOUSES,BOUTIQUE HOTEL,COUNTRY HOUSE,RESIDENCES</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
b5219969-77cf-4e60-91e3-8995ec1c76ab|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="b5219969-77cf-4e60-91e3-8995ec1c76ab">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-03-20T00:00:00" End="2026-03-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>true</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="" ClientNationality="GB" 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
b5219969-77cf-4e60-91e3-8995ec1c76ab|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
b5219969-77cf-4e60-91e3-8995ec1c76ab|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.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
b5219969-77cf-4e60-91e3-8995ec1c76ab|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
b5219969-77cf-4e60-91e3-8995ec1c76ab|VeturisSearch|successfull supplier interation||Veturis|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
b5219969-77cf-4e60-91e3-8995ec1c76ab|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
b5219969-77cf-4e60-91e3-8995ec1c76ab|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
b5219969-77cf-4e60-91e3-8995ec1c76ab|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
b5219969-77cf-4e60-91e3-8995ec1c76ab|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
b5219969-77cf-4e60-91e3-8995ec1c76ab|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-02-25T08:20:06.1084809+00:00" Version="0" EchoToken="Search" TransactionIdentifier="b5219969-77cf-4e60-91e3-8995ec1c76ab" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="25.00" OriginalAmount="25.00">
      <BasicPropertyInfo Latitude="51.475777" Longitude="-0.037176" StarRating="2" HotelCode="170193|new_cross_inn_hostel" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located only some 5 minutes' walk from New Cross Station, Goldsmiths College and The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27" OriginalAmount="27">
      <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>
        <HotelDescription>&lt;br/&gt;This hostel is located only some 5 minutes' walk from New Cross Station, Goldsmiths College and The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="34.00" OriginalAmount="34.00">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|park_hotel_ilford" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.00" OriginalAmount="37.00">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|journeys_greenwich_west_hostel" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="37.18" OriginalAmount="37.18">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|145403" HotelName="Park Hotel Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.46" OriginalAmount="37.46">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|608795" HotelName="Park Hotel Ilford" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="38.00" OriginalAmount="38.00">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|woodlands_lodge_ilford" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40" OriginalAmount="40">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located near Ilford town centre and Gants Hill tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.00" OriginalAmount="40.00">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|lucky_8_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="40.00" OriginalAmount="40.00">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|the_old_oak_tree_inn" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.22" OriginalAmount="40.22">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|578416" HotelName="Woodlands Lodge Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.00" OriginalAmount="42.00">
      <BasicPropertyInfo Latitude="51.4704235" Longitude="-0.3667324" StarRating="4" HotelCode="114581|crompton_guest_house" HotelName="Crompton Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Lampton Road, Hounslow, Middlesex TW3 1JG, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c2/86c259fea2b23411932c8338c1d9a2e295777121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.08" OriginalAmount="42.08">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|609005" HotelName="Cranbrook" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="42.64" OriginalAmount="42.64">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|806110" HotelName="Old Oak Tree Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 01/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43" OriginalAmount="43">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|169512" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.00" OriginalAmount="43.00">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|cranbrook_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.00" OriginalAmount="43.00">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|britannia_inn_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="43.06" OriginalAmount="43.06">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|453161" HotelName="Lucky 8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.10" OriginalAmount="43.10">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|1062028" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is 1,5 km from the Hounslow West tube station and 3 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|37431" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lucky 8 Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing comfortable, good value accommodation, Premier Inn Hayes (Heathrow) is situated in close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44" OriginalAmount="44">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|167950" HotelName="Woodlands Lodge Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Woodlands Lodge Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.00" OriginalAmount="44.00">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|ibis_london_elstree_borehamwood" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.00" OriginalAmount="44.00">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|ibis_budget_london_hounslow" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.00" OriginalAmount="44.00">
      <BasicPropertyInfo Latitude="51.5508762" Longitude="0.07421761" StarRating="0" HotelCode="958822|premierlux_serviced_apartments" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.04" OriginalAmount="44.04">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|2265785" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.13" OriginalAmount="44.13">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|351195" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.27" OriginalAmount="44.27">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|145540" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford station. Ilford is a suburban town of Lo...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.44" OriginalAmount="44.44">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|145543" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45" OriginalAmount="45">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="45" OriginalAmount="45">
      <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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.00" OriginalAmount="45.00">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|ramada_london_north_m1_2" HotelName="Ramada London North M1" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.00" OriginalAmount="45.00">
      <BasicPropertyInfo Latitude="51.4850475" Longitude="-0.4422486" StarRating="2" HotelCode="199581|apple_house_guest_house_heathrow_airport" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Apple House Guest House Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="45.00" OriginalAmount="45.00">
      <BasicPropertyInfo Latitude="51.469554" Longitude="-0.36766899999998" StarRating="3" HotelCode="297004|homestay_hotel" HotelName="Homestay Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hounslow. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46" OriginalAmount="46">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46" OriginalAmount="46">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.00" OriginalAmount="46.00">
      <BasicPropertyInfo Latitude="51.553607017664" Longitude="0.033790469169617" StarRating="2" HotelCode="94551|forest_gate_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Forest Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.00" OriginalAmount="46.00">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|travelodge_london_heathrow_central" HotelName="Travelodge London Heathrow Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is 1,5 km from the Hounslow West tube station and 3 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.00" OriginalAmount="46.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|travelodge_feltham" HotelName="Travelodge London Feltham" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="46.00" OriginalAmount="46.00">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|the_bank_hotel_2" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.41" OriginalAmount="46.41">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|2071875" 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>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="46.92" OriginalAmount="46.92">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|8907" HotelName="Best Western London Heathrow Ariel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47" OriginalAmount="47">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|37498" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 15 minutes from central London, and close to the financial district. Ilfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47" OriginalAmount="47">
      <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>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.00" OriginalAmount="47.00">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|travelodge_london_kingston_upon_thames_3" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.00" OriginalAmount="47.00">
      <BasicPropertyInfo Latitude="51.518309" Longitude="-0.405527" StarRating="3" HotelCode="152808|premier_inn_hayes" HotelName="Premier Inn London Hayes, Heathrow (North A4020) hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing comfortable, good value accommodation, Premier Inn Hayes (Heathrow) is situated in close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.00" OriginalAmount="47.00">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|the_crystal_lodge_hotel" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064cc89e097179263723ccce9808c7909abfac8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.89" OriginalAmount="47.89">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|32314" HotelName="Best Western London Heathrow Ariel 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="47.93" OriginalAmount="47.93">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|383499" HotelName="Travelodge London Heathrow Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is 1,5 km from the Hounslow West tube station and 3 km from Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.98" OriginalAmount="47.98">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|346405" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48" OriginalAmount="48">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|524188" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064cc89e097179263723ccce9808c7909abfac8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48" OriginalAmount="48">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48" OriginalAmount="48">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48" OriginalAmount="48">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.00" OriginalAmount="48.00">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|best_western_ilford" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford Station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.00" OriginalAmount="48.00">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2.5" HotelCode="502934|easyhotel_croydon" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="48.11" OriginalAmount="48.11">
      <BasicPropertyInfo Latitude="51.5508762" Longitude="0.07421761" StarRating="3" HotelCode="958822|666883" HotelName="Premier Lux Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="48.19" OriginalAmount="48.19">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|228582" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="48.47" OriginalAmount="48.47">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|844690" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|15475" HotelName="Best Western London Heathrow Ariel 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is especially appropriate for guests staying on short breaks and offers excellent links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford Station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <BasicPropertyInfo Latitude="51.481488838842" Longitude="-0.44854511946674" StarRating="3" HotelCode="460824|223890" HotelName="ibis Styles London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49" OriginalAmount="49">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this Premier Inn is just 1 mile from Heathrow airport. Ideally located wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.00" OriginalAmount="49.00">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|central_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.00" OriginalAmount="49.00">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|travelodge_london_hounslow" HotelName="Travelodge London Hounslow" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.00" OriginalAmount="49.00">
      <BasicPropertyInfo Latitude="51.481488838842" Longitude="-0.44854511946674" StarRating="3" HotelCode="460824|ibis_styles_london_heathrow_airport_hotel" HotelName="ibis Styles London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="49.00" OriginalAmount="49.00">
      <BasicPropertyInfo Latitude="51.563977" Longitude="0.065688" StarRating="3" HotelCode="915074|arinza_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arinza Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.44" OriginalAmount="49.44">
      <BasicPropertyInfo Latitude="51.557313" Longitude="0.07302" StarRating="2" HotelCode="114929|2422595" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Forest Gate.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50" OriginalAmount="50">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.00" OriginalAmount="50.00">
      <BasicPropertyInfo Latitude="51.574924130774" Longitude="-0.20316794232792" StarRating="0" HotelCode="237212|golders_park_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.00" OriginalAmount="50.00">
      <BasicPropertyInfo Latitude="51.45990844" Longitude="-0.30250824" StarRating="3" HotelCode="467883|travelodge_london_richmond_central" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Richmond upon Thames.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.00" OriginalAmount="50.00">
      <BasicPropertyInfo Latitude="51.56052292" Longitude="0.06982376" StarRating="4" HotelCode="547518|signature_hotel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.00" OriginalAmount="50.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857491|london_tolworth" HotelName="London Tolworth hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.00" OriginalAmount="50.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857897|london_hayes_heathrow_hyde_park" HotelName="London Hayes, Heathrow (Hyde Park) hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="50.23" OriginalAmount="50.23">
      <BasicPropertyInfo Latitude="51.496062897283" Longitude="-0.44802596198087" StarRating="3" HotelCode="186140|186767" HotelName="Premier Inn London Heathrow Airport (M4/J4)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this Premier Inn is just 1 mile from Heathrow airport. Ideally located wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="50.40" OriginalAmount="50.40">
      <BasicPropertyInfo Latitude="51.506814363375" Longitude="0.22592239776998" StarRating="3" HotelCode="159632|171188" HotelName="Premier Inn Hotel London Rainham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.78" OriginalAmount="50.78">
      <BasicPropertyInfo StarRating="3" HotelCode="|126560" HotelName="Travelodge Gatwick Airport Central" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Povey Cross Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/5/6/0/126560_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant and a bar. ROOM: Customers can find fully-equipped rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51" OriginalAmount="51">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51" OriginalAmount="51">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="51.00">
      <BasicPropertyInfo Latitude="51.574924130774" Longitude="-0.20316794232792" StarRating="0" HotelCode="237212|golders_park_hotel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.00" OriginalAmount="51.00">
      <BasicPropertyInfo Latitude="51.38732339" Longitude="-0.10770416" StarRating="3" HotelCode="520100|cedars_house_hotel" HotelName="Cedars House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Campbell Road, Croydon, England CR0 2SQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/82/798238439af0cc41900b07fe3f18c571eb1552a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.64" OriginalAmount="51.64">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|145542" HotelName="Best Western London Ilford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated next to Ilford town centre and Ilford Station. Ilford is a suburban town of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.98" OriginalAmount="51.98">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis Styles London Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52" OriginalAmount="52">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52" OriginalAmount="52">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.00" OriginalAmount="52.00">
      <BasicPropertyInfo Latitude="51.557313" Longitude="0.07302" StarRating="2" HotelCode="114929|travelodge_london_ilford" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.00" OriginalAmount="52.00">
      <BasicPropertyInfo Latitude="51.506814363375" Longitude="0.22592239776998" StarRating="3" HotelCode="159632|premier_inn_rainham" HotelName="Premier Inn Hotel London Rainham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.00" OriginalAmount="52.00">
      <BasicPropertyInfo Latitude="51.496062897283" Longitude="-0.44802596198087" StarRating="3" HotelCode="186140|premier_inn_heathrow_m4_j4" HotelName="Premier Inn London Heathrow Airport (M4/J4)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this Premier Inn is just 1 mile from Heathrow airport. Ideally located wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.03" OriginalAmount="52.03">
      <BasicPropertyInfo Latitude="51.531369182767" Longitude="0.14852929354754" StarRating="3" HotelCode="263522|715145" HotelName="Premier Inn London Dagenham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.05" OriginalAmount="52.05">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|228573" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.09" OriginalAmount="52.09">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|106395" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated near to the airport on the northern perimeter road (Bath Road), this hotel offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.46" OriginalAmount="52.46">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|32894" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="52.82" OriginalAmount="52.82">
      <BasicPropertyInfo Latitude="51.39743516" Longitude="-0.10335381" StarRating="2" HotelCode="417350|668359" HotelName="The Crystal Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>49 Brigstock Road, CR7 7JH Thornton Heath</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4c/064cc89e097179263723ccce9808c7909abfac8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Crystal Lodge Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53" OriginalAmount="53">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the A4 Bath Road and is very close to good transport links to London, Houns...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53" OriginalAmount="53">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53" OriginalAmount="53">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53" OriginalAmount="53">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.00" OriginalAmount="53.00">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|jurys_inn_london_croydon_2" HotelName="Jurys Inn London Croydon" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.00" OriginalAmount="53.00">
      <BasicPropertyInfo Latitude="51.51201" Longitude="-0.412033" StarRating="2" HotelCode="148742|heathrow_inn_2" HotelName="Heathrow Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Coldharbour Lane, Hayes, Greater London UB3 3HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/0d/3e0d2f910cb4dcaf5f6e25514895ef0a1fb04199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Heathrow Inn.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.00" OriginalAmount="53.00">
      <BasicPropertyInfo Latitude="51.537098630397" Longitude="0.079697557672148" StarRating="1" HotelCode="205288|travelodge_london_barking" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="53.00" OriginalAmount="53.00">
      <BasicPropertyInfo Latitude="51.36340974" Longitude="-0.19418475" StarRating="3" HotelCode="986257|london_sutton" HotelName="Premier Inn London Sutton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="53.36" OriginalAmount="53.36">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|133853" HotelName="Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Golders Green, this city hotel is set in a very quiet location, only a shor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.92" OriginalAmount="53.92">
      <BasicPropertyInfo Latitude="51.486409" Longitude="-0.197955" StarRating="2" HotelCode="14114|468065" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a convenient location opposite Kensal Green Underground Station, right in front of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54" OriginalAmount="54">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.00" OriginalAmount="54.00">
      <BasicPropertyInfo Latitude="51.541270966214" Longitude="-0.26164692899101" StarRating="3" HotelCode="145163|bridge_park_hotel" HotelName="The Bridge Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.00" OriginalAmount="54.00">
      <BasicPropertyInfo Latitude="51.531369182767" Longitude="0.14852929354754" StarRating="3" HotelCode="263522|premier_inn_dagenham" HotelName="Premier Inn London Dagenham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.00" OriginalAmount="54.00">
      <BasicPropertyInfo Latitude="51.474755753252" Longitude="-0.18868750674596" StarRating="1" HotelCode="432735|queen_elizabeth_hostel" HotelName="Queen Elizabeth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 Bagleys Lane, Hammersmith and Fulham, London, SW6 2BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/07/a9071ce9d6dd6c0531797742b2772c2fee5ebb54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.53" OriginalAmount="54.53">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|107825" HotelName="Ramada London North M1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is conveniently located on the M1 motorway, just 11 miles north ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.78" OriginalAmount="54.78">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|32374" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55" OriginalAmount="55">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55" OriginalAmount="55">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.00" OriginalAmount="55.00">
      <BasicPropertyInfo Latitude="51.486409" Longitude="-0.197955" StarRating="2" HotelCode="14114|hotel_lily" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lily.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.00" OriginalAmount="55.00">
      <BasicPropertyInfo Latitude="51.581039894104" Longitude="0.23742914199829" StarRating="3" HotelCode="97102|palms_hotel" HotelName="Palms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mount Pleasant Farm, Southend Arterial Road, Hornchurch, Essex RM11 3UJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/5552ca0ef21cea771c1ecec3990f621107ff68b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.00" OriginalAmount="55.00">
      <BasicPropertyInfo Latitude="51.459723" Longitude="-0.43972940000003" StarRating="3" HotelCode="566250|heathrow_airport_terminal_4" HotelName="Premier Inn London Heathrow Airport Terminal 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56" OriginalAmount="56">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Premier Inn London Hendon is located in North London, only 30 mins to central London by train\n\nPre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.534944" Longitude="0.070981" StarRating="2" HotelCode="53449|ibis_budget_london_barking" HotelName="ibis budget London Barking" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.480113377207" Longitude="-0.42460441589356" StarRating="3" HotelCode="96634|premier_inn_heathrow_airport" HotelName="Premier Inn London Heathrow Airport (Bath Road)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the A4 Bath Road and is very close to good transport links to London, Houns...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.54678911" Longitude="-0.47851677" StarRating="2" HotelCode="114938|travelodge_london_uxbridge" HotelName="Travelodge London Uxbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bakers Road, Colham House, Uxbridge UB8 1RG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/37/c2370d5443825cec927966b46e12118d0f97e45e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.525458" Longitude="-0.125797" StarRating="2" HotelCode="148308|goodwood_hotel" HotelName="Goodwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.356886" Longitude="-0.113381" StarRating="3" HotelCode="152727|premier_inn_croydon_west" HotelName="Premier Inn London Croydon Purley A23" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|best_western_plus_park_grand_london_heathrow_gateway" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.41013" Longitude="-0.30098" StarRating="2" HotelCode="199807|travelodge_kingston_upon_thames_central" HotelName="Travelodge Kingston Upon Thames Central" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.410995023811" Longitude="-0.054952248809059" StarRating="2.5" HotelCode="199809|travelodge_london_crystal_palace" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.00" OriginalAmount="56.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="901449|oakwood_bed_and_breakfast_heathrow" HotelName="Oakwood Bed and Breakfast Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Station Road, West Drayton UB7 7ND, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/45/03456494bdf18a91d6511588adf3775906b2a3a3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oakwood Bed and Breakfast Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.02" OriginalAmount="56.02">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|856875" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="56.08" OriginalAmount="56.08">
      <BasicPropertyInfo Latitude="51.480113377207" Longitude="-0.42460441589356" StarRating="3" HotelCode="96634|105693" HotelName="Premier Inn London Heathrow Airport (Bath Road)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the A4 Bath Road and is very close to good transport links to London, Houns...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="56.83" OriginalAmount="56.83">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2.5" HotelCode="502934|619883" HotelName="easyHotel Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Croydon.</HotelDescription>
        <Offer>Last minute discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|30494" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this hotel is just 1.6 km from Heathrow Terminal 5. The hotel boasts a Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57" OriginalAmount="57">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|marriott_bexleyheath" HotelName="Marriott Bexleyheath" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.368511" Longitude="-0.099696" StarRating="3" HotelCode="154374|tulsi_croydon_aparthotel" HotelName="Flexistay Tulsi ApartHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>256 High Street, Croydon CR0 1NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/4e/da4ea745fdf6a7f68cfcec8f503ed8dfae70ae64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|city_view_hotel__roman_road_market" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is City View Hotel Roman Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.4802948886" Longitude="-0.41473552820275" StarRating="3" HotelCode="599677|moxy_london_heathrow_airport" HotelName="Moxy London Heathrow Airport" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.00" OriginalAmount="57.00">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|palmers_lodge_swiss_cottage" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse is located near Swiss Cottage or Finchley Road tube stations and in a few minutes gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="57.23" OriginalAmount="57.23">
      <BasicPropertyInfo Latitude="51.530038388319" Longitude="-0.2255118981476" StarRating="2" HotelCode="149178|133871" HotelName="Kensal Green Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a convenient location opposite Kensal Green Underground Station, right in front of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="57.92" OriginalAmount="57.92">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|2256735" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is City View Hotel Roman Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated a 5-minute walk from East Croydon railway station with a 15-minute train service to the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Located 1 km from the Edgware Tube Central Station, 2 km from Edware Center and Canons Park, 3 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58" OriginalAmount="58">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.465660086616" Longitude="-0.18006473779678" StarRating="3" HotelCode="36918|travelodge_battersea" HotelName="Travelodge London Battersea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 York Road, Battersea, London SW11 3SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d2/b1d216706b9dd28bd9b828b74dc9b4f3073da4fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a wide variety of food and drink choices within easy walking distance from the hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|boston_manor_hotel" HotelName="Boston Manor" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.67540449" Longitude="-0.02019138" StarRating="3" HotelCode="159605|premier_inn_enfield" HotelName="Premier Inn Enfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.530038388319" Longitude="-0.2255118981476" StarRating="2" HotelCode="149178|hostel_639_2" HotelName="Kensal Green Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a convenient location opposite Kensal Green Underground Station, right in front of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.60805176" Longitude="-0.27684555" StarRating="3" HotelCode="159619|premier_inn_london_edgware" HotelName="Premier Inn London Edgware" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Located 1 km from the Edgware Tube Central Station, 2 km from Edware Center and Canons Park, 3 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.58476111" Longitude="-0.24823842" StarRating="3" HotelCode="465391|premier_inn_london_hendon_" HotelName="Premier Inn London Hendon (The Hyde)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Premier Inn London Hendon is located in North London, only 30 mins to central London by train\n\nPre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.54257137" Longitude="-0.49027423" StarRating="3" HotelCode="467791|premier_inn_london_uxbridge" HotelName="Premier Inn London Uxbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Phase 500, Riverside Way, Uxbridge UB8 2YF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/0c/920c6d7ade2dcf05b569f1322b4f25504818768d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.00" OriginalAmount="58.00">
      <BasicPropertyInfo Latitude="51.41304511" Longitude="-0.12410182" StarRating="3" HotelCode="630322|guest_house_london_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.35" OriginalAmount="58.35">
      <BasicPropertyInfo Latitude="51.67540449" Longitude="-0.02019138" StarRating="3" HotelCode="159605|715154" HotelName="Premier Inn Enfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Apple House Guest House Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 7.3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59" OriginalAmount="59">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.375068794555" Longitude="-0.09687066078186" StarRating="3" HotelCode="70630|travelodge_london_croydon_central" HotelName="Travelodge Croydon Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wellesley Road, Norfolk House, Croydon CR0 1LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/96/de96ba31848b3fc0d809c769bcc1c0767e4721d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Croydon, 14.4 km south of central London, in a busy urban area with plenty o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|king_solomon_hotel" HotelName="King Solomon" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="151563|london_guest_house_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 7.3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.00" OriginalAmount="59.00">
      <BasicPropertyInfo Latitude="51.56473086" Longitude="0.1101416" StarRating="0" HotelCode="817969|ilford_hotel_goodmayes" HotelName="Ilford Hotel Goodmayes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>66 Goodmayes Road, Ilford IG3 9UR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2d/562d41811020177df434bbfae474b6dd964be94e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.46" OriginalAmount="59.46">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|761626" HotelName="City View Hotel Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 01/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is City View Hotel Roman Road Market.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.81" OriginalAmount="59.81">
      <BasicPropertyInfo Latitude="51.574924130774" Longitude="-0.20316794232792" StarRating="3" HotelCode="237212|711583" HotelName="Golders Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.83" OriginalAmount="59.83">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|2236015" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|tudor_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.485029" Longitude="-0.30106" StarRating="3" HotelCode="152862|premier_inn_london_kew" HotelName="Premier Inn London Kew Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.482067753461" Longitude="-0.48179984092712" StarRating="3" HotelCode="196611|premier_inn_heathrow_t5" HotelName="Premier Inn London Heathrow Airport Terminal 5" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this hotel is just 1.6 km from Heathrow Terminal 5. The hotel boasts a Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.00" OriginalAmount="60.00">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2.5" HotelCode="432731|rose_crown_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.34" OriginalAmount="60.34">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|4727985" HotelName="Tudor Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.63" OriginalAmount="60.63">
      <BasicPropertyInfo Latitude="51.482067753461" Longitude="-0.48179984092712" StarRating="3" HotelCode="196611|186768" HotelName="Premier Inn London Heathrow Airport Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;An ideal airport location, this hotel is just 1.6 km from Heathrow Terminal 5. The hotel boasts a Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.63" OriginalAmount="60.63">
      <BasicPropertyInfo Latitude="51.485029" Longitude="-0.30106" StarRating="3" HotelCode="152862|315366" HotelName="Premier Inn London Kew Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.83" OriginalAmount="60.83">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|1130285" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.93" OriginalAmount="60.93">
      <BasicPropertyInfo Latitude="51.529199627244" Longitude="-0.29108941555023" StarRating="3" HotelCode="262251|315932" HotelName="Premier Inn London Hanger Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <BasicPropertyInfo Latitude="51.51201" Longitude="-0.412033" StarRating="2" HotelCode="148742|80724" HotelName="Heathrow Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Coldharbour Lane, Hayes, Greater London UB3 3HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/0d/3e0d2f910cb4dcaf5f6e25514895ef0a1fb04199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Heathrow Inn.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61" OriginalAmount="61">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|holiday_inn_london__sutton" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.462039" Longitude="-0.298364" StarRating="2" HotelCode="104146|shandon_house" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys a central location in Richmond. It is situated close to the rail, underground...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.502987" Longitude="-0.306702" StarRating="3" HotelCode="189722|aron_guesthouse" HotelName="Aron Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 South Ealing Road, London W5 4QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/fc/d4fc1af28f49235259fc56ac2dd420ecb735662d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.376666" Longitude="-0.096126" StarRating="3" HotelCode="262105|premier_inn_croydon_town_centre" HotelName="Premier Inn London Croydon Town Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Situated a 5-minute walk from East Croydon railway station with a 15-minute train service to the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.00" OriginalAmount="61.00">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|the_whitechapel_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.06" OriginalAmount="61.06">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|385255" 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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.47" OriginalAmount="61.47">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.63" OriginalAmount="61.63">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|16234" HotelName="Jurys Inn London Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, just 100 metres from a public transport connection. Bars, restauran...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="61.76" OriginalAmount="61.76">
      <BasicPropertyInfo Latitude="51.376666" Longitude="-0.096126" StarRating="3" HotelCode="262105|316637" HotelName="Premier Inn London Croydon Town Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated a 5-minute walk from East Croydon railway station with a 15-minute train service to the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|200700" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <BasicPropertyInfo Latitude="51.53287859" Longitude="-0.4761507" StarRating="3" HotelCode="331725|456051" HotelName="Lancaster Hotel and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kingston Lane, Brunel University London, Uxbridge, Middlesex, UB8 3PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f2/0cf2263fe27ac1eed73873138e3cf5530ace1054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lancaster Hotel and Spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62" OriginalAmount="62">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|493872" HotelName="Tudor Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.42654863" Longitude="-0.33346181" StarRating="2" HotelCode="199819|travelodge_london_teddington" HotelName="Travelodge London Teddington" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.39804562" Longitude="-0.17237462" StarRating="2" HotelCode="352807|casuarina_tree" HotelName="Casuarina Tree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>407 London Road, Mitcham, Surrey CR4 4BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/d6/0dd60df54f07d1a510ce486279229652c24a0c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Mitcham.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.49158181813" Longitude="-0.14238339206543" StarRating="2" HotelCode="432583|golden_star_hotel__4" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.486602313202" Longitude="-0.25394305753025" StarRating="3" HotelCode="639205|london_chiswick" HotelName="Premier Inn London Chiswick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.434443" Longitude="0.063892" StarRating="3" HotelCode="639213|london_eltham" HotelName="Premier Inn London Eltham" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.00" OriginalAmount="62.00">
      <BasicPropertyInfo Latitude="51.62269825" Longitude="-0.27793154" StarRating="0" HotelCode="785809|edgware_bb" HotelName="Edgware Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.08" OriginalAmount="62.08">
      <BasicPropertyInfo Latitude="51.534944" Longitude="0.070981" StarRating="2" HotelCode="53449|312238" HotelName="ibis budget London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis budget London Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.34" OriginalAmount="62.34">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|385545" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.56" OriginalAmount="62.56">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|62134" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.80" OriginalAmount="62.80">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|877849" HotelName="Boston Manor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.89" OriginalAmount="62.89">
      <BasicPropertyInfo Latitude="51.414106" Longitude="-0.180625" StarRating="3" HotelCode="152865|316016" HotelName="Premier Inn London Wimbledon South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within easy reach of Colliers Wood underground station\n\nIdeally located within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|215502" HotelName="Travelodge London Hounslow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63" OriginalAmount="63">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.576969318975" Longitude="0.17814733862303" StarRating="3" HotelCode="199303|gidea_park_hotel" HotelName="Gidea Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115 Main Road, Romford, Greater London RM2 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bfa8becfaa6b75d115875326938df0c550587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Gidea Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.477034361075" Longitude="-0.40484860034815" StarRating="3" HotelCode="405602|london_plus_heathrow" HotelName="London Plus Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Woodfield Road, Hounslow, Greater London TW4 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/4f/8f4fdddea4e9d5663de7da3b3a785c9effff9998.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.00" OriginalAmount="63.00">
      <BasicPropertyInfo Latitude="51.4934343" Longitude="-0.20603427" StarRating="2" HotelCode="519457|23_" HotelName="23" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 Matheson Road, London W14 8SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/4d/d84d392ba4ba79f1da2567421e0b9174bd294772.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64" OriginalAmount="64">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64" OriginalAmount="64">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|404710" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64" OriginalAmount="64">
      <BasicPropertyInfo Latitude="51.56473086" Longitude="0.1101416" StarRating="0" HotelCode="817969|494228" HotelName="Ilford Hotel Goodmayes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>66 Goodmayes Road, Ilford IG3 9UR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2d/562d41811020177df434bbfae474b6dd964be94e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64" OriginalAmount="64">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|holiday_inn_londonbexley" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.471743585025" Longitude="-0.38179372023774" StarRating="2" HotelCode="147716|the_firs_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area just a few hundred metres from Hounslow West underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.414106" Longitude="-0.180625" StarRating="3" HotelCode="152865|premier_inn_london_wimbledon_south" HotelName="Premier Inn London Wimbledon South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within easy reach of Colliers Wood underground station\n\nIdeally located within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.529199627244" Longitude="-0.29108941555023" StarRating="3" HotelCode="262251|premier_inn_london_hanger_lane" HotelName="Premier Inn London Hanger Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.49378838" Longitude="-0.18987626" StarRating="2" HotelCode="409058|anwar_house" HotelName="Anwar House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/03/2026" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anwar House in London (Kensington), you'll be conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.40968467" Longitude="-0.23192575" StarRating="2" HotelCode="475608|travelodge_london_raynes_park" HotelName="Travelodge London Raynes Park" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.52161274" Longitude="-0.04694868" StarRating="4" HotelCode="493245|london_suites_2" HotelName="London Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>230A Mile End Road, London, England E1 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c1/e6c1961d81d75c24afe51b86999cd5dd1778235b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.00" OriginalAmount="64.00">
      <BasicPropertyInfo Latitude="51.4663643" Longitude="-0.42073768" StarRating="3" HotelCode="780895|atrium_hotel_heathrow" HotelName="Atrium Hotel Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="64.46" OriginalAmount="64.46">
      <BasicPropertyInfo StarRating="3" HotelCode="|365432" HotelName="Red Roof Inn London I-75" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>110 Melcon Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/4/3/2/365432_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65" OriginalAmount="65">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boston Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65" OriginalAmount="65">
      <BasicPropertyInfo Latitude="51.453717757141" Longitude="-0.33758416771889" StarRating="3" HotelCode="164150|487284" HotelName="Twickenham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Russell Road, Twickenham TW2 7QT, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d5/b3d5ff009b9ee05f3732ef6bd7295c710058fc83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Twickenham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.362324" Longitude="-0.071093" StarRating="3" HotelCode="152726|premier_inn_croydon_south" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.453717757141" Longitude="-0.33758416771889" StarRating="3" HotelCode="164150|twickenham_guest_house" HotelName="Twickenham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Russell Road, Twickenham TW2 7QT, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d5/b3d5ff009b9ee05f3732ef6bd7295c710058fc83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Twickenham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.442871822629" Longitude="-0.15299800546904" StarRating="2" HotelCode="199812|travelodge_london_balham" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|novotel_london_brentford" HotelName="Novotel London Brentford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|northfields_hostel" HotelName="Northfields Hostel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.455777851334" Longitude="0.1428425223279" StarRating="3" HotelCode="349329|premier_inn_london_bexleyheath" HotelName="Premier Inn London Bexleyheath Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.507825996468" Longitude="-0.27304219517714" StarRating="4" HotelCode="489498|the_kings_head_hotel_15" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.59700827" Longitude="-0.11069898" StarRating="3" HotelCode="568838|green_rooms_2" HotelName="Green Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>13-27 Station Road, Wood Green, London N22 6UW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/fb/d7fb77ee88386576f23003579d7fb2bd72cf0abf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.39914486" Longitude="0.0179356" StarRating="3" HotelCode="857831|premier_inn_london_bromley" HotelName="London Bromley hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.00" OriginalAmount="65.00">
      <BasicPropertyInfo Latitude="51.56211915" Longitude="0.0702969" StarRating="0" HotelCode="957477|wellesley_hotel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.70" OriginalAmount="65.70">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|1091618" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London Croydon Aerodrome Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <BasicPropertyInfo Latitude="51.582924942108" Longitude="0.18881678581238" StarRating="3" HotelCode="164362|456952" HotelName="Harefield Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Main Road, Romford, Essex RM1 3DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/3b/673b15fa6a5cd95e8f5a6fa79c358a65af908397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Harefield Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|40370" HotelName="Novotel London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Positioned alongside the A406 north circular, transport into east London from here is easy\n\nPositi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|490692" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Barking.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66" OriginalAmount="66">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.5066264527" Longitude="-0.24444177746773" StarRating="2" HotelCode="189752|hotel261" HotelName="Hotel 261" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.4106038" Longitude="0.0098132" StarRating="2" HotelCode="264938|travelodge_london_bromley" HotelName="Travelodge London Bromley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 London Road, Bromley, Kent BR1 1DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/11/02113485c02bd91ba36c57a171bf270aec34a42e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.53287859" Longitude="-0.4761507" StarRating="3" HotelCode="331725|lancaster_hotel_and_spa" HotelName="Lancaster Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kingston Lane, Brunel University London, Uxbridge, Middlesex, UB8 3PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f2/0cf2263fe27ac1eed73873138e3cf5530ace1054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lancaster Hotel and Spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|kathleen_house" HotelName="Kathleen House" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|holiday_inn_london_heathrow_bath_road" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.00" OriginalAmount="66.00">
      <BasicPropertyInfo Latitude="51.50429021" Longitude="-0.24513025" StarRating="0" HotelCode="969091|shepherds_bush_flats_" HotelName="Shepherd's Bush Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57 Elmo Road, Shepherd Bush, London W12 9EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b06197979e11751f074c0f57ac309fd3c4da600.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.59" OriginalAmount="66.59">
      <BasicPropertyInfo Latitude="51.560459" Longitude="0.069839000000002" StarRating="3" HotelCode="284651|231087" HotelName="Best Western Greater London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.60" OriginalAmount="66.60">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|16297" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Enjoying a peaceful location, this pleasant business hotel is situated only a short distance from Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|49517" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London Croydon Aerodrome Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67" OriginalAmount="67">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|hallmark_hotel_croydon_2" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London Croydon Aerodrome Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.582924942108" Longitude="0.18881678581238" StarRating="3" HotelCode="164362|harefield_manor_hotel" HotelName="Harefield Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Main Road, Romford, Essex RM1 3DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/3b/673b15fa6a5cd95e8f5a6fa79c358a65af908397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Harefield Manor.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|park_grand_london_heathrow_2" HotelName="Park Grand London Heathrow" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.529111" Longitude="-0.11687299999994" StarRating="1" HotelCode="189749|budget_guest_house" HotelName="Budget Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Swinton Street, London WC1X9NL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/7a/cd7ac559604c27c63711efde869268ba41d792d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Budget Guest House in London (Kings Cross St. Pancr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.449825825015" Longitude="-0.33001022104895" StarRating="2" HotelCode="204206|travelodge_london_twickenham_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.56041482326" Longitude="0.067327501422596" StarRating="2" HotelCode="282841|best_inn_hotel" HotelName="Best Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Road, Ilford IG1 3BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/1b/451b217b86aaf6aec914ed9189ed019b893ea349.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.409681" Longitude="-0.301294" StarRating="3" HotelCode="350601|premier_inn_london_kingston_upon_thames" HotelName="Premier Inn London Kingston Upon Thames" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.52545072" Longitude="-0.12598619" StarRating="3" HotelCode="442191|albany_hotel_4" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.47732429" Longitude="-0.01505847" StarRating="3" HotelCode="496620|travelodge_london_greenwich_high_road" HotelName="Travelodge London Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;"Our London Greenwich High Road hotel is surrounded by must-see attractions like the Cutty Sark and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.57648785" Longitude="-0.02977875" StarRating="0" HotelCode="519616|the_commongate" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.4751637" Longitude="-0.33592561" StarRating="2.5" HotelCode="580093|the_bridge_inn_3" HotelName="The Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.00" OriginalAmount="67.00">
      <BasicPropertyInfo Latitude="51.39251691" Longitude="0.12447167" StarRating="0" HotelCode="853209|love_peace" HotelName="Love &amp; Peace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 Nightingale Corner, Wotton Green, Orpington BR5 3PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eeb7b5b97b727a26996cb8df76ef7c874f8a09.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.04" OriginalAmount="67.04">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|2256795" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.54" OriginalAmount="67.54">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|7602" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <BasicPropertyInfo Latitude="51.576969318975" Longitude="0.17814733862303" StarRating="3" HotelCode="199303|200624" HotelName="Gidea Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115 Main Road, Romford, Greater London RM2 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bfa8becfaa6b75d115875326938df0c550587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Gidea Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|405705" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <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="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68" OriginalAmount="68">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.486393361705" Longitude="-0.084261813491821" StarRating="1" HotelCode="94591|hour_glass_hotel" HotelName="Hour Glass Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Beaconsfield Road, Southwark, London SE17 2BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/8a/828aa64887fd9b34df8da96660c029f4ca6e8e8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Elephant and Castle with easy access to many of London's fascinating attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.53269931" Longitude="-0.3223355" StarRating="3" HotelCode="159620|premier_inn_london_greenford" HotelName="Premier Inn London Greenford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|holiday_inn_london__heathrow" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.00" OriginalAmount="68.00">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|staybridge_suites_by_holiday_inn_london_heathrow_bath_road" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.03" OriginalAmount="68.03">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|2422605" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.35" OriginalAmount="68.35">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|385715" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located outside of the city, close to a selection of nightclubs (50 m). Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.37" OriginalAmount="68.37">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|384345" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.56" OriginalAmount="68.56">
      <BasicPropertyInfo Latitude="51.525894155483" Longitude="-0.45486078604256" StarRating="3" HotelCode="146745|4667995" HotelName="Debden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42 Pield Health Road, Hillingdon, Middlesex UB8 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/0d/d90d0472a0d804b82be7f6ab6d5aa56745828be5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Debden Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="68.68" OriginalAmount="68.68">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|313848" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.71" OriginalAmount="68.71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69" OriginalAmount="69">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|ibis_london_stratford_2" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.525894155483" Longitude="-0.45486078604256" StarRating="3" HotelCode="146745|debden_guest_house" HotelName="Debden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>42 Pield Health Road, Hillingdon, Middlesex UB8 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/0d/d90d0472a0d804b82be7f6ab6d5aa56745828be5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Debden Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|blue_star_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.4907074" Longitude="-0.05346" StarRating="3" HotelCode="267546|london_stay_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London Stay Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|united_lodge_hotel" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|pelican_london_hotel_and_residence_" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.39361743" Longitude="0.0448959" StarRating="0" HotelCode="663159|glendevon_house_hotel" HotelName="Glendevon House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Southborough Road, Bickley, Bromley, Kent BR1 2EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e788d2b83cff1ba587e61668a25f9710f7bb4bcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.00" OriginalAmount="69.00">
      <BasicPropertyInfo Latitude="51.5303213" Longitude="-0.47867131" StarRating="0" HotelCode="886448|lyttleton_lodge" HotelName="Lyttleton Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Station Road, Uxbridge UB8 3AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/1f/f01f437049c8b2f4cceb21f10c2e247f0e601747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.24" OriginalAmount="69.24">
      <BasicPropertyInfo Latitude="51.53443" Longitude="0.07154" StarRating="3" HotelCode="152630|314961" HotelName="Premier Inn London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Positioned alongside the A406 north circular, transport into east London from here is easy\n\nPositi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.28" OriginalAmount="69.28">
      <BasicPropertyInfo StarRating="2" HotelCode="|282112" HotelName="Quality Inn London" Meals="DOUBLE ROOM" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>400 GOP Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/1/1/2/282112_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.36" OriginalAmount="69.36">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|1649828" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.70" OriginalAmount="69.70">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|6651" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.481547" Longitude="-0.43671" StarRating="4" HotelCode="28976|32354" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located beside Heathrow Airport and offers quick access to the terminals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <BasicPropertyInfo Latitude="51.39361743" Longitude="0.0448959" StarRating="0" HotelCode="663159|491709" HotelName="Glendevon House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>80 Southborough Road, Bickley, Bromley, Kent BR1 2EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e788d2b83cff1ba587e61668a25f9710f7bb4bcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|24616" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London Stay Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within easy reach of Colliers Wood underground station\n\nIdeally located within eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70" OriginalAmount="70">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|heathrow_hotel_bath_road" HotelName="Hyatt Place London Heathrow 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|st_christophers_inn_greenwich__hostel" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|holiday_inn_express_london__croydon" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|chelsea_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.53443" Longitude="0.07154" StarRating="3" HotelCode="152630|premier_inn_barking" HotelName="Premier Inn London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Positioned alongside the A406 north circular, transport into east London from here is easy\n\nPositi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.416995" Longitude="-0.21595396666667" StarRating="4" HotelCode="199823|the_wimbledon_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.560459" Longitude="0.069839000000002" StarRating="3" HotelCode="284651|best_western_greater_london" HotelName="Best Western Greater London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.564921289556" Longitude="0.10105855212032" StarRating="3" HotelCode="335002|ogradys_guesthouse" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is O'Gradys Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.5644351" Longitude="-0.011468199999968" StarRating="3" HotelCode="429631|the_lion_key_hotel" HotelName="Lion &amp; Key Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.509916693513" Longitude="-0.32486897916795" StarRating="3" HotelCode="445643|holiday_inn_express_londonealing" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|so_sienna" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west side of Central London (Hammersmith area), 5 minutes with the unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.00" OriginalAmount="70.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986200|courtyard_by_marriott_london_heathrow_airport" HotelName="Courtyard London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Nobel Drive, Harlington, Hayes UB3 5AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/4a/1b4abe679d64bc18b934cd0923ec2e1f71cdc3f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.01" OriginalAmount="70.01">
      <BasicPropertyInfo Latitude="51.54417" Longitude="0.015254" StarRating="2" HotelCode="94564|388415" HotelName="Viking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>162 Romford Road, Stratford, London E15 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/62/23623a0581049502ef5b0dc558362436a798e120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the Borough of Newnham in East London. The establishment e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.07" OriginalAmount="70.07">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|1653378" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.14" OriginalAmount="70.14">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|2543215" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <BasicPropertyInfo Latitude="51.4363529" Longitude="-0.14518109" StarRating="3" HotelCode="517278|244841" HotelName="Balham Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>204 Bedford Hill, London SW12 9HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e5/7ce5ff3554387a718a92d22a2e6f227587504f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arinza Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|380517" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <BasicPropertyInfo Latitude="51.54417" Longitude="0.015254" StarRating="2" HotelCode="94564|23312" HotelName="Viking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>162 Romford Road, Stratford, London E15 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/62/23623a0581049502ef5b0dc558362436a798e120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the Borough of Newnham in East London. The establishment e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71" OriginalAmount="71">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west side of Central London (Hammersmith area), 5 minutes with the unde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|vegas_hotel" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|travelodge_london_chessington_tolworth" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.577558" Longitude="0.186787" StarRating="3" HotelCode="152962|premier_inn_romford_central" HotelName="Premier Inn London Romford Central" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.468213856379" Longitude="-0.14401760179271" StarRating="3" HotelCode="386126|clapham_guest_house" HotelName="Clapham Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>685 Wandsworth Road, London SW8 3JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/71/4e71b4879b71cc39b7b962d07f09ac673eb18c4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Clapham Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.512488630899" Longitude="-0.31159205146584" StarRating="3" HotelCode="460470|ibis_styles_london_ealing_opening_june_2017" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.51681569" Longitude="-0.17358657" StarRating="0" HotelCode="519459|easyhotel_paddington" HotelName="easyHotel London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Norfolk Place, Paddington, London W2 1QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/22/0622e92ccff3059313114389d9bd0e729f15fb2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.4363529" Longitude="-0.14518109" StarRating="3" HotelCode="517278|balham_lodge" HotelName="Balham Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>204 Bedford Hill, London SW12 9HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e5/7ce5ff3554387a718a92d22a2e6f227587504f9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.00" OriginalAmount="71.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|easyhotel_south_kensington" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.15" OriginalAmount="71.15">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|830865" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.48" OriginalAmount="71.48">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|661266" HotelName="The Whitechapel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <BasicPropertyInfo Latitude="51.481547" Longitude="-0.43671" StarRating="4" HotelCode="28976|31910" HotelName="Sheraton Skyline Hotel London Heathrow" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located beside Heathrow Airport and offers quick access to the terminals.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Stansted (STN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72" OriginalAmount="72">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|ramada_london_south_ruislip_2" HotelName="Savera Hotel South Ruislip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|travelodge_wembley" HotelName="Travelodge London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|travelodge_london_park_royal" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|holiday_inn_london__kingston_south" HotelName="Crowne Plaza London - Kingston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|hostel_st_christophers_village" HotelName="St Christopher's at The Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2.5" HotelCode="503026|cricklewood_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.38213651" Longitude="-0.08582943" StarRating="3" HotelCode="586633|westciti_caroco_aparthotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.51462505" Longitude="-0.1757595" StarRating="0" HotelCode="780799|paddington_apartments_5" HotelName="Paddington Flat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Spring Street, Paddington, Westminster, London W2 3RA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/47/49471e85e60253d9df4c3132e553ef4d4c8ff04f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.00" OriginalAmount="72.00">
      <BasicPropertyInfo Latitude="51.66114533" Longitude="-0.08672" StarRating="0" HotelCode="986041|six_bells_hotels" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.07" OriginalAmount="72.07">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2.5" HotelCode="432731|628445" HotelName="OYO Townhouse 16 Ilford Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="72.26" OriginalAmount="72.26">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|968875" HotelName="Savera Hotel South Ruislip" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73" OriginalAmount="73">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Ilford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73" OriginalAmount="73">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73" OriginalAmount="73">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73" OriginalAmount="73">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Travelodge London Ealing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.580207" Longitude="0.14071" StarRating="3" HotelCode="152963|premier_inn_romford_west" HotelName="Premier Inn London Romford West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.493969265746" Longitude="-0.090594291687012" StarRating="2" HotelCode="208409|restup_london" HotelName="RestUp London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>172 New Kent Road, London SE1 4YT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2b/e92b9b631a7dcd2265b433a823b867c19585a783.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is RestUp London Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.58285391" Longitude="-0.31699178" StarRating="3" HotelCode="235880|premier_inn_london_harrow" HotelName="Premier Inn London Harrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|best_western_plus_grims_dyke_hotel" HotelName="Best Western Plus Grim’s Dyke Hotel" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.585023" Longitude="-0.079369000000042" StarRating="2" HotelCode="296647|fountain_hotel_2" HotelName="The Fountain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Garden,Housekeeping,Internet,Kitchen,LCD/Projector,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>125 Westgreen Road, London N15 5DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/fe/8cfea41a7e9ceeba5869b97793feeb18b69d154d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Fountain in London (Tottenham), you'll be close...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.66497113" Longitude="-0.04434452" StarRating="2.5" HotelCode="519888|dharma_lodge_hotel" HotelName="Dharma Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.00" OriginalAmount="73.00">
      <BasicPropertyInfo Latitude="51.41897817" Longitude="-0.19885975" StarRating="3" HotelCode="959019|london_wimbledon_broadway" HotelName="Premier Inn London Wimbledon (Broadway)" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.06" OriginalAmount="73.06">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|103437" HotelName="Axiom W6 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the west side of Central London (Hammersmith area), 5 minutes with the unde...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.11" OriginalAmount="73.11">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|311644" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.46" OriginalAmount="73.46">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|1486508" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.63" OriginalAmount="73.63">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|1439458" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74" OriginalAmount="74">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74" OriginalAmount="74">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74" OriginalAmount="74">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|coulsdon_manor" HotelName="Coulsdon Manor Hotel and Golf Club" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|premier_inn_london_putney_bridge" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.489595088092" Longitude="-0.19436030171725" StarRating="3" HotelCode="97100|hotel_olympia_13" HotelName="Hotel Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Babysitting,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Earl's Court Square, London SW5 9BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/zz/28ad81350d3b738af95070bf7fdd7016c4a06c3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Olympia.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.517473" Longitude="-0.29106400000001" StarRating="4" HotelCode="158880|hotel_55" HotelName="Hotel 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel 55.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.49887" Longitude="-0.2224" StarRating="3" HotelCode="171244|comfotel_grn" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location, 1 km away from the Hammersmith HMV Apollo, Shepherd’s Bush ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.46679401" Longitude="-0.29138034" StarRating="3" HotelCode="263526|premier_inn_london_richmond" HotelName="Premier Inn London Richmond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The Richmond Premier Inn is ideally situated on the A316 within walking distance of Richmond, Kew an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|urban_villa" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within 1,5 km of Kew Gardens and a 15-minute drive of Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.542533137635" Longitude="0.0072334703847901" StarRating="2" HotelCode="323519|london_olympus_hotel_nirvana" HotelName="London Olympus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>35 Romford Road, Stratford, London E15 4LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/25/6d253bf1c17a31664280c301c9ea8c5c0612dc71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.49229704" Longitude="-0.19779583" StarRating="2" HotelCode="325687|the_paramount_hotel_3" HotelName="The Paramount" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Nevern Square, London SW5 9PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b5/48b50cfc4546159a7fe2740dc5a759f7e32d391d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.41233138" Longitude="-0.02721475" StarRating="4" HotelCode="324850|goodwood_hotel_2" HotelName="Beckenham Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Copers Cope Road, Beckenham, Kent BR3 1NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/17/6c17422dbb00ff3df32ea75d46605444f19ebe37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|premier_inn_london_sidcup" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.51700155" Longitude="-0.07480804" StarRating="3.5" HotelCode="498681|monopoly_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.00" OriginalAmount="74.00">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|best_western_london_highbury" HotelName="Best Western London Highbury" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.18" OriginalAmount="74.18">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|382675" HotelName="Clayton Crown Hotel London" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is within 1,5 km of Kew Gardens and a 15-minute drive of Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location, 1 km away from the Hammersmith HMV Apollo, Shepherd’s Bush ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;This lodge welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|486187" HotelName="Kathleen House" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The Richmond Premier Inn is ideally situated on the A316 within walking distance of Richmond, Kew an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75" OriginalAmount="75">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is 650 m from the Woolwich Arsenal train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|crown_moran_hotel" HotelName="Clayton Crown Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|lancaster_court_hotel_2" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.536251" Longitude="-0.345565" StarRating="3" HotelCode="82358|bridge_hotel_3" HotelName="The Bridge Greenford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Greenford, London UB6 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/99/8b99135aa6adf085a615b1acb576030d8306d112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bridge Greenford.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.492223" Longitude="0.063517000000047" StarRating="3" HotelCode="199810|travelodge_london_woolwich" HotelName="Travelodge London Woolwich" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is 650 m from the Woolwich Arsenal train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|holiday_inn_express_london_heathrow_t4" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.00" OriginalAmount="75.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|holland_inn_hotel" HotelName="Holland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located a 5-minute walk from the pubs at Shepherds Bush and near the new Westfield sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.11" OriginalAmount="75.11">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|608755" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.87" OriginalAmount="75.87">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|1569327" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.92" OriginalAmount="75.92">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|1081108" HotelName="Lords" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <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>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel 55.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is O'Gradys Guest House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|54989" HotelName="Clayton Crown 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76" OriginalAmount="76">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.609168082034" Longitude="0.059336633236967" StarRating="2" HotelCode="266410|travelodge_london_chigwell" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Stansted (STN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.63734114" Longitude="-0.17230475" StarRating="0" HotelCode="743362|guest_house_ellipse" HotelName="Guest House Ellipse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Buckingham Avenue, London N20 9DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/88/7988d99746d9f17fb2092514585e99a2dd17978b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.00" OriginalAmount="76.00">
      <BasicPropertyInfo Latitude="51.626719" Longitude="-0.008948" StarRating="3" HotelCode="915046|ridgeway_hotel_2" HotelName="Ridgeway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>115-117 The Ridgeway, North Chingford, E4 6QU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/3b/62/3b626168d4f895763b69f231ec3060a63061c03b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.04" OriginalAmount="76.04">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This Aparthotel is situated just 5 minutes’ walk from Greenwich Train Station. London Bridge can be ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.07" OriginalAmount="76.07">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|1302148" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="76.31" OriginalAmount="76.31">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|384795" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|199917" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located within walking distance of Greenwich train station and 3\n\nConveniently locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77" OriginalAmount="77">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.54417" Longitude="0.015254" StarRating="2" HotelCode="94564|viking" HotelName="Viking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>162 Romford Road, Stratford, London E15 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/62/23623a0581049502ef5b0dc558362436a798e120.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the Borough of Newnham in East London. The establishment e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.51562647" Longitude="-0.17452312" StarRating="2" HotelCode="324429|sophia_3" HotelName="Hotel Sophia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5A London Street, London W2 1HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/8b/148b01dd4b8937163b5bcb828fa3745c0fa11070.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, Hotel Sophia puts everything the city has to offer just outside y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.612338444048" Longitude="-0.048261828172372" StarRating="3" HotelCode="336049|premier_inn_london_edmonton" HotelName="Premier Inn London Edmonton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.64555506" Longitude="-0.1436457" StarRating="3" HotelCode="580510|brooklyn_house" HotelName="Brooklyn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Bramley Road, Southgate, Greater London N14 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ac/6fac6796048eb09e0045611719c76743e48cd07c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.41202569" Longitude="0.02149359" StarRating="0" HotelCode="663169|avis_hotel" HotelName="Avis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.00" OriginalAmount="77.00">
      <BasicPropertyInfo Latitude="51.51218628858" Longitude="-0.31157076358795" StarRating="3" HotelCode="906927|travelodge_london_ealing_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Travelodge London Ealing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.10" OriginalAmount="77.10">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|386545" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the A4 (Great West Road) which links it to central London (approximat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.17" OriginalAmount="77.17">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.70" OriginalAmount="77.70">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|19877" HotelName="Clayton Crown Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.73" OriginalAmount="77.73">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|109171" HotelName="King Solomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78" OriginalAmount="78">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78" OriginalAmount="78">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|33985" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78" OriginalAmount="78">
      <BasicPropertyInfo Latitude="51.509916693513" Longitude="-0.32486897916795" StarRating="3" HotelCode="445643|200243" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78" OriginalAmount="78">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|2116" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78" OriginalAmount="78">
      <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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located outside of the city, close to a selection of nightclubs (50 m). Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|holiday_inn_express_london__park_royal" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|garden_view_hotel" 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>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.516385" Longitude="-0.171086" StarRating="3" HotelCode="114702|normandie_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of London and a few minutes' walk from the Heathrow Expre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|warwick_lodge" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Offering the ideal setting for explore the area, this family-run guest house is situated in Surbiton...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="151700|macdonald_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.464313263175" Longitude="-0.21354675292969" StarRating="3" HotelCode="189724|mk_hotel_london" HotelName="mk hotel london" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/87/7287d5a134efa753d2511854152d086f9ba285c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.474325966622" Longitude="-0.15710104026448" StarRating="4" HotelCode="244305|so_park_battersea" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.454650262323" Longitude="-0.19229370588528" StarRating="3" HotelCode="335087|premier_inn_london_wandsworth_" HotelName="Premier Inn London Wandsworth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the River Thames is the vibrant up and coming area of Wandsworth\n\nTh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.52835484" Longitude="-0.01856488" StarRating="2" HotelCode="449861|city_lodge_london_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CityLodge London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.46963392" Longitude="-0.36975819" StarRating="3.5" HotelCode="580252|imperial_guest_house_4" HotelName="Imperial Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Bulstrode Road, Hounslow TW3 3AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e6/b7e6732cab418dfd8a775c33461d5185aeb01dde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.52885005" Longitude="-0.12276357" StarRating="0" HotelCode="986153|kx_rooms" HotelName="KX Rooms Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>41 Argyle Square, Kings Cross, Camden, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/dc/3ddc48c77b4bfa2457a664830c94d4ca0f294095.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.00" OriginalAmount="78.00">
      <BasicPropertyInfo Latitude="51.48688225" Longitude="-0.196914" StarRating="2" HotelCode="986339|london_west_brompton" HotelName="Hub by Premier Inn London West Brompton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.19" OriginalAmount="78.19">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|172419" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.21" OriginalAmount="78.21">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|364915" 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>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.39" OriginalAmount="78.39">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|36697" 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/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Croydon, London CR0 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Croydon and only 2 minutes' walk from the main shopping areas, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.44" OriginalAmount="78.44">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|1998275" HotelName="Travelodge London Wembley" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.49" OriginalAmount="78.49">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|36398" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of the green belt with easy access to London and the Kent countrysi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.63" OriginalAmount="78.63">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|385045" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the south stand of Twickenham Rugby Stadium, London. Guests are ab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="78.65" OriginalAmount="78.65">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|CAQ293000" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.75" OriginalAmount="78.75">
      <BasicPropertyInfo StarRating="0" HotelCode="|445464" HotelName="ibis Styles London Ealing" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32-38 Uxbridge Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/4/6/4/445464_b81ad0b1332.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is CityLodge London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <BasicPropertyInfo Latitude="51.46963392" Longitude="-0.36975819" StarRating="3.5" HotelCode="580252|489371" HotelName="Imperial Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Bulstrode Road, Hounslow TW3 3AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e6/b7e6732cab418dfd8a775c33461d5185aeb01dde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79" OriginalAmount="79">
      <BasicPropertyInfo Latitude="51.464313263175" Longitude="-0.21354675292969" StarRating="3" HotelCode="189724|199506" HotelName="mk hotel london" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Putney Bridge Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/87/7287d5a134efa753d2511854152d086f9ba285c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|edward_hotel_3" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|the_continental_hotel_3" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the A4 (Great West Road) which links it to central London (approximat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|enrico_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.47405" Longitude="-0.021159" StarRating="3" HotelCode="199817|travelodge_london_greenwich_ho" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|staycity_aparthotels_greenwich_high_road" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This Aparthotel is situated just 5 minutes’ walk from Greenwich Train Station. London Bridge can be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.00" OriginalAmount="79.00">
      <BasicPropertyInfo Latitude="51.458919087761" Longitude="-0.44298153551256" StarRating="4" HotelCode="806237|crowne_plaza_london_heathrow_t4" HotelName="Crowne Plaza London Heathrow T4" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.14" OriginalAmount="79.14">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|382535" HotelName="Coulsdon Manor Hotel and Golf Club" 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>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>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.23" OriginalAmount="79.23">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|1647881" HotelName="Thistle London Heathrow Terminal 5" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.24" OriginalAmount="79.24">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|155259" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel lies in close vicinity of the London Heathrow Airport. The convenient location makes it th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.40" OriginalAmount="79.40">
      <BasicPropertyInfo Latitude="51.577558" Longitude="0.186787" StarRating="3" HotelCode="152962|170535" HotelName="Premier Inn London Romford Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="79.50" OriginalAmount="79.50">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|CAX729400" HotelName="Clayton Crown Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.62" OriginalAmount="79.62">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|6652" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is placed in one of the most convenient locations in the Victoria and Westminster neighbou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|33986" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers quick and direct transport links to Gatwick Airport, Victoria and London Bridge fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <BasicPropertyInfo Latitude="51.54259267" Longitude="0.00804689" StarRating="3" HotelCode="902911|199820" HotelName="Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>43 Romford Road, Stratford, London E15 4LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/83/4383ac37d80932de540093aaac1b29a3e2aed61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80" OriginalAmount="80">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the A4 (Great West Road) which links it to central London (approximat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.584778598751" Longitude="-0.28244528035657" StarRating="3" HotelCode="150302|kingsland_hotel" HotelName="Kingsland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kingsbury Circle, Kingsbury, London NW9 9RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2d/4c2df0a7885430a4e2083ac2f06fd001ad9f6255.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kingsland Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.512283" Longitude="-0.186194" StarRating="1" HotelCode="173552|smart_hyde_park_inn_hostel" HotelName="Smart Hyde Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hostel is perfectly located in the heart of London, just off London and Europe’s most popular sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|shepherds_bush_boutique_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|sapphire_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|kip_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.47509267" Longitude="-0.06115279" StarRating="3" HotelCode="575995|grove_apartments" HotelName="The Grove Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Carlton Grove, London SE15 2UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/04/8204b9405e9ad6ad42648867552b5f3083197447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.6570899" Longitude="-0.08034777" StarRating="3" HotelCode="587603|kathleen_house_plus" HotelName="Kathleen House Plus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>78 Baker Street, Enfield, Greater London EN1 3EY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/8e/fe8ef4b5ccfff37c7538385c057846e35da2206e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.535019486819" Longitude="-0.27528584003448" StarRating="3" HotelCode="915063|abbey_point_cafe_bb" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abbey Point Cafe and B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.00" OriginalAmount="80.00">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|hampton_by_hilton_london_croydon" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers quick and direct transport links to Gatwick Airport, Victoria and London Bridge fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.04" OriginalAmount="80.04">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|113302" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.06" OriginalAmount="80.06">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|386205" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.17" OriginalAmount="80.17">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|361665" HotelName="Novotel London Brentford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="80.28" OriginalAmount="80.28">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|1062038" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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" 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>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <BasicPropertyInfo Latitude="51.5644351" Longitude="-0.011468199999968" StarRating="3" HotelCode="429631|224255" HotelName="Lion &amp; Key Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81" OriginalAmount="81">
      <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>
        <HotelDescription>&lt;br/&gt;"Our London Greenwich High Road hotel is surrounded by must-see attractions like the Cutty Sark and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.659825570133" Longitude="-0.087507771426431" StarRating="2" HotelCode="79665|holtwhites_hotel" HotelName="Holtwhites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Chase Side, London Borough of Enfield, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb445d2031d903b9a6e021ca4f93c49100ea28f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|hotel_ibis_london_east_barking" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.51267103" Longitude="-0.30992639" StarRating="3" HotelCode="263524|premier_inn_london_ealing" HotelName="Premier Inn London Ealing" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.47561903" Longitude="-0.01975671" StarRating="3" HotelCode="265054|premier_inn_london_greenwich" HotelName="Premier Inn London Greenwich" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Conveniently located within walking distance of Greenwich train station and 3\n\nConveniently locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|dorsett_shepherds_bush" HotelName="Dorsett Shepherds Bush" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.44325925" Longitude="0.01482676" StarRating="3" HotelCode="578556|summerfield_pub_boutique_rooms" HotelName="Summerfield Pub &amp; Boutique Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Baring Road, London SE12 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/68/20683dd9a1130423b496b829d7942ae56d61aa87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.00" OriginalAmount="81.00">
      <BasicPropertyInfo Latitude="51.626719" Longitude="-0.008948" StarRating="3" HotelCode="915046|ridgeway_hotel" HotelName="Ridgeway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/02/2026">
        <Address>
          <AddressLines>
            <AddressLine>115-117 The Ridgeway, North Chingford, E4 6QU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/3b/62/3b626168d4f895763b69f231ec3060a63061c03b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.16" OriginalAmount="81.16">
      <BasicPropertyInfo Latitude="51.474325966622" Longitude="-0.15710104026448" StarRating="4" HotelCode="244305|180527" HotelName="Axiom Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.36" OriginalAmount="81.36">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|164966" HotelName="Best Western London Highbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel overlooks Finsbury Park, one of London's prettiest parks, and is easily accessible to...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.42" OriginalAmount="81.42">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|393165" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.98" OriginalAmount="81.98">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|32764" HotelName="Crowne Plaza London Ealing" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82" OriginalAmount="82">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|55233" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82" OriginalAmount="82">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|2131" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82" OriginalAmount="82">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, close to Chiswick. From this location, guests have easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82" OriginalAmount="82">
      <BasicPropertyInfo Latitude="51.512283" Longitude="-0.186194" StarRating="1" HotelCode="173552|200396" HotelName="Smart Hyde Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hostel is perfectly located in the heart of London, just off London and Europe’s most popular sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82" OriginalAmount="82">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|300846" HotelName="St Christopher's at The Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82" OriginalAmount="82">
      <BasicPropertyInfo Latitude="51.44325925" Longitude="0.01482676" StarRating="3" HotelCode="578556|456682" HotelName="Summerfield Pub &amp; Boutique Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Baring Road, London SE12 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/68/20683dd9a1130423b496b829d7942ae56d61aa87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|park_grand_london_hyde_park" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|ibis_london_greenwich" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|antoinette_hotel_wimbledon" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.536893" Longitude="-0.0037879999999859" StarRating="3" HotelCode="199818|travelodge_london_stratford" HotelName="Travelodge London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Street, Stratford, London E15 2JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/ba/84bab035a5bbd5de3148e4526f1334d095373004.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Stratford High Street DLR station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.481191278215" Longitude="-0.20971506427361" StarRating="3" HotelCode="378901|the_captain_cook" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|kings_cross_inn_hotel" HotelName="Kings Cross Inn Hotel" 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-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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.00" OriginalAmount="82.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="952947|cogie_house" HotelName="Cogie House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Stockton Road, Upper Edmonton, London N18 2BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/20/062082e90f6d992e41c178dc7a2fa1a1a9832c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.09" OriginalAmount="82.09">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers quick and direct transport links to Gatwick Airport, Victoria and London Bridge fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.35" OriginalAmount="82.35">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|628334" HotelName="Holiday Inn Express London Heathrow T4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Hounslow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83" OriginalAmount="83">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83" OriginalAmount="83">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83" OriginalAmount="83">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.494926487329" Longitude="-0.25509799874192" StarRating="2" HotelCode="145963|chiswick_lodge_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Chiswick Lodge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.494434970409" Longitude="-0.18782077676792" StarRating="2" HotelCode="309406|cromwell_crown" HotelName="Cromwell International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Cromwell Road, London SW7 4DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ee/5deee456b4278424882b1cc00c335bf9489129f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.52985498" Longitude="-0.07732457" StarRating="3" HotelCode="323930|central_hoxton_shoreditch" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.00" OriginalAmount="83.00">
      <BasicPropertyInfo Latitude="51.52726532" Longitude="0.22536421" StarRating="3" HotelCode="501031|the_manor_hotel_restaurant" HotelName="The Berwick Manor Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Berwick Pond Road, Rainham, Essex  RM13 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/07/4d0747b0b3b1138c2b090acedfc912474b54c442.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.27" OriginalAmount="83.27">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|384465" HotelName="Holiday Inn Express Earls Court" 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>295 North End Road, London, W14 9NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/76/6976526c7ba425fb526df8904af906b5e577190b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just within a few minutes of Earl’s Court Arena and Olympia Exhibition Centre. West ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.36" OriginalAmount="83.36">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|683677" HotelName="Pelican London Hotel And Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="83.46" OriginalAmount="83.46">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|107632" 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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.49" OriginalAmount="83.49">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.52" OriginalAmount="83.52">
      <BasicPropertyInfo Latitude="51.576969318975" Longitude="0.17814733862303" StarRating="3" HotelCode="199303|761573" HotelName="Gidea Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>115 Main Road, Romford, Greater London RM2 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/bf/30bfa8becfaa6b75d115875326938df0c550587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Gidea Park Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Hide London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84" OriginalAmount="84">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|holiday_inn_express_london__limehouse" 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" 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>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|holiday_inn_express_london__earls_court" HotelName="Holiday Inn Express Earls Court" Meals="ROOM ONLY" 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>295 North End Road, London, W14 9NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/76/6976526c7ba425fb526df8904af906b5e577190b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just within a few minutes of Earl’s Court Arena and Olympia Exhibition Centre. West ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.51110958" Longitude="-0.37596778" StarRating="0" HotelCode="159970|broadway_inn_2" HotelName="The Broadway Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1A-3A The Broadway, Southall, Greater London UB1 1JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d2/20/d220f990c657480d7fea8526102ce075e71e85ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.526240190254" Longitude="-0.12571513652801" StarRating="3" HotelCode="189711|leigh_house_hotel" HotelName="Leigh House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leigh Street, London WC1H 9EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cb/52cba296b470fa7191628189a0ec17fe8e66677f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.55355" Longitude="-0.21201799999994" StarRating="3" HotelCode="296644|windmill_guest_house_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.4941321" Longitude="-0.21412880000003" StarRating="4" HotelCode="303760|st_paul_hotel" HotelName="St Paul's 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.58137547" Longitude="-0.2263524" StarRating="4" HotelCode="324386|the_hide_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Hide London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.49351912" Longitude="-0.19604394" StarRating="2" HotelCode="498360|saint_james_backpackers" HotelName="Saint James Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.00" OriginalAmount="84.00">
      <BasicPropertyInfo Latitude="51.47509267" Longitude="-0.06115279" StarRating="3" HotelCode="575995|grove_hotel_2" HotelName="The Grove Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59-61 Carlton Grove, London SE15 2UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/04/8204b9405e9ad6ad42648867552b5f3083197447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.25" OriginalAmount="84.25">
      <BasicPropertyInfo Latitude="51.512488630899" Longitude="-0.31159205146584" StarRating="3" HotelCode="460470|558483" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.36" OriginalAmount="84.36">
      <BasicPropertyInfo Latitude="51.493537970857" Longitude="-0.19889353395039" StarRating="2" HotelCode="114644|4323265" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85" OriginalAmount="85">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|35759" HotelName="Crowne Plaza London Ealing" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85" OriginalAmount="85">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|457014" HotelName="The East London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85" OriginalAmount="85">
      <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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85" OriginalAmount="85">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85" OriginalAmount="85">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The hotel is located south of the River Thames is the vibrant up and coming area of Wandsworth\n\nTh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|travelodge_london_central_city" HotelName="Travelodge London Central City Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.57059" Longitude="-0.193513" StarRating="3" HotelCode="158050|anchor_house_hotel" HotelName="Anchor Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 West Heath Drive, Golders Green, London NW11 7QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/68/8068c0cb44932c4c31b8861281c43383dcbaa5ab.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London, approximately 16 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.493625257775" Longitude="-0.17535209655762" StarRating="3" HotelCode="189755|brompton_hotel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.52732067596" Longitude="-0.28311407040269" StarRating="4" HotelCode="510863|park_plaza_london_park_royal" HotelName="Park Plaza London Park Royal" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.48907961" Longitude="-0.19390125" StarRating="3" HotelCode="986280|oyo_lifestyle_wembar" HotelName="Mystay Inn by OYO" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Warwick Road, Kensington And Chelsea, London SW5 9UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/e8/e1e8922f99c910da7331b147fae4df0ff870113e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.00" OriginalAmount="85.00">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="0" HotelCode="986334|adagio_london_sutton" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.45" OriginalAmount="85.45">
      <BasicPropertyInfo StarRating="3" HotelCode="|217823" HotelName="Travelodge London Vauxhall" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BONDWAY 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/8/2/3/217823_2b44a0c1431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.59" OriginalAmount="85.59">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|274665" HotelName="My Place" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.61" OriginalAmount="85.61">
      <BasicPropertyInfo Latitude="51.515076" Longitude="0.060926" StarRating="3" HotelCode="152859|317083" HotelName="Premier Inn London Beckton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal location, this Premier Inn is just 3 miles from London City Airport, situated next door to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.82" OriginalAmount="85.82">
      <BasicPropertyInfo Latitude="51.5084899" Longitude="-0.29820233804605" StarRating="2" HotelCode="142742|2265935" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.84" OriginalAmount="85.84">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|623393" HotelName="easyHotel South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Last minute discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86" OriginalAmount="86">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86" OriginalAmount="86">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86" OriginalAmount="86">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86" OriginalAmount="86">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel offers great value for money combined with a fantastic location in London, on North Circu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86" OriginalAmount="86">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.493537970857" Longitude="-0.19889353395039" StarRating="2" HotelCode="114644|west_cromwell_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.393693126852" Longitude="-0.30339002609253" StarRating="4" HotelCode="164138|hotel_bosco" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.511671" Longitude="-0.18544099999997" StarRating="3" HotelCode="284906|astor_queensway_hostel_2" HotelName="Astor Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.55315067" Longitude="-0.2854628" StarRating="3" HotelCode="522802|the_arch_wembley" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.53102159" Longitude="-0.10182064" StarRating="0" HotelCode="667837|baggies_backpackers_angel" HotelName="Prime Backpackers Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>333 City Road, London EC1V 1LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/ba/0fba94683ba120156192103a155e4ee9a0710b23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.482571799992" Longitude="-0.45067897613159" StarRating="4" HotelCode="986178|radisson_red_hotel_london_heathrow" HotelName="Radisson RED Hotel London Heathrow" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.00" OriginalAmount="86.00">
      <BasicPropertyInfo Latitude="51.49210151" Longitude="0.00813078" StarRating="4" HotelCode="986307|radisson_red_london_greenwich_the_o2" HotelName="Radisson Red London Greenwich The O2" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.14" OriginalAmount="86.14">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|64524" HotelName="Hilton Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.19" OriginalAmount="86.19">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|1065458" HotelName="Travelodge London Central City Road" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.29" OriginalAmount="86.29">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.42" OriginalAmount="86.42">
      <BasicPropertyInfo Latitude="51.458919087761" Longitude="-0.44298153551256" StarRating="4" HotelCode="806237|628011" HotelName="Crowne Plaza London Heathrow T4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.54" OriginalAmount="86.54">
      <BasicPropertyInfo Latitude="51.4802948886" Longitude="-0.41473552820275" StarRating="3" HotelCode="599677|615845" HotelName="Moxy London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.79" OriginalAmount="86.79">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|388455" 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>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <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 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87" OriginalAmount="87">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|57425" HotelName="Kings Cross Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|hilton_croydon" HotelName="Hilton Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|travelodge_london_kings_cross_royal_scot" HotelName="Travelodge London Kings Cross Royal Scot" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.523264" Longitude="-0.160131" StarRating="2" HotelCode="94585|somerset_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the quiet Dorset square and is just a couple of minutes’ walk from Baker Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.5084899" Longitude="-0.29820233804605" StarRating="2" HotelCode="142742|abbey_lodge_hotel__bb" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|abbey_hotel_8" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.515076" Longitude="0.060926" StarRating="3" HotelCode="152859|premier_inn_london_beckton" HotelName="Premier Inn London Beckton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal location, this Premier Inn is just 3 miles from London City Airport, situated next door to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.53360851" Longitude="0.02248999" StarRating="3" HotelCode="429979|metro_star_2" HotelName="Metro Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>71 Stopford Road, London E13 0NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/d8/60d89189d4b9435ae0942081adeaa6a0dc1a7705.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Metro Star.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|easyhotel_old_street" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.3920045" Longitude="-0.31059231" StarRating="0" HotelCode="726437|black_lion" HotelName="Black Lion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Brighton Road, Surbiton KT6 5PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/0a/8d0ae2f60d4cde4afc0bf550e78f732d7b7c769b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.00" OriginalAmount="87.00">
      <BasicPropertyInfo Latitude="51.54259267" Longitude="0.00804689" StarRating="3" HotelCode="902911|stratford_hotel" HotelName="Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>43 Romford Road, Stratford, London E15 4LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/83/4383ac37d80932de540093aaac1b29a3e2aed61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.28" OriginalAmount="87.28">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|1478178" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.60" OriginalAmount="87.60">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|144097" HotelName="St Christopher's at The Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at St Christopher's Inn, London Bridge - Hostel, you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.67" OriginalAmount="87.67">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|228587" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="87.83" OriginalAmount="87.83">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|618125" HotelName="Thistle London Heathrow Terminal 5" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is in a quiet location near London Heathrow.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.96" OriginalAmount="87.96">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|4692305" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Offering the ideal setting for explore the area, this family-run guest house is situated in Surbiton...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is just 150 m from Paddington Station, with direct underground, national rail and airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;An ideal location, this Premier Inn is just 3 miles from London City Airport, situated next door to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88" OriginalAmount="88">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|17183" HotelName="Travelodge London Central City Road" 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>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>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|novotel_london_greenwich_2" HotelName="Novotel London Greenwich" 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,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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|holiday_inn_london_brentford_lock" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3.5" HotelCode="49885|new_linden_hotel_the" HotelName="New Linden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Leinster Square, W2 4PS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fe/edfeebacbd725a8cdea8f6af50cc9f7d38d6cd46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London, between the districts of Bayswater and Notting Hill, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.526310500698" Longitude="-0.12660066705121" StarRating="2.5" HotelCode="144347|avonmore_hotel_3" HotelName="Avonmore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Cartwright Gardens, London, Greater London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/0f/b00fea57bd02028f4e44b9fcc09ba74c858d2ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.514802" Longitude="-0.176746" StarRating="3" HotelCode="408634|ascot_hyde_park_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is just 150 m from Paddington Station, with direct underground, national rail and airport ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.56520951" Longitude="-0.4473512" StarRating="3" HotelCode="566795|ivy_house_2" HotelName="Ivy House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Ivy House Road, Ickenham, Uxbridge UB10 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/e5/9ee50c8dc985bf523b29f00383a283e061cd9fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.49458825" Longitude="-0.25525696" StarRating="2" HotelCode="580887|abc_bed_and_breakfast" HotelName="ABC Bed &amp; Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>90A Turnham Green Terrace, London W4 1QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/eb/e8eb94b1d3890a9a111f08128b10e7f98cb43188.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at ABC Bed &amp; Breakfast in London (Chiswick), you'll be convenient to H...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.00" OriginalAmount="88.00">
      <BasicPropertyInfo Latitude="51.42399435" Longitude="-0.20501245" StarRating="0" HotelCode="887815|compton_guest_house_2" HotelName="Compton Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Compton Road, Wimbledon, London SW19 7QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/14/43/1443c58305ed03ffe5fb581ca4d3675f76ba8ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.02" OriginalAmount="88.02">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|95492" 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>
        <HotelDescription>&lt;br/&gt;This impressive Neo-Georgian style building in Central London is perfectly located for guests who wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.11" OriginalAmount="88.11">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|748670" HotelName="London Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.15" OriginalAmount="88.15">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|137694" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.26" OriginalAmount="88.26">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.28" OriginalAmount="88.28">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|228576" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in London. For business travellers, it provides everything n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="88.30" OriginalAmount="88.30">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|CAT415200" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.43" OriginalAmount="88.43">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|32344" 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>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.46" OriginalAmount="88.46">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|384735" 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" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.67" OriginalAmount="88.67">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|632083" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.75" OriginalAmount="88.75">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|344475" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel lies just a short distance from Heathrow Airport, Heathrow train station and Winds...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.79" OriginalAmount="88.79">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.95" OriginalAmount="88.95">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|140388" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Barking Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.96" OriginalAmount="88.96">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|1879165" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.96" OriginalAmount="88.96">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|407262" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within 1,5 km of Kew Gardens and a 15-minute drive of Heathrow Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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>
        <HotelDescription>&lt;br/&gt;This modern hotel lies just a short distance from Heathrow Airport, Heathrow train station and Winds...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <BasicPropertyInfo Latitude="51.493773" Longitude="-0.191487" StarRating="3" HotelCode="148430|200478" HotelName="The Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Hogarth Road, Kensington, London SW5 0PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/97/40975589cbce9fbd7ac83477ebd4b5eb01d845e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Offering the ideal setting for explore the area, this family-run guest house is situated in Surbiton...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89" OriginalAmount="89">
      <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>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|holiday_inn_london__commercial_road" HotelName="Holiday Inn London - Whitechapel" 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,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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|mercure_london_greenwich_2" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.47408326" Longitude="-0.28660063" StarRating="3" HotelCode="440156|kew_bb" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.00" OriginalAmount="89.00">
      <BasicPropertyInfo Latitude="51.58873899" Longitude="-0.06250125" StarRating="3" HotelCode="495957|premier_inn_london_tottenham_hale" HotelName="London Tottenham Hale Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.32" OriginalAmount="89.32">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|1080978" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.92" OriginalAmount="89.92">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|36761" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <BasicPropertyInfo Latitude="51.474348" Longitude="-0.019471" StarRating="4" HotelCode="199793|37423" HotelName="DoubleTree by Hilton London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Catherine Grove, Greenwich, London SE10 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b4/c2b42f791aa044875d3184a875519ff53e6cb8a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just 10 minutes’ walk from the historic ship The Cutty Sark and the National Maritime M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|10348" 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" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of London's Docklands and thus offers an ideal starting point for ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys a central location in Richmond. It is situated close to the rail, underground...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable airport hotel is located approximately 5 minutes from London Heathrow Airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This impressive Neo-Georgian style building in Central London is perfectly located for guests who wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90" OriginalAmount="90">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|199907" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.534949" Longitude="-0.461146" StarRating="3" HotelCode="81468|the_red_lion_hotel_4" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|my_place_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|comfort_inn_edgware_road_w2" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.485512438434" Longitude="-0.12385655826643" StarRating="3" HotelCode="263544|travelodge_london_vauxhall" HotelName="Travelodge London Vauxhall" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.516154" Longitude="-0.067739999999958" StarRating="3" HotelCode="296641|qbic_hotel_london_city_3" HotelName="Qbic Hotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Adler Street, London E1 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/17/1e17e57be4c5acd5a61b68299f7e7a6d867f948a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.22441" StarRating="2" HotelCode="386328|st_christophers_inn_hammersmith__hostel" HotelName="St Christopher's Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located about 8 km from the centre of London. Its setting is especially ideal for tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.00" OriginalAmount="90.00">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|hampton_by_hilton_london_park_royal" HotelName="Hampton by Hilton London Park Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.01" OriginalAmount="90.01">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|1486638" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.10" OriginalAmount="90.10">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|2543385" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.27" OriginalAmount="90.27">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|36774" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel offers easy access to central London, which is 18 km away, and to sights such as Kew Gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.31" OriginalAmount="90.31">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|27179" HotelName="Novotel London Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This AA new generation hotel, located in the heart of historic Greenwich, right next to the railway ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.34" OriginalAmount="90.34">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|1426988" HotelName="ibis London Docklands Canary Wharf 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.50" OriginalAmount="90.50">
      <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 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.90" OriginalAmount="90.90">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|1550508" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91" OriginalAmount="91">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91" OriginalAmount="91">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|30588" HotelName="Holiday Inn London - Whitechapel" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91" OriginalAmount="91">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|58010" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This Aparthotel is situated just 5 minutes’ walk from Greenwich Train Station. London Bridge can be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.533759" Longitude="-0.29564800000003" StarRating="3" HotelCode="61558|the_fox_and_goose" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Fox &amp; Goose.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.51777" Longitude="-0.168644" StarRating="2" HotelCode="94571|four_stars" HotelName="Four Stars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Sussex Gardens, Hyde Park, London W2 1UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/38/1f387423d95a5a5493982565882301f268c51fc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|ibis_london_docklands_canary_wharf" HotelName="ibis London Docklands Canary Wharf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|the_craven_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="150156|jubilee_hotel_2" HotelName="Jubilee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Eccleston Square, Victoria, London SW1V 1NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/82/a3821a504187d9e65766c5e145df619a784319f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Jubilee.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.490231" Longitude="-0.13759400000004" StarRating="1" HotelCode="293776|astor_victoria_hostel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.4689982" Longitude="-0.32419207" StarRating="3" HotelCode="481866|the_swan_inn_pub" HotelName="The Swan Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.00" OriginalAmount="91.00">
      <BasicPropertyInfo Latitude="51.48811062" Longitude="-0.47878204" StarRating="3" HotelCode="520462|harmondsworth_hall_guest_house" HotelName="Harmondsworth Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Summerhouse Lane, Harmondsworth, England UB7 0BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/00/900049ab8fd28b2ca3f2336f4a58a209d85318d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.10" OriginalAmount="91.10">
      <BasicPropertyInfo Latitude="51.393693126852" Longitude="-0.30339002609253" StarRating="4" HotelCode="164138|381685" HotelName="Bosco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="91.23" OriginalAmount="91.23">
      <BasicPropertyInfo Latitude="51.486248357341" Longitude="-0.20259759755322" StarRating="3" HotelCode="38343|1270434" HotelName="Holiday Inn Express Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>295 North End Road, London, W14 9NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/76/6976526c7ba425fb526df8904af906b5e577190b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just within a few minutes of Earl’s Court Arena and Olympia Exhibition Centre. West ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.23" OriginalAmount="91.23">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|383955" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.24" OriginalAmount="91.24">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|16233" HotelName="Hilton Croydon" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located just 13 km from London’s sights and shopping areas, and London Victoria S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="91.26" OriginalAmount="91.26">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|4108164" HotelName="My Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.57" OriginalAmount="91.57">
      <BasicPropertyInfo Latitude="51.490535" Longitude="-0.138908" StarRating="1.5" HotelCode="94588|1476708" 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>
        <HotelDescription>&lt;br/&gt;This property is located in the vicinity of the Victoria train station, within walking distance of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.78" OriginalAmount="91.78">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|1486518" 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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Abbey Point Cafe and B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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>
        <HotelDescription>&lt;br/&gt;You will be offered a free DVD rental service, as well as the full English breakfast and free Wi-Fi....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|55256" HotelName="ibis London Docklands Canary Wharf 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92" OriginalAmount="92">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|the_bromley_court_hotel_2" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|guilford" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.520244" Longitude="-0.124098" StarRating="0" HotelCode="114695|lonsdale_hotel" 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>
        <HotelDescription>&lt;br/&gt;Lonsdale Hotel is a popular choice amongst travelers in London, whether exploring or just passing th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.493773" Longitude="-0.191487" StarRating="3" HotelCode="148430|the_jade" HotelName="The Jade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Hogarth Road, Kensington, London SW5 0PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/97/40975589cbce9fbd7ac83477ebd4b5eb01d845e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.426394" Longitude="-0.163731" StarRating="3" HotelCode="147750|flexistay_aparthotel" HotelName="Flexistay Tooting Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>268 Franciscan Road, Tooting, LondonSW17 8HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/21/e721c3b1309dff613b23abd825efe9ddd491d17e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Flexistay Tooting Aparthotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.522127363129" Longitude="-0.13247430324554" StarRating="3" HotelCode="189731|arran_house_hotel" 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>
        <HotelDescription>&lt;br/&gt;You will be offered a free DVD rental service, as well as the full English breakfast and free Wi-Fi....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.504463" Longitude="-0.21912900000007" StarRating="4" HotelCode="284371|w12_rooms" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shepherd's Bush. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.00" OriginalAmount="92.00">
      <BasicPropertyInfo Latitude="51.54068026" Longitude="-0.2041579" StarRating="0" HotelCode="986076|kilburn_arms" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.06" OriginalAmount="92.06">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|822303" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <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>
        <HotelDescription>&lt;br/&gt;Lonsdale Hotel is a popular choice amongst travelers in London, whether exploring or just passing th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <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>
        <HotelDescription>&lt;br/&gt;This property is located in the vicinity of the Victoria train station, within walking distance of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93" OriginalAmount="93">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shepherd's Bush. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|holiday_inn_express_london_chingford" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.514131" Longitude="-0.177992" StarRating="2" HotelCode="35449|mina_house_hotel" HotelName="Mina House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21-23 Craven Road, Paddington, London W2 3BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/db/0fdb1810d1aa093617e4243b86ba3ae1fa6e29cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This intimate, charming hotel offers an ideal location at the heart of the Paddington district of Lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|smart_hyde_park_view" 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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.490535" Longitude="-0.138908" StarRating="1.5" HotelCode="94588|park_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;This property is located in the vicinity of the Victoria train station, within walking distance of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.551556853212" Longitude="-0.19169427816477" StarRating="3" HotelCode="142621|291_suites" HotelName="NOX HOTELS - West Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>291 West End Lane, London NW6 1RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/bd/e0bdb0ad932d892da6ed43e2e3fefd5b23a11fe2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.447379683665" Longitude="-0.40686525655292" StarRating="3" HotelCode="903179|ambassador_heathrow_hotel" HotelName="The Ambassador Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Hanworth Road, Feltham, London, Middlesex TW13 5AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/7d/787df968e4079ad71d090b504bb3ed3c196d3947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 20 rooms. Services and facilities at the hotel include a dining area, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.00" OriginalAmount="93.00">
      <BasicPropertyInfo Latitude="51.51198193" Longitude="-0.0892075" StarRating="3" HotelCode="986329|hub_by_premier_inn_london_city_bank" HotelName="Hub by Premier Inn London City Bank" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.18" OriginalAmount="93.18">
      <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 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is United Lodge Hotel and Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.34" OriginalAmount="93.34">
      <BasicPropertyInfo Latitude="51.526437937036" Longitude="-0.12955605983734" StarRating="2" HotelCode="26975|228126" HotelName="The County Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated at the heart of London, within walking distance of Euston and King's C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.45" OriginalAmount="93.45">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|175387" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Heathrow overlooking and only a stone's throw from Heathrow Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.55" OriginalAmount="93.55">
      <BasicPropertyInfo Latitude="51.55315067" Longitude="-0.2854628" StarRating="3" HotelCode="522802|660163" HotelName="The Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 01/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94" OriginalAmount="94">
      <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94" OriginalAmount="94">
      <BasicPropertyInfo Latitude="51.516154" Longitude="-0.067739999999958" StarRating="3" HotelCode="296641|199536" HotelName="Qbic Hotel London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Adler Street, London E1 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/17/1e17e57be4c5acd5a61b68299f7e7a6d867f948a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.5287" Longitude="-0.049052999999958" StarRating="3" HotelCode="309866|plaza_london_hotel" HotelName="Plaza London 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.451066728268" Longitude="-0.1480569846558" StarRating="3" HotelCode="903455|the_gateway_hotel_3" HotelName="The Gateway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Balham Hill, London SW12 9EB, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/68/8d681721853e00cfc04dbaeb7c36ca09b478e4c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.6041824" Longitude="0.00280217" StarRating="0" HotelCode="957201|the_royal_oak_35" HotelName="The Royal Oak" Meals="BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-1" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>320 Hale End Road, Highams Park, Essex IG8 9LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a7aea87bd6d2700ab2f1242961260bbe3ebf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.00" OriginalAmount="94.00">
      <BasicPropertyInfo Latitude="51.546371854665" Longitude="-0.0076075158691538" StarRating="3" HotelCode="986134|aparthotel_adagio_london_stratford" HotelName="Aparthotel Adagio London Stratford" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.14" OriginalAmount="94.14">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.16" OriginalAmount="94.16">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|38760" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.34" OriginalAmount="94.34">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|7580" HotelName="Crowne Plaza London Ealing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.34" OriginalAmount="94.34">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.98" OriginalAmount="94.98">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|57664" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <BasicPropertyInfo Latitude="51.451066728268" Longitude="-0.1480569846558" StarRating="3" HotelCode="903455|55823" HotelName="The Gateway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Balham Hill, London SW12 9EB, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/68/8d681721853e00cfc04dbaeb7c36ca09b478e4c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95" OriginalAmount="95">
      <BasicPropertyInfo Latitude="51.6041824" Longitude="0.00280217" StarRating="0" HotelCode="957201|478861" HotelName="The Royal Oak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>320 Hale End Road, Highams Park, Essex IG8 9LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a7aea87bd6d2700ab2f1242961260bbe3ebf1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|travelodge_aldgate_east" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|luma_concept_hotel_hammersmith" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|st_georges_pimlico" HotelName="St George's Pimlico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.52416" Longitude="-0.116373" StarRating="2" HotelCode="148446|grenville_hotel" HotelName="Grenville Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grenville Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.517758" Longitude="-0.064875" StarRating="2" HotelCode="210603|ibis_budget_london_whitechapel_" HotelName="ibis budget London Whitechapel - Brick Lane" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.555377" Longitude="-0.28642" StarRating="4" HotelCode="320112|st_georges_hotel_wembley" HotelName="St George's Hotel Wembley" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is St George's Hotel Wembley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.52450206259" Longitude="-0.036753347638069" StarRating="2" HotelCode="394485|dirty_liquor_hotel" HotelName="New Globe hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359 Mile End Road, London E3 4QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/11/da114dac0b3ff2ed226bd06adb1892a2aa9d2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is New Globe hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.50157386" Longitude="0.0524" StarRating="0" HotelCode="849353|london_city_airport_hotel" HotelName="London City Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Albert Road, North Woolwich, London E16 2DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b9/05b935219340add43ce310d7db6eb9ccb86a98e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.00" OriginalAmount="95.00">
      <BasicPropertyInfo Latitude="51.51992715" Longitude="-0.483136" StarRating="0" HotelCode="795764|the_watersedge_canal_cottages" HotelName="The Watersedge Canal Cottages" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Packet Boat Lane, Hillingdon UB8 2JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6f/316f9c954e288d355824d8e196eacd34cde9c936.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.07" OriginalAmount="95.07">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|2025565" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.11" OriginalAmount="95.11">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hostel is perfectly located in the heart of London, just off London and Europe’s most popular sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.28" OriginalAmount="95.28">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|62014" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just off the North Circular Road London (A406), at the Crooked Billet roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.32" OriginalAmount="95.32">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|385185" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.69" OriginalAmount="95.69">
      <BasicPropertyInfo Latitude="51.563977" Longitude="0.065688" StarRating="3" HotelCode="915074|222354" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arinza Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.72" OriginalAmount="95.72">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|315432" HotelName="My Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.74" OriginalAmount="95.74">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|33104" HotelName="Novotel London West" Meals="BED &amp; BREAKFAST,ROOM ONLY,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,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>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.88" OriginalAmount="95.88">
      <BasicPropertyInfo Latitude="51.492212" Longitude="-0.1944" StarRating="3" HotelCode="17039|1550828" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96" OriginalAmount="96">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|199433" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Guilford House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96" OriginalAmount="96">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|128188" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located in the south stand of Twickenham Rugby Stadium, London. Guests are ab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.573121" Longitude="-0.431205" StarRating="3" HotelCode="263530|premier_inn_ruislip" HotelName="Premier Inn London Ruislip" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.528961407395" Longitude="-0.12329143120118" StarRating="2" HotelCode="323711|princess_hotel_8" HotelName="The Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Argyle Street, Kings Cross St Pancras, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/2d/4e2d964538d4f9dd24479d53de1a84255c459900.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.54791903" Longitude="-0.00818566" StarRating="3" HotelCode="394339|bridgestreet_stratford_city" HotelName="BridgeStreet Stratford City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Celebration Avenue, London E20 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/1f/061f8989980518229357c3cd89112c185054b329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.49080842" Longitude="-0.09755774" StarRating="3" HotelCode="405597|safestay" HotelName="Safestay London Elephant &amp; Castle - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>144-152 Walworth Road, Elephant &amp; Castle, London SE17 1JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/77/36779b14f8d59d21a034991a7b67313df7f02a99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.00" OriginalAmount="96.00">
      <BasicPropertyInfo Latitude="51.46118946" Longitude="-0.21806323" StarRating="3" HotelCode="838667|putney_hotel_bw_signature_collection" HotelName="Putney Hotel, BW Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 Upper Richmond Road, Putney, London, England SW15 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4d/874d2f6cf26e8570feb9d19acad3d8263f38cb02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.28" OriginalAmount="96.28">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|2556945" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.31" OriginalAmount="96.31">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|128188" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in East London, this newly refurbished hotel is 4 minutes away from Stratford Stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.45" OriginalAmount="96.45">
      <BasicPropertyInfo Latitude="51.513433214613" Longitude="-0.19361525774002" StarRating="3.5" HotelCode="49885|468215" HotelName="New Linden" Meals="ROOM ONLY" 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>59 Leinster Square, W2 4PS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fe/edfeebacbd725a8cdea8f6af50cc9f7d38d6cd46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London, between the districts of Bayswater and Notting Hill, this hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.87" OriginalAmount="96.87">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|832605" HotelName="Travelodge London Kings Cross Royal Scot" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97" OriginalAmount="97">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|37350" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97" OriginalAmount="97">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|33988" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97" OriginalAmount="97">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|20974" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a short walk from the O² Arena and the North Greenwich Underground Station. London Heat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97" OriginalAmount="97">
      <BasicPropertyInfo Latitude="51.50157386" Longitude="0.0524" StarRating="0" HotelCode="849353|490226" HotelName="London City Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Albert Road, North Woolwich, London E16 2DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b9/05b935219340add43ce310d7db6eb9ccb86a98e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97" OriginalAmount="97">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is St George's Hotel Wembley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.492212" Longitude="-0.1944" StarRating="3" HotelCode="17039|rushmore_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.493002034591" Longitude="-0.19247855809025" StarRating="1.5" HotelCode="101992|aquarius_2" HotelName="Aquarius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Hogarth Road, Royal Borough of Kensington and Chelsea, London SW5 0PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/89/9889752930ae8d7a150b875ba905742b6c66efdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|bakers_hotel" HotelName="Bakers Hotel - B&amp;B" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.491665354229" Longitude="-0.21061167757591" StarRating="3" HotelCode="186224|w14_hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in London’s trendy Kensington district, the hotel is situated on a quiet, leafy, residential...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.493368085071" Longitude="-0.19096791744232" StarRating="1.5" HotelCode="189726|earls_court_gardens_hotel" HotelName="Earls Court Gardens Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Garden,Housekeeping,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Earls Court Gardens, London SW5 0TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/62/3e620b9cd2313741278bce9d16b340262c25ed5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Earls Court Gardens Hotel - Guest house in London (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.526882" Longitude="-0.08846665" StarRating="3" HotelCode="349537|the_z_hotel_shoreditch" HotelName="Z Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Concierge,Elevator,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>136-144 City Road, London EC1V 2RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/2f/ad2f4109b597c1e63f675fa85f86ffbbf753fe00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The Z Hotel Shoreditch to discover the wonders of London. The hotel offers a wide range of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.35397609" Longitude="-0.19470433" StarRating="3" HotelCode="429965|flexistay_sutton_aparthotel" HotelName="Flexistay Sutton Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Flexistay Sutton Aparthotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.52450206259" Longitude="-0.036753347638069" StarRating="2" HotelCode="394485|new_globe_hotel" HotelName="New Globe hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>359 Mile End Road, London E3 4QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/11/da114dac0b3ff2ed226bd06adb1892a2aa9d2fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is New Globe hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.00" OriginalAmount="97.00">
      <BasicPropertyInfo Latitude="51.59156737" Longitude="-0.14359801" StarRating="3" HotelCode="502836|roseview_alexandra_palace_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.08" OriginalAmount="97.08">
      <BasicPropertyInfo Latitude="51.523264" Longitude="-0.160131" StarRating="2" HotelCode="94585|345135" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the quiet Dorset square and is just a couple of minutes’ walk from Baker Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="97.13" OriginalAmount="97.13">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|CBO697500" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.59" OriginalAmount="97.59">
      <BasicPropertyInfo Latitude="51.49003" Longitude="-0.137899" StarRating="2" HotelCode="94596|1061898" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Carlton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.75" OriginalAmount="97.75">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="4" HotelCode="986334|883206" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98" OriginalAmount="98">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98" OriginalAmount="98">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98" OriginalAmount="98">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98" OriginalAmount="98">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.625389" Longitude="0.032119" StarRating="3" HotelCode="79027|premier_inn_loughtonbuckhurst_hill" HotelName="Premier Inn Loughton/Buckhurst Hill" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 35 minutes by tube from the centre of London yet within 3 km of the large...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.49003" Longitude="-0.137899" StarRating="2" HotelCode="94596|carlton_hotel_9" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Carlton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.557538" Longitude="-0.289618" StarRating="3" HotelCode="187913|the_green_man" HotelName="The Green Man Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dagmar Avenue, Wembley, Brent, Greater London HA9 8DF, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/c9/1ac91169001508b1499801d8d15af39003122862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.5488633" Longitude="-0.1923206" StarRating="2" HotelCode="267544|charlotte_guest_house_2" HotelName="Charlotte Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|clayton_hotel_city_of_london" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.00" OriginalAmount="98.00">
      <BasicPropertyInfo Latitude="51.529739152428" Longitude="-0.12359462872607" StarRating="2" HotelCode="903229|the_belgrove_hotel" HotelName="The Belgrove" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Belgrove Steet, London WC1H 8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/eb/7aeba965ea4e359718def7da56e806aed748dc52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in London (Kings Cross St. Pancras), Belgrove Hotel is min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.03" OriginalAmount="98.03">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|2637405" 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>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.25" OriginalAmount="98.25">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|381748" HotelName="Northfields Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.35" OriginalAmount="98.35">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|1061918" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.65" OriginalAmount="98.65">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|941305" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes drive from the M11 motorway and less than 3 km from Woodford Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.84" OriginalAmount="98.84">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|1615108" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.92" OriginalAmount="98.92">
      <BasicPropertyInfo Latitude="51.471743585025" Longitude="-0.38179372023774" StarRating="2" HotelCode="147716|133869" HotelName="The Firs Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area just a few hundred metres from Hounslow West underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.94" OriginalAmount="98.94">
      <BasicPropertyInfo Latitude="51.515403691503" Longitude="-0.16109072883603" StarRating="3" HotelCode="145072|297545" HotelName="Boston Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Upper Berkeley Street, Marble Arch, London W1H 7QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/cd/7fcd6a6a644b21cd24f45e4d3ca00022f6b66c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only two minutes’ walk from busy Marble Arch, with its underground and train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Carlton.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|547" HotelName="Novotel London West" 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,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>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the quiet Dorset square and is just a couple of minutes’ walk from Baker Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99" OriginalAmount="99">
      <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>
        <HotelDescription>&lt;br/&gt;This London property is close to Westminster Cathedral and Vauxhall Bridge. Also nearby are Chelsea ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|hallmark_hotel_london_chigwell_prince_regent" HotelName="London Chigwell Prince Regent Hotel, BW Signature Collection" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes drive from the M11 motorway and less than 3 km from Woodford Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.507519" Longitude="-0.203564" StarRating="2" HotelCode="153417|ravna_gora_hotel_bb" HotelName="Ravna Gora" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The closest tube station to the hotel is Holland Park on the Central line, which is just a minute fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|best_western_plus_seraphine_hammersmith_hotel" HotelName="Seraphine Hammersmith Hotel, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.409869853963" Longitude="-0.11974722146988" StarRating="2.5" HotelCode="189766|norbury_aparthotel" HotelName="Flexistay Norbury ApartHotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>49 Norbury Crescent, Norbury, London SW16 4JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e2/fce2820fe67c0587f2b5f1500ec94daf0612b5c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.494528690641" Longitude="-0.20707726478577" StarRating="4" HotelCode="189748|simply_rooms__suites" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.503300805404" Longitude="-0.22012234078238" StarRating="3" HotelCode="213141|ibis_london_shepherds_bush" HotelName="ibis London Shepherds Bush - Hammersmith 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Shepherds Bush - Hammersmith Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|travelodge_london_bethnal_green" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.52855141" Longitude="-0.12267787" StarRating="2" HotelCode="325132|kings_cross_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is King's Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|lansbury_heritage_hotel" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.49234665" Longitude="0.06717043" StarRating="3" HotelCode="857187|london_woolwich_royal_arsenal" HotelName="Premier Inn London Woolwich Royal Arsenal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.00" OriginalAmount="99.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="901587|hotel_orlando" HotelName="Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>83 Shepherd's Bush Road, London W6 7LR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/de/68de6b7a39d8a7440d7cfbac7924997c18e4d811.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bed and breakfast provides family friendly accommodation just 0.5 km from Hammersmith tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.74" OriginalAmount="99.74">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|388255" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.96" OriginalAmount="99.96">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="99.98" OriginalAmount="99.98">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|32304" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100" OriginalAmount="100">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100" OriginalAmount="100">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Shepherds Bush - Hammersmith Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100" OriginalAmount="100">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located just 10 minutes drive from the M11 motorway and less than 3 km from Woodford Un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100" OriginalAmount="100">
      <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 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.00" OriginalAmount="100.00">
      <BasicPropertyInfo Latitude="51.3560255" Longitude="-0.11967279999999" StarRating="3" HotelCode="440063|grand_sapphire_hotel_banqueting" HotelName="Grand Sapphire Hotel &amp; Banqueting" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Imperial Way, Croydon, Greater London CR0 4RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/05/29053e87268841a5599cd9f3803d7b56cbfe5137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grand Sapphire Hotel &amp; Banqueting.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.00" OriginalAmount="100.00">
      <BasicPropertyInfo Latitude="51.49202858" Longitude="-0.14193942" StarRating="0" HotelCode="503201|easyhotel_victoria" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Victoria Station. The total number of bedrooms is 41. EasyHotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.22" OriginalAmount="100.22">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|2543225" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.55" OriginalAmount="100.55">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.68" OriginalAmount="100.68">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.75" OriginalAmount="100.75">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|463762" HotelName="Best Western Plus Grim’s Dyke Hotel" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Watford. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.82" OriginalAmount="100.82">
      <BasicPropertyInfo StarRating="4" HotelCode="|184500" HotelName="Xanadu" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-42 Bond Street, Ealing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/5/0/0/184500_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|1434838" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|55673" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Antoinette Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <BasicPropertyInfo Latitude="51.526240190254" Longitude="-0.12571513652801" StarRating="3" HotelCode="189711|444200" HotelName="Leigh House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leigh Street, London WC1H 9EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cb/52cba296b470fa7191628189a0ec17fe8e66677f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <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>
        <HotelDescription>&lt;br/&gt;The closest tube station to the hotel is Holland Park on the Central line, which is just a minute fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101" OriginalAmount="101">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bromley Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.527146302981" Longitude="-0.11418608663155" StarRating="2.5" HotelCode="14176|travelodge_london_farringdon" HotelName="Travelodge London Farringdon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-42 Kings Cross Road, London WC1X 9LN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/f6/b3f6add1b05be0578d77cc8fd5d9c954c22f3cab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This basic hotel is located on the wonderful Kings Cross Road, in northeast London. Three important ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.515484642476" Longitude="-0.16070991754532" StarRating="2" HotelCode="43814|berkeley_court_hotel_" 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>
        <HotelDescription>&lt;br/&gt;Berkeley Court Hotel is conveniently located in the popular Hyde Park area. Featuring a complete lis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|shakespeare_hotel_2" HotelName="Shakespeare Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|st_athans_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|the_colonnade_the_little_venice_town_house" HotelName="The Colonnade" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.530398230437" Longitude="-0.12223531523045" StarRating="2.5" HotelCode="145537|carlton_hotel_11" HotelName="Carlton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Birkenhead Street, London WC1H 8BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/19/b819cea78e68b106c22777d2654cf0b1d7326406.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.562809" Longitude="-0.28102" StarRating="3" HotelCode="152864|premier_inn_london_wembley" HotelName="Premier Inn London Wembley Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.493053297028" Longitude="-0.19722282886505" StarRating="3" HotelCode="170501|st_joseph_hotel_2" HotelName="St Joseph" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Longridge Road, Earls Court, London SW5 9SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/de/30ded72adbfb93925eaaff5bfd4122373e29c04f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This London hotel is ideally located within walking distance of Earls Court tube station and attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|hotel_xanadu" HotelName="Hotel Xanadu" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.47615525" Longitude="-0.28686465" StarRating="4" HotelCode="199791|kew_gardens_hotel" HotelName="Kew Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>292 Sandycombe Road, Richmond, Surrey TW9 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/aa/28aa4f06243f7adcfc9cd2ea93c8dca7f6daef87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Gardens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|hilton_london_kensington" HotelName="Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.52725621" Longitude="-0.07683533" StarRating="3" HotelCode="420339|the_shoreditch_inn" HotelName="Shoreditch Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1 Austin Street, London E2 7NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/8d/708d5fc2aaaf7dc1c3d31828326a7dd056839ba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.51377063" Longitude="-0.1105174" StarRating="0" HotelCode="476825|the_z_hotel_city" HotelName="Z City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Fleet Street, London EC4Y 1AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/47/ad4707c25a845789621d618fdf29587eda419c36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.51794296" Longitude="-0.15771779" StarRating="0" HotelCode="566595|amber_residence_hotel_2" HotelName="Amber Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gloucester Place, Marylebone, London W1U 8HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/a2/11a2ac1a3ca5a5fe14ed9b5d1c9646ef02fcf95e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="101.00">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|studios2let_serviced_apartments" 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>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.10" OriginalAmount="101.10">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|385915" 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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.57" OriginalAmount="101.57">
      <BasicPropertyInfo Latitude="51.516385" Longitude="-0.171086" StarRating="3" HotelCode="114702|294345" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of London and a few minutes' walk from the Heathrow Expre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="101.65" OriginalAmount="101.65">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|CAF399000" HotelName="Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="101.65" OriginalAmount="101.65">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|CAX130500" HotelName="King Solomon" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.68" OriginalAmount="101.68">
      <BasicPropertyInfo Latitude="51.517758" Longitude="-0.064875" StarRating="2" HotelCode="210603|179527" HotelName="ibis budget London Whitechapel - Brick Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.88" OriginalAmount="101.88">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|315610" HotelName="Bakers Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bakers Hotel - B&amp;B.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.00" OriginalAmount="102.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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grenville Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <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>
        <HotelDescription>&lt;br/&gt;Berkeley Court Hotel is conveniently located in the popular Hyde Park area. Featuring a complete lis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <BasicPropertyInfo Latitude="51.52416" Longitude="-0.116373" StarRating="2" HotelCode="148446|199430" HotelName="Grenville Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Grenville Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|24973" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is directly linked via walkway to Heathrow Airport Terminal 4 and offers a fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|18990" HotelName="Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area just a few hundred metres from Hounslow West underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102" OriginalAmount="102">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|holiday_inn_express_londonroyal_docks_docklands" 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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.518381" Longitude="-0.127978" StarRating="0" HotelCode="41855|gresham_hotel_bloomsbury" HotelName="Gresham Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Bloomsbury Street, Camden, London WC1B 3QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/44/ab443e95454ee432791d729256f86a86b0245942.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Gresham Hotel Bloomsbury is perfectly located for both business and leisure guests in London. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.492660017665" Longitude="-0.19688487052917" StarRating="3" HotelCode="189770|coronation_hotel" HotelName="Coronation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/03/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Nevern Square, London SW5 9PN, Earls Court</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/58/2f58f1e20a74daf87200d5ae2cda3ec7b669906f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.549004" Longitude="-0.16214000000002" StarRating="3.5" HotelCode="296636|haverstock_hotel_2" HotelName="Haverstock 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>154 Haverstock Hill, Hampstead, London NW3 2AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/3a/7c3abb6aa138c05fa8aaacdb08336c8c620c2b19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|the_bryson_hotel" HotelName="The Bryson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|premier_inn_london_archway" HotelName="London Archway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;From M1 (J2), exit onto Barnet Bypass/Great N Way/A1 towards Central London. Continue on the A406 un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|best_western_plus_vauxhall_hotel" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|tune_hotel__liverpool_street_london" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.00" OriginalAmount="102.00">
      <BasicPropertyInfo Latitude="51.49443951" Longitude="-0.1910454" StarRating="0" HotelCode="959452|knaresborough_boutique_apartments_" HotelName="Knaresborough Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Knaresborough Place, London SW5 0TG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/33/e633ceb5e435af8fa9e640a0423a4502bf5eb22e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.50" OriginalAmount="102.50">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|2000709" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BREAKFAST FOR 2,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Situated at the heart of London's central tourist area, this hotel is ideal for those wishing to vis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.51" OriginalAmount="102.51">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|608855" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.67" OriginalAmount="102.67">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|316496" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bb/15bb49ecf616132977460235bcadcfcf02469ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="102.72" OriginalAmount="102.72">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|CAJ656500" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a peaceful location, just a few paces from the lively town centre. The nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Ealing. A total of 25 guests rooms are available for guests'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Fox &amp; Goose.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <BasicPropertyInfo Latitude="51.48811062" Longitude="-0.47878204" StarRating="3" HotelCode="520462|491820" HotelName="Harmondsworth Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Summerhouse Lane, Harmondsworth, England UB7 0BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/00/900049ab8fd28b2ca3f2336f4a58a209d85318d4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <BasicPropertyInfo Latitude="51.51768232" Longitude="-0.0626603" StarRating="4" HotelCode="614800|346469" HotelName="New Road Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103-107 New Road, London E1 1HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/47/b047d6821be7a7c78596d32a5a43e401fa74509b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of London, this urban hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103" OriginalAmount="103">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.51768232" Longitude="-0.0626603" StarRating="4" HotelCode="614800|new_road_hotel" HotelName="New Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103-107 New Road, London E1 1HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b0/47/b047d6821be7a7c78596d32a5a43e401fa74509b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of London, this urban hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="667935|vilenza_hotel" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.51286" Longitude="-0.17896" StarRating="3" HotelCode="915050|paddington_park_hotel" HotelName="Paddington Park Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="103.00">
      <BasicPropertyInfo Latitude="51.50743352" Longitude="-0.47331597" StarRating="0" HotelCode="955064|swan_guest_house__london_heathrow" HotelName="The Swan Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Swan Road, West Drayton, London UB7 7JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f7/25f7ee5754c8abe6c2ee0cec3b93e2f8db86567c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.01" OriginalAmount="103.01">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, top-class hotel is situated in a central location at the heart of the London district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.14" OriginalAmount="103.14">
      <BasicPropertyInfo Latitude="51.557538" Longitude="-0.289618" StarRating="3" HotelCode="187913|313421" HotelName="The Green Man Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dagmar Avenue, Wembley, Brent, Greater London HA9 8DF, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/c9/1ac91169001508b1499801d8d15af39003122862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="103.32" OriginalAmount="103.32">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|596565" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.75" OriginalAmount="103.75">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of central London near Hyde Park, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901532|408383" HotelName="Oliver" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oliver.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of London and a few minutes' walk from the Heathrow Expre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 35 minutes by tube from the centre of London yet within 3 km of the large...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104" OriginalAmount="104">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|chelsea_cloisters" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|colliers_hotel" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|publove__the_steam_engine__hostel" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e2/7ce2df5210f84813cebd1afdba21667e470521b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.5378591" Longitude="-0.10366767" StarRating="0" HotelCode="751590|islington_creed" HotelName="Islington Creed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Studd Street, slington, London N1 0QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/eb/15ebc000f3938067212ee0f76338f19292af8569.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.521606462475" Longitude="-0.13449276353435" StarRating="0" HotelCode="795884|london_goodge_street" HotelName="hub by Premier Inn London Goodge Street" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901532|hotel_oliver" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Oliver.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.00" OriginalAmount="104.00">
      <BasicPropertyInfo Latitude="51.46648451" Longitude="-0.14979161" StarRating="3" HotelCode="946175|premier_inn_london_clapham" HotelName="Premier Inn London Clapham" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="104.22" OriginalAmount="104.22">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|JE2" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 10/03/2026" 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 Common</AddressLine>
          </AddressLines>
          <PostalCode>(0)2088968488</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e1/50e10982588914196993a6c5b3c9c78bb57e4f36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to Westfield Shopping Centre, Wembley Stadium, Park Royal and Chiswick Business P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.23" OriginalAmount="104.23">
      <BasicPropertyInfo Latitude="51.509338" Longitude="-0.08119425" StarRating="3" HotelCode="571176|906410" HotelName="hub by Premier Inn London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.34" OriginalAmount="104.34">
      <BasicPropertyInfo Latitude="51.528818088833" Longitude="-0.11848107695555" StarRating="2" HotelCode="76625|1635028" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.84" OriginalAmount="104.84">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|648486" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kip.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="104.91" OriginalAmount="104.91">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|384765" 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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Victoria Station. The total number of bedrooms is 41. EasyHotel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3.5" HotelCode="986332|507087" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105" OriginalAmount="105">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|200090" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bb/15bb49ecf616132977460235bcadcfcf02469ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|citadines_barbican_london_2" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|the_lodge_hotel" HotelName="The Lodge Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|best_western_maitrise_hotel_maida_vale" HotelName="Maitrise Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.52183" Longitude="-0.132131" StarRating="3" HotelCode="114661|hotel_cavendish" 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>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|dover_hotel" HotelName="Dover" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.528526" Longitude="-0.123177" StarRating="2" HotelCode="155039|wardonia_hotel" HotelName="Wardonia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46-54 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bb/15bb49ecf616132977460235bcadcfcf02469ea7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Wardonia Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|holiday_inn_london_stratford_city_4" HotelName="Holiday Inn London Stratford City" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|point_a_hotel_london_shoreditch" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2.5" HotelCode="571845|moxy_london_stratford" HotelName="Moxy London Stratford" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.509338" Longitude="-0.08119425" StarRating="3" HotelCode="571176|london_tower_bridge" HotelName="hub by Premier Inn London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.00" OriginalAmount="105.00">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3.5" HotelCode="986332|kingsland_road_shoreditch" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.02" OriginalAmount="105.02">
      <BasicPropertyInfo Latitude="51.516200700913" Longitude="-0.17155140638351" StarRating="2" HotelCode="17452|386145" HotelName="Seymour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of central London near Hyde Park, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.09" OriginalAmount="105.09">
      <BasicPropertyInfo Latitude="51.516154" Longitude="-0.067739999999958" StarRating="3" HotelCode="296641|677975" HotelName="Qbic Hotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Adler Street, London E1 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/17/1e17e57be4c5acd5a61b68299f7e7a6d867f948a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="105.58" OriginalAmount="105.58">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|2953092" HotelName="Novotel London West" 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,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>
        <HotelDescription>&lt;br/&gt;With 3 of London's main tube lines within a 3 minute walk of the hotel, as well as innumerate bus li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.70" OriginalAmount="105.70">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|866145" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.87" OriginalAmount="105.87">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|122897" HotelName="Maitrise Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located about 7 km from the centre of London, this boutique hotel is ideal for guests who appreciate...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <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>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys easily and comfortably by lift. Services and facilitie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|3791" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|200739" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Colliers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="106" OriginalAmount="106">
      <BasicPropertyInfo Latitude="51.557538" Longitude="-0.289618" StarRating="3" HotelCode="187913|200830" HotelName="The Green Man Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dagmar Avenue, Wembley, Brent, Greater London HA9 8DF, Middlesex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/c9/1ac91169001508b1499801d8d15af39003122862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.527649430223" Longitude="-0.086683630943298" StarRating="3" HotelCode="173754|premier_inn_london_city_old_street" HotelName="Premier Inn London City (Old Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.56599406" Longitude="-0.10226167" StarRating="3" HotelCode="325741|queens_hotel_3" HotelName="Queens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.46503344" Longitude="-0.01082178" StarRating="3" HotelCode="467724|premier_inn_london_lewisham" HotelName="London Lewisham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.52009715" Longitude="-0.12397052" StarRating="3" HotelCode="448135|thanet_hotel" HotelName="Thanet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Bedford Place, Bloomsbury, WC1B 5JA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/2d/3a2de24ba536843cdc3df9aa13c8ba0ecaf0ec5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.55941434" Longitude="0.07790356" StarRating="3" HotelCode="548243|ilford_tower_apartments" HotelName="Ilford Tower Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1 Riches Road, Ilford, East Sussex IG1 1JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/be/99be315bbbdd4b4438a94ba54b20e669ea87a558.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.4981705" Longitude="-0.2222168" StarRating="2" HotelCode="902818|star_hotel__bb" HotelName="Star Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.00" OriginalAmount="106.00">
      <BasicPropertyInfo Latitude="51.51694675" Longitude="-0.20986918" StarRating="0" HotelCode="986154|the_kph" HotelName="The KPH" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.11" OriginalAmount="106.11">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|382205" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.6" OriginalAmount="106.6">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|1552228" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107" OriginalAmount="107">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|31892" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107" OriginalAmount="107">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|56539" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107" OriginalAmount="107">
      <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 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107" OriginalAmount="107">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107" OriginalAmount="107">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queens Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.516200700913" Longitude="-0.17155140638351" StarRating="2" HotelCode="17452|seymour_hotel__annex" HotelName="Seymour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of central London near Hyde Park, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|euston_square_hotel" HotelName="Euston Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.494658" Longitude="-0.177699" StarRating="1" HotelCode="94556|acacia_house" HotelName="Acacia House Shared Facilities" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>14 Queensberry Place, South Kensington, London, SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/70/fe70c1ccc6a27cad3157cefe72e344ccc2be5597.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.576344" Longitude="-0.098767" StarRating="2" HotelCode="94577|beaconsfield_hotel" HotelName="Beaconsfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>357-359 Green Lanes, London N4 1DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c9/c8c94f461fde34851a301ab23af98452e9f36461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a vibrant area of North London, just a short distance from Finsbury Park and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.44687216" Longitude="-0.35787494" StarRating="3" HotelCode="159645|premier_inn_twickenham_stadium" HotelName="Premier Inn London Twickenham Stadium Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.522023574778" Longitude="-0.13216771334444" StarRating="3" HotelCode="153453|regency_house_hotel" HotelName="Regency House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|prince_regent_hotel_excel_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.18647" StarRating="1" HotelCode="307769|queens_hotel_13" HotelName="Queens Hotel Bayswater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater, London W2 3LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/8c/3b8c1d61e41960f1feaa649531acb83af6a1beee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3.5" HotelCode="403898|safestay_holland_park" HotelName="Safestay London Kensington Holland Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Holland Walk, Holland Park, Kensington, London W8 7QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1c/431cad984ac8994024d880d710ed1824a6f9572a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.57460347" Longitude="-0.20192725" StarRating="3" HotelCode="571520|mstay_golders_green" HotelName="Mstay Golders Green" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>146-150 Golders Green Road, London NW11 8HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/2a/2d2a6eac76a659fadea455f99cf946d962cc2538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;MStay Golders Green Hotel is providing ultra-modern, chic, comfortable, boutique accommodation in th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.54951876" Longitude="-0.054511" StarRating="0" HotelCode="783990|flynns_pub_guesthouse" HotelName="Flynns Pub &amp; Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>418 Mare Street, Hackney E8 1HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/6a/e96abc043c26d8c6bc2e93ff2b5cf24fe6065bbb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.533671698033" Longitude="-0.1219763452973" StarRating="3" HotelCode="795902|hub_by_premier_inn_london_kings_cross" HotelName="hub by Premier Inn London King's Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.503485483366" Longitude="-0.091296390164644" StarRating="3" HotelCode="946165|premier_inn_london_bridge" HotelName="Premier Inn London Southwark (Borough High St)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.00" OriginalAmount="107.00">
      <BasicPropertyInfo Latitude="51.51269367" Longitude="-0.18682499" StarRating="0" HotelCode="986348|new_kent_apartments" HotelName="New Kent Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Inverness Terrace, Bayswater, London W2 3JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/f4/11f42369020a2056da23f80f122dbf5b712d87ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.10" OriginalAmount="107.10">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|575942" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.17" OriginalAmount="107.17">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|761624" HotelName="The Bryson Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Bryson Hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.37" OriginalAmount="107.37">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|108302" 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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.45" OriginalAmount="107.45">
      <BasicPropertyInfo Latitude="51.515619758298" Longitude="-0.17342344047552" StarRating="3" HotelCode="96723|84065" HotelName="Voyage London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Norfolk Square, London, Paddington W2 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e0/43e09e3683fb52acfe3468ed7da94842ec420342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Paddington, in the very heart of London, but has the added bonus of being...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.50" OriginalAmount="107.50">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|1138242" HotelName="Clayton Crown Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of London, not far from Cricklewood Broadway, a main road offerin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="107.59" OriginalAmount="107.59">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|CAW013700" HotelName="Hilton London Syon Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.78" OriginalAmount="107.78">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|385115" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel prov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.79" OriginalAmount="107.79">
      <BasicPropertyInfo Latitude="51.494528690641" Longitude="-0.20707726478577" StarRating="4" HotelCode="189748|313233" HotelName="Simply Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.89" OriginalAmount="107.89">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.96" OriginalAmount="107.96">
      <BasicPropertyInfo Latitude="51.546371854665" Longitude="-0.0076075158691538" StarRating="3" HotelCode="986134|872430" HotelName="Aparthotel Adagio London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|200664" HotelName="Prince Regent Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.18647" StarRating="1" HotelCode="307769|405192" HotelName="Queens Hotel Bayswater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater, London W2 3LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/8c/3b8c1d61e41960f1feaa649531acb83af6a1beee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108" OriginalAmount="108">
      <BasicPropertyInfo Latitude="51.516200700913" Longitude="-0.17155140638351" StarRating="2" HotelCode="17452|31916" HotelName="Seymour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the heart of central London near Hyde Park, within walking distance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.493555119909" Longitude="-0.18984273076057" StarRating="3" HotelCode="32715|westbury_hotel" HotelName="Westbury Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Collingham Place, London SW5 0PZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bf/42bf012f84f3a5058add62d82541d84f7b43aaab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the beautiful district of Kensington. Nearby are numerous sightseeing attra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.528818088833" Longitude="-0.11848107695555" StarRating="2" HotelCode="76625|arriva_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.514749" Longitude="-0.172845" StarRating="2" HotelCode="114358|albro_house_hotel" HotelName="Albro House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 Sussex Gardens, Hyde Park, London, W2 2RY, England</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e7/dee7872474e65743de2c801a92836b6f597c1583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|elmwood_hotel" HotelName="Elmwood Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|adria_hotel_2" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/79/9379918c5b4a88390e85b5b2caddafabc2604857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.513445" Longitude="-0.163074" StarRating="3" HotelCode="152028|parkwood_at_marble_arch" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London. A number of public transport stops are just outside t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|lensbury_resort" HotelName="The Lensbury" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.467390597277" Longitude="-0.072269396958973" StarRating="2.5" HotelCode="199821|victoria_inn_6" HotelName="Victoria Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Choumert Road, Peckham, London SE15 4AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/9b/969b44378f3c0e5bb749f4878908d1cec1cbabfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Victoria Inn.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|tune_hotel__london_canary_wharf" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.46198313" Longitude="-0.11486525" StarRating="3" HotelCode="495991|premier_inn_london_brixton" HotelName="London Brixton hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.516329" Longitude="-0.171174" StarRating="3" HotelCode="510433|astoria_hotel_13" 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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.516297503676" Longitude="-0.17123838773159" StarRating="3" HotelCode="510435|belmont_hotel_14" 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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.00" OriginalAmount="108.00">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|the_clarendon" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.29" OriginalAmount="108.29">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|217266" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.34" OriginalAmount="108.34">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|33244" HotelName="Park Plaza London Riverbank" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.48" OriginalAmount="108.48">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|939175" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.52" OriginalAmount="108.52">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|2189515" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/79/9379918c5b4a88390e85b5b2caddafabc2604857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.65" OriginalAmount="108.65">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|1650636" HotelName="Holiday Inn London - Whitechapel" Meals="ROOM ONLY,BREAKFAST FOR 2" 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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is among the facilities. Wireless internet access is available to guests i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel prov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <BasicPropertyInfo Latitude="51.515619758298" Longitude="-0.17342344047552" StarRating="3" HotelCode="96723|24982" HotelName="Voyage London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Norfolk Square, London, Paddington W2 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e0/43e09e3683fb52acfe3468ed7da94842ec420342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Paddington, in the very heart of London, but has the added bonus of being...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|300848" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109" OriginalAmount="109">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|hotel_reem" HotelName="Reem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.53635254372" Longitude="-0.0045865774154663" StarRating="3" HotelCode="34466|holiday_inn_express_london__stratford" HotelName="Holiday Inn Express Stratford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 High Street, London E15 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/af/a8af8d5bff1eac8dc14166e3e86930c0c1f8203a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the heart of East London in Stratford, which will host the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|top_kensington_gardens_hotel" 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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|mowbray_court" HotelName="Mowbray Court Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|europa_house_2" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.53683" Longitude="-0.139445" StarRating="1" HotelCode="173554|smart_camden_inn_hostel" HotelName="Smart Camden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Bayham Street, London NW1 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/5b/575ba351c230bb44963cfa14e937ddeb593cbc2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than 500 m from Camden Market, the hostel is located in Camden’s pubs and clubs district, one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.5131037" Longitude="-0.105612" StarRating="3" HotelCode="263523|premier_inn_london_blackfriars" HotelName="Premier Inn London Blackfriars (Fleet Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of London and just 350 m from London Blackfriars Underground Station, Premier Inn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.491572171259" Longitude="-0.14219519510652" StarRating="3" HotelCode="462272|the_tudor_inn_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.47383211" Longitude="-0.34510473" StarRating="2.5" HotelCode="481074|the_milford_arms" HotelName="The Milford Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>574 London, London TW7 4EY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f5/c2f5e31d28712bcf2e42c7835e8db81d289e3577.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|publove_the_crown_battersea" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hostel is approximately 8.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.00" OriginalAmount="109.00">
      <BasicPropertyInfo Latitude="51.5405159" Longitude="-0.11714677" StarRating="0" HotelCode="986033|caledonian_studio_flats" HotelName="Caledonian Studio Flats" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>287 Caledonian Road, Islington, London N1 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/44/02440d9376bd3a230496d8f2a9d03ceb4af5a08d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This adults-only hotel warmly welcomes guests in London. For those in need of an adults-only holiday...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.06" OriginalAmount="109.06">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|32504" HotelName="Copthorne Tara Hotel London Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.23" OriginalAmount="109.23">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|384075" 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>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.45" OriginalAmount="109.45">
      <BasicPropertyInfo Latitude="51.514689246961" Longitude="-0.173657888515" StarRating="3" HotelCode="114380|1649288" HotelName="Abbey Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>168 – 172 Sussex Gardens, Paddington, London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911125e5f51c8cc77e68b65fbfef959bda8ed3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.88" OriginalAmount="109.88">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|228572" HotelName="ibis London Docklands Canary Wharf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.89" OriginalAmount="109.89">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|32334" 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>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <BasicPropertyInfo Latitude="51.514689246961" Longitude="-0.173657888515" StarRating="3" HotelCode="114380|55967" HotelName="Abbey Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>168 – 172 Sussex Gardens, Paddington, London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911125e5f51c8cc77e68b65fbfef959bda8ed3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|224604" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|200662" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <BasicPropertyInfo Latitude="51.53683" Longitude="-0.139445" StarRating="1" HotelCode="173554|199548" HotelName="Smart Camden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Bayham Street, London NW1 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/5b/575ba351c230bb44963cfa14e937ddeb593cbc2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than 500 m from Camden Market, the hostel is located in Camden’s pubs and clubs district, one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <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="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This B &amp; B welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <BasicPropertyInfo Latitude="51.49455938613" Longitude="-0.22859273723475" StarRating="2" HotelCode="142845|458410" HotelName="Adria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>44-46 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/79/9379918c5b4a88390e85b5b2caddafabc2604857.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Adria Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110" OriginalAmount="110">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.539046017994" Longitude="-0.05594635246582" StarRating="2" HotelCode="78099|city_inn_express_2" HotelName="City Inn Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144a Mare Street, Hackney, E8 3SG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/47/4e475c3f7b176fefb8575bb4a9629751af768424.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|fairway_hotel_2" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.515619758298" Longitude="-0.17342344047552" StarRating="3" HotelCode="96723|ashley_hotel" HotelName="Voyage London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Norfolk Square, London, Paddington W2 1RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/e0/43e09e3683fb52acfe3468ed7da94842ec420342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Paddington, in the very heart of London, but has the added bonus of being...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.491319185685" Longitude="-0.19306941278188" StarRating="2" HotelCode="114309|the_windsor_house_hotel" HotelName="Windsor House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Garden,Internet">
        <Address>
          <AddressLines>
            <AddressLine>12 Penywern Road, London SW5 9ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d4/e1d4679095f4283de9d77202c9c3fe42fe303fc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Windsor House Hotel in London (Kensington), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.529314" Longitude="-0.121981" StarRating="2" HotelCode="147487|european_hotel_2" HotelName="The European Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Argyle Square, London WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/64/fc64c375698dd698823cfb7de6b87d8039219444.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901566|opulence_central_london" HotelName="Opulence Central London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfectly situated right in the heart of London's West End, this hotel is only a few steps away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.00" OriginalAmount="110.00">
      <BasicPropertyInfo Latitude="51.514106969634" Longitude="-0.070091294477493" StarRating="3" HotelCode="935611|premier_inn_london_city_aldgate" HotelName="Premier Inn London City (Aldgate) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Located in Whitechapel district, 4.5 km from London center, 5.5 km from the Buckingham Palace and 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.02" OriginalAmount="110.02">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|156620" HotelName="Hilton London Syon Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.05" OriginalAmount="110.05">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|17415" HotelName="Huttons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.13" OriginalAmount="110.13">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|33374" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.31" OriginalAmount="110.31">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|1076268" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.31" OriginalAmount="110.31">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.43" OriginalAmount="110.43">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|176565" HotelName="Holiday Inn London - Whitechapel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Shadwell DLR station is only 300 m away from the hotel. The hotel is also near to Aldgate East, Aldg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.51" OriginalAmount="110.51">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|1643248" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.63" OriginalAmount="110.63">
      <BasicPropertyInfo Latitude="51.625389" Longitude="0.032119" StarRating="3" HotelCode="79027|312532" HotelName="Premier Inn Loughton/Buckhurst Hill" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 35 minutes by tube from the centre of London yet within 3 km of the large...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.70" OriginalAmount="110.70">
      <BasicPropertyInfo Latitude="51.53635254372" Longitude="-0.0045865774154663" StarRating="3" HotelCode="34466|228226" HotelName="Holiday Inn Express Stratford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 High Street, London E15 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/af/a8af8d5bff1eac8dc14166e3e86930c0c1f8203a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the heart of East London in Stratford, which will host the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.88" OriginalAmount="110.88">
      <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 02/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.99" OriginalAmount="110.99">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|6567" 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>
        <HotelDescription>&lt;br/&gt;This cosy, intimate hotel is well located at the heart of Bayswater and dates back to 1800. Bayswate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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>
        <HotelDescription>&lt;br/&gt;This family run hotel is situated in a peaceful location in the Earls Court district of the city, cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is King's Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London. A number of public transport stops are just outside t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111" OriginalAmount="111">
      <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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|premier_inn_london_city" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|1_lexham_gardens_hotel" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|hilton_london_syon_park" HotelName="Hilton London Syon Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 10-minute drive from Richmond underground station, which offers direct access to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.00" OriginalAmount="111.00">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|hyatt_place_london_city_east" HotelName="Hyatt Place London City East" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.37" OriginalAmount="111.37">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|467005" HotelName="Dolphin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="111.43" OriginalAmount="111.43">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|711007" HotelName="Coulsdon Manor Hotel and Golf Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This country house hotel enjoys a secluded location amidst picturesque landscaped parklands that fea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.48" OriginalAmount="111.48">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|385495" HotelName="Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112" OriginalAmount="112">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="150156|456849" HotelName="Jubilee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Eccleston Square, Victoria, London SW1V 1NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/82/a3821a504187d9e65766c5e145df619a784319f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Jubilee.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112" OriginalAmount="112">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112" OriginalAmount="112">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|mercure_london_bridge_2" HotelName="Mercure London Bridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel prov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.515726126956" Longitude="-0.17422648622278" StarRating="3" HotelCode="30119|so_paddington" HotelName="So Paddington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f9/c7f955f21394c863e4de8b90dc78794957f6a56c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|park_plaza_riverbank_london" HotelName="Park Plaza London Riverbank" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.5289658" Longitude="-0.1228894" StarRating="3" HotelCode="267557|melville_hotel" HotelName="The Melville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.52850556374" Longitude="-0.12211350019072" StarRating="2" HotelCode="334178|angus_hotel_3" HotelName="The Angus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Angus Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.51452432" Longitude="-0.05486235" StarRating="4" HotelCode="636823|algate_apartment" HotelName="City Aldgate Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Bromehead Street, London E1 2PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/1c/6f1cb11b517b1b734aa7e28c7a89e9a7c2c1add6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|roomzzz_london_stratford" HotelName="Roomzzz London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|thewesley_formerly_known_as_mic" HotelName="TheWesley" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.00" OriginalAmount="112.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986286|bermonds_locke" HotelName="Bermonds Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>157 Tower Bridge Road, Bermondsey, London SE1 3LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6e/a56ea626949bcd803e87097f9f470f9eb1829dc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.38" OriginalAmount="112.38">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.71" OriginalAmount="112.71">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|6621" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.76" OriginalAmount="112.76">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.53635254372" Longitude="-0.0045865774154663" StarRating="3" HotelCode="34466|24614" HotelName="Holiday Inn Express Stratford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>196 High Street, London E15 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/af/a8af8d5bff1eac8dc14166e3e86930c0c1f8203a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the heart of East London in Stratford, which will host the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|3089" HotelName="Park Plaza London Riverbank" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.52725621" Longitude="-0.07683533" StarRating="3" HotelCode="420339|444289" HotelName="Shoreditch Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1 Austin Street, London E2 7NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/8d/708d5fc2aaaf7dc1c3d31828326a7dd056839ba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|37165" HotelName="The Westbridge" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113" OriginalAmount="113">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|457140" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|dolphin_hotel_4" HotelName="Dolphin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|huttons_hotel" HotelName="Huttons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.493462" Longitude="-0.205909" StarRating="2" HotelCode="73256|kensington_west" HotelName="Best Western Kensington Olympia Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy reach of the famous shopping district of Ken...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|white_house_12" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.516404713164" Longitude="-0.17101548710252" StarRating="2" HotelCode="172001|berkeley_court_hotel" HotelName="Berkeley Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>94 Sussex Gardens, Hyde Park, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/48/74487619fac3c942df730b831dbf0f41e456d588.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|the_westbridge_hotel" HotelName="The Westbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|ibis_london_blackfriars" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.514071" Longitude="-0.184051" StarRating="3" HotelCode="310306|hyde_park_boutique_hotel" HotelName="Hyde Park Boutique Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Located in the centre of London, this boutique hotel is ideal for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|st_christophers_inn_shepherds_bush" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.47384257" Longitude="-0.06353817" StarRating="3" HotelCode="490353|peckham_rooms_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.560902840735" Longitude="-0.1141538668054" StarRating="4" HotelCode="901159|mondrian_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Mondrian Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.00" OriginalAmount="113.00">
      <BasicPropertyInfo Latitude="51.49395922" Longitude="-0.07511609" StarRating="0" HotelCode="962609|the_grange_pub" HotelName="The Grange Pub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>103 – 104 Grange Road, Bermondsey, London SE1 3BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/1f/e41f10f22a4a95424ab5de5eedf78ecdb5453ad5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.04" OriginalAmount="113.04">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|493301" HotelName="Tulip Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Tulip Boutique Hotel.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.18" OriginalAmount="113.18">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|313103" HotelName="Euston Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location, a short walk from the British Museum, Regent's Park, British Li...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="113.30" OriginalAmount="113.30">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.31" OriginalAmount="113.31">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|1062308" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|14343" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Kensington in central London, with easy access to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated within easy reach of the famous shopping district of Ken...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|2124" HotelName="Dolphin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|9158" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|24108" HotelName="Huttons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114" OriginalAmount="114">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|radisson_blu_edwardian_heathrow_2" HotelName="Radisson Blu Edwardian Heathrow Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|mitre_house_hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, offering easy access to all of London's most important districts. Whet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|eurotraveller_hotelpremier_tower_bridge" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.561469" Longitude="-0.27925099999993" StarRating="4" HotelCode="298481|novotel_london_wembley" HotelName="Novotel London Wembley" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.63112766" Longitude="-0.1265736" StarRating="3" HotelCode="641295|london_southgate" HotelName="Premier Inn London Southgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.00" OriginalAmount="114.00">
      <BasicPropertyInfo Latitude="51.560902840735" Longitude="-0.1141538668054" StarRating="4" HotelCode="901159|argyle_apart_hotel" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Mondrian Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.02" OriginalAmount="114.02">
      <BasicPropertyInfo Latitude="51.499373886206" Longitude="-0.079210506555939" StarRating="3" HotelCode="267545|312660" HotelName="Premier Inn London Tower Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.31" OriginalAmount="114.31">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|1081548" HotelName="The California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.99" OriginalAmount="114.99">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|831088" HotelName="easyHotel Old Street / Barbican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Last minute discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <BasicPropertyInfo Latitude="51.526310500698" Longitude="-0.12660066705121" StarRating="2.5" HotelCode="144347|199284" HotelName="Avonmore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Cartwright Gardens, London, Greater London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/0f/b00fea57bd02028f4e44b9fcc09ba74c858d2ab4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|46479" HotelName="Palmers Lodge Swiss Cottage" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse is located near Swiss Cottage or Finchley Road tube stations and in a few minutes gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115" OriginalAmount="115">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|marlin_apartments_limehouse" 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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located on the bustling Commercial Road, just minutes from Limehouse stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.4392836" Longitude="-0.36017961" StarRating="3" HotelCode="159644|premier_inn_twickenham_east" HotelName="Premier Inn Twickenham East" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|rafayel_on_the_left_bank" HotelName="Hotel Rafayel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.509009931614" Longitude="-0.13140498749874" StarRating="4" HotelCode="307493|the_z_hotel_piccadilly" 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>
        <HotelDescription>&lt;br/&gt;This hotel has everything you need for a cuple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.64866877" Longitude="-0.04641575" StarRating="0" HotelCode="958146|cogie_abode" HotelName="Cogie Abode" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>329 High Street, Enfield EN3 4DJ, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/33/6333b22f92f64150e04833c07501e0603491ab93.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.00" OriginalAmount="115.00">
      <BasicPropertyInfo Latitude="51.52276145" Longitude="-0.10426755" StarRating="4" HotelCode="986347|yotel_london_clerkenwell" HotelName="YOTEL London City" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.04" OriginalAmount="115.04">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|316236" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="115.11" OriginalAmount="115.11">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|CBA565100" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.16" OriginalAmount="115.16">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|314012" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located a 15-minute walk to St Paul’s Cathedral, Premier Inn London Bank (Tower) is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.48" OriginalAmount="115.48">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|99042" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.64" OriginalAmount="115.64">
      <BasicPropertyInfo Latitude="51.49080842" Longitude="-0.09755774" StarRating="3" HotelCode="405597|602026" HotelName="Safestay London Elephant &amp; Castle - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>144-152 Walworth Road, Elephant &amp; Castle, London SE17 1JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/77/36779b14f8d59d21a034991a7b67313df7f02a99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|10127" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116" OriginalAmount="116">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|rose_court_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|jurys_inn_london_islington" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|premier_inn_london_bank__tower" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located a 15-minute walk to St Paul’s Cathedral, Premier Inn London Bank (Tower) is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|jurys_inn_london_heathrow_2" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|bermondsey_square_hotel" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.00" OriginalAmount="116.00">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|wilde_aparthotels_by_staycity_aldgate_tower_bridge" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.16" OriginalAmount="116.16">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|32774" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.61" OriginalAmount="116.61">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|468405" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.81" OriginalAmount="116.81">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|385195" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, offering easy access to all of London's most important districts. Whet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|13309" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|10170" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;Located in the centre of London, this boutique hotel is ideal for guests who appreciate a stylish am...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <BasicPropertyInfo Latitude="51.5131037" Longitude="-0.105612" StarRating="3" HotelCode="263523|93562" HotelName="Premier Inn London Blackfriars (Fleet Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of London and just 350 m from London Blackfriars Underground Station, Premier Inn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117" OriginalAmount="117">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel has everything you need for a cuple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|hotel_california_13" HotelName="The California" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|apex_city_of_london_hotel" HotelName="Apex City Of London Hotel" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.54638795" Longitude="-0.07374894" StarRating="3" HotelCode="339696|premier_inn_london_hackney_" HotelName="Premier Inn London Hackney hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.51631386" Longitude="-0.17310918" StarRating="0" HotelCode="419799|rove_london_hotel" 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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Hyde Park, The Continental Hotel promises a relaxing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|novotel_london_canary_wharf" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|leman_locke" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.53411213" Longitude="-0.13889375" StarRating="0" HotelCode="726166|the_hurdwick" HotelName="The Hurdwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.52412062" Longitude="-0.17466183" StarRating="0" HotelCode="847587|three_falcons_hotel" HotelName="Three Falcons Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchardson Street, Saint John’s Wood, London NW8 8NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/3b/153bcaa770723f8c57168a13dd4f7aca081fb7c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.515082329316" Longitude="-0.17309691877645" StarRating="3" HotelCode="902935|stylotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.00" OriginalAmount="117.00">
      <BasicPropertyInfo Latitude="51.50290595" Longitude="-0.10629025" StarRating="2" HotelCode="986335|london_southwark_southwark_station" HotelName="Premier Inn London Southwark Station Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.44" OriginalAmount="117.44">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.61" OriginalAmount="117.61">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|665321" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.62" OriginalAmount="117.62">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|102045" 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="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located on the bustling Commercial Road, just minutes from Limehouse stati...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.72" OriginalAmount="117.72">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|830005" HotelName="Dover" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="117.99" OriginalAmount="117.99">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|783806" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="117.99" OriginalAmount="117.99">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|396142" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <BasicPropertyInfo Latitude="51.49924292" Longitude="-0.20918699" StarRating="3" HotelCode="446597|236964" HotelName="88 Studio Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>88 Holland Road, Kensington, London W14 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/0c/300c3f32907e3535fb93e4f1d20bd0c2b9332b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|199481" HotelName="Leman Locke" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located on the bustling Commercial Road, just minutes from Limehouse stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <BasicPropertyInfo Latitude="51.52850556374" Longitude="-0.12211350019072" StarRating="2" HotelCode="334178|54808" HotelName="The Angus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Angus Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <BasicPropertyInfo Latitude="51.53411213" Longitude="-0.13889375" StarRating="0" HotelCode="726166|495505" HotelName="The Hurdwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118" OriginalAmount="118">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|the_belgrave_london" HotelName="The Belgrave" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|hampstead_britannia_hotel" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|premier_inn_london_hampstead_2" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.503764" Longitude="-0.091196" StarRating="2" HotelCode="65658|st_christophers_the_inn__london_bridge" HotelName="St Christopher's at The Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.617243" Longitude="-0.178919" StarRating="3" HotelCode="148739|heatherbank_guest_house" HotelName="Heatherbank Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.494340824838" Longitude="-0.1144739985466" StarRating="2" HotelCode="189773|london_eye_hostel" HotelName="The London Waterloo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Lambeth Walk, London SE11 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/42/bf427ed650544a615504d7b6c353a4d1cbf0eed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.00" OriginalAmount="118.00">
      <BasicPropertyInfo Latitude="51.485988074849" Longitude="-0.23252377440929" StarRating="0" HotelCode="785668|otel_bridge_rooms" HotelName="The Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>204 Castelnau, London SW13 9DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/ae/4faee8bb1f371149a7748f21915849aed3b47f3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="118.32" OriginalAmount="118.32">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|173768" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in London, 450 yards from Hammersmith Apollo and 750 yards from Riverside Studios. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.35" OriginalAmount="118.35">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|311545" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.47" OriginalAmount="118.47">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|238136" HotelName="The Villa Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Set in one of London's quiet residential streets, Ashburn Gardens, this hotel is a 2-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.57" OriginalAmount="118.57">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|314207" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="118.58" OriginalAmount="118.58">
      <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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.65" OriginalAmount="118.65">
      <BasicPropertyInfo Latitude="51.515059" Longitude="-0.172309" StarRating="2.5" HotelCode="24545|1080918" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.72" OriginalAmount="118.72">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|1061888" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.75" OriginalAmount="118.75">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|385355" HotelName="Huttons" 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>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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located, offering easy access to all of London's most important districts. Whet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|4128" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119" OriginalAmount="119">
      <BasicPropertyInfo Latitude="51.485988074849" Longitude="-0.23252377440929" StarRating="0" HotelCode="785668|489625" HotelName="The Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>204 Castelnau, London SW13 9DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/ae/4faee8bb1f371149a7748f21915849aed3b47f3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.51154" Longitude="-0.194449" StarRating="3" HotelCode="94555|blue_bells_hotel" HotelName="Blue Bells" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|oyo_townhouse_new_england_victoria" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.5216407" Longitude="-0.131875" StarRating="2" HotelCode="267556|gower_house" HotelName="Gower House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The Gower House Hotel offers rooms with free Wi-Fi and is well-located in central London's elegant B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.54724127" Longitude="-0.16288757" StarRating="2" HotelCode="323926|primrose_guest_house" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Primrose Guesthouse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|the_collective_canary_wharf" HotelName="The Collective Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.00" OriginalAmount="119.00">
      <BasicPropertyInfo Latitude="51.49403273" Longitude="-0.19764208" StarRating="0" HotelCode="975447|point_a_kensington_olympia_2" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.01" OriginalAmount="119.01">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|1967785" HotelName="London Heathrow Marriott Hotel" Meals="BED &amp; BREAKFAST,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>
        <HotelDescription>&lt;br/&gt;The appealing hotel is situated in Heathrow and attracts guests with its impressive fittings, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.01" OriginalAmount="119.01">
      <BasicPropertyInfo Latitude="51.513510810093" Longitude="-0.18759199601186" StarRating="3" HotelCode="89402|1551668" HotelName="Nox Hotels - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104-110 Queensway, London W2 3RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f1/4bf16088a54f3fc03ad9f769e262971fc1affca5.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.46" OriginalAmount="119.46">
      <BasicPropertyInfo Latitude="51.511430938607" Longitude="-0.17967984080315" StarRating="2" HotelCode="36439|382315" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of Bayswater Road and Lancaster Gate on the north side of Hyde P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.50" OriginalAmount="119.50">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|118792" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.53" OriginalAmount="119.53">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|585561" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.64" OriginalAmount="119.64">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|32804" HotelName="Holiday Inn London Regent's Park" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="119.86" OriginalAmount="119.86">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|627710" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located only minutes from famous boutiques, cosy bars and restaurants. Nearby there are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.93" OriginalAmount="119.93">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|386025" HotelName="Reem" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="119.93" OriginalAmount="119.93">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Anwar House in London (Kensington), you'll be conve...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Mondrian Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <BasicPropertyInfo Latitude="51.513510810093" Longitude="-0.18759199601186" StarRating="3" HotelCode="89402|276259" HotelName="Nox Hotels - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104-110 Queensway, London W2 3RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f1/4bf16088a54f3fc03ad9f769e262971fc1affca5.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Located in Whitechapel district, 4.5 km from London center, 5.5 km from the Buckingham Palace and 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Primrose Guesthouse.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120" OriginalAmount="120">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|45432" HotelName="The California" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|holiday_inn_london__regents_park" HotelName="Holiday Inn London Regent's Park" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.523827833333" Longitude="-0.16054583333333" StarRating="3" HotelCode="142604|146_suites" HotelName="Mstay 146  Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Gloucester Place, Westminster, London, Greater London NW1 6DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b8/a2b8e5584856570d205bfb8f2b88e3f6746ee155.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.513241" Longitude="-0.186661" StarRating="3" HotelCode="189734|inverness_terrace__concept_serviced_apartments" HotelName="Inverness Terrace - Concept Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Inverness Terrace, London W2 3LD, Westminster, Bayswater</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911aae86ed73ceb32647eb398c0d2edc42df165.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.513519900158" Longitude="-0.12964480244671" StarRating="3" HotelCode="199824|the_z_hotel_soho" 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>
        <HotelDescription>&lt;br/&gt;The hotel has everything you need for a couple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.5135639" Longitude="-0.18706559999998" StarRating="4" HotelCode="476605|imperial_court_suites_2" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.49924292" Longitude="-0.20918699" StarRating="3" HotelCode="446597|88_studios" HotelName="88 Studio Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>88 Holland Road, Kensington, London W14 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/0c/300c3f32907e3535fb93e4f1d20bd0c2b9332b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.00" OriginalAmount="120.00">
      <BasicPropertyInfo Latitude="51.55720693" Longitude="-0.00593367" StarRating="0" HotelCode="986221|dodi_apartments" HotelName="Dodi Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>206A High Road, London E10 5PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5f/3b5f6e7e33e756893b34e04c61869a1982580826.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.01" OriginalAmount="120.01">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|37083" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right beside Brentford Lock, directly on a main road. The hotel is sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.26" OriginalAmount="120.26">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|1551368" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.47" OriginalAmount="120.47">
      <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 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.63" OriginalAmount="120.63">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|95435" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="120.66" OriginalAmount="120.66">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|607710" HotelName="King Solomon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the tree-lined suburb of Golders Green, in north London, near the Golders G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.7" OriginalAmount="120.7">
      <BasicPropertyInfo Latitude="51.516469" Longitude="-0.172741" StarRating="2" HotelCode="38607|382075" HotelName="Avon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Norfolk Square, Hyde Park, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/7d/857d039ac02ff842c357849976ecccdb0a5bf747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in a quiet, beautiful square in the heart of London's West End, in the vibrant Padd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.88" OriginalAmount="120.88">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|17397" HotelName="Travelodge London Kings Cross Royal Scot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated on King's Cross Road making it the ideal stopover point for both business and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|29289" HotelName="Best Western Swiss Cottage Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <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="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|32931" HotelName="The Colonnade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121" OriginalAmount="121">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel has everything you need for a couple of nights in town. Concentrated style, an out-of-town...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.511430938607" Longitude="-0.17967984080315" StarRating="2" HotelCode="36439|columbia_2" HotelName="Columbia" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of Bayswater Road and Lancaster Gate on the north side of Hyde P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|best_western_chiswick_palace_" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.514689246961" Longitude="-0.173657888515" StarRating="3" HotelCode="114380|abbey_court_hotel" HotelName="Abbey Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>168 – 172 Sussex Gardens, Paddington, London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/11/b911125e5f51c8cc77e68b65fbfef959bda8ed3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.532326560141" Longitude="-0.12003950777705" StarRating="2" HotelCode="150155|journeys_kings_cross" HotelName="Home London Hostel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|alexandra_hotel_2" HotelName="Alexandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated just a few minutes away from Hyde Park near to Oxford Street and Marble Arch....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|staybridge_suites_stratford_city" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located directly adjacent to the iconic Olympic Stadium, in the heart of the Westfield ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.50710552" Longitude="-0.33953413" StarRating="3" HotelCode="587393|the_green_w7" HotelName="The Green W7" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>13 Lower Boston Road, London W7 3TX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/70/5f7012dd51bb1ab7915f46f291cf755cd76f2583.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.51446055241" Longitude="-0.1915351673083" StarRating="3" HotelCode="888710|so_hyde_park" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located between Notting Hill and Hyde Park in London's West End. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.00" OriginalAmount="121.00">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|tune_hotel_kings_cross_london" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.64" OriginalAmount="121.64">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|313572" HotelName="TheWesley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.68" OriginalAmount="121.68">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|15147" HotelName="Mercure London Bridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the main road, just a few kilometres out of the city centre. The hotel prov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.98" OriginalAmount="121.98">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|1063699" HotelName="Copthorne Tara Hotel London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of Bayswater Road and Lancaster Gate on the north side of Hyde P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|578" HotelName="Holiday Inn London Regent's Park" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located directly adjacent to the iconic Olympic Stadium, in the heart of the Westfield ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;From M1 (J2), exit onto Barnet Bypass/Great N Way/A1 towards Central London. Continue on the A406 un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122" OriginalAmount="122">
      <BasicPropertyInfo Latitude="51.522023574778" Longitude="-0.13216771334444" StarRating="3" HotelCode="153453|456191" HotelName="Regency House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|holiday_inn_express_london_hammersmith" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, just 10 minutes from the city centre. There is an abundance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|the_villa_kensington" 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>
        <HotelDescription>&lt;br/&gt;Set in one of London's quiet residential streets, Ashburn Gardens, this hotel is a 2-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.513510810093" Longitude="-0.18759199601186" StarRating="3" HotelCode="89402|royal_hyde_park_hotel" HotelName="Nox Hotels - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104-110 Queensway, London W2 3RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f1/4bf16088a54f3fc03ad9f769e262971fc1affca5.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|quality_hotel_london_wembley" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is a 15-minute tube-ride from central London, and just 5 minutes’ walk from Wembley Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.526092867083" Longitude="-0.082333490129031" StarRating="4" HotelCode="150869|millenium_apartments_3" HotelName="Savoy Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Rivington Street, London EC2A 3DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/8d/3e8dd03d0c89d80fa6bc4b3470986a6fee7f0879.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Savoy Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.51427712" Longitude="-0.31939913" StarRating="4" HotelCode="199779|the_drayton_court_hotel" HotelName="Drayton Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 The Avenue, Ealing, London W13 8PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/65/12655047ee4680c9154fd3c0cfb1668845b08a97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Drayton Court Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.505103" Longitude="-0.104784" StarRating="4" HotelCode="208031|novotel_london_blackfriars" HotelName="Novotel London Blackfriars" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.505033" Longitude="-0.011229" StarRating="4" HotelCode="409525|fraser_place_canary_wharf" HotelName="Fraser Place Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Boardwalk Place, London E14 5SF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/24/e924fda99cec207bf1a80190f8e565c106c6763f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located only a short walk from the Canary Wharf financial hub, this hotel is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.00" OriginalAmount="122.00">
      <BasicPropertyInfo Latitude="51.508456518883" Longitude="0.041359795700828" StarRating="3" HotelCode="511022|moxy_london_excel" HotelName="MOXY London Excel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="122.22" OriginalAmount="122.22">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|H8W" HotelName="The Colonnade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Warrington Crescent</AddressLine>
          </AddressLines>
          <PostalCode>(0)2072861057</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/79/ae7947d669650921aff08c9f63acefec9a36bb8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.31" OriginalAmount="122.31">
      <BasicPropertyInfo Latitude="51.51629561402" Longitude="-0.17123663310053" StarRating="3" HotelCode="36434|277775" HotelName="Belmont Hotel &amp; Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>100 &amp; 104 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/133487/133487a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on a charming tree-lined street near Hyde Park in central London, just 100 met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.36" OriginalAmount="122.36">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|593083" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.40" OriginalAmount="122.40">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|6609" HotelName="Copthorne Tara Hotel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated on High Street Kensington. Plenty of tourist attractions, like the Vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.75" OriginalAmount="122.75">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|33424" 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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.78" OriginalAmount="122.78">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|317050" HotelName="Rose Court Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="122.82" OriginalAmount="122.82">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|626999" HotelName="The Gresham Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This impressive Neo-Georgian style building in Central London is perfectly located for guests who wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <BasicPropertyInfo Latitude="51.494340824838" Longitude="-0.1144739985466" StarRating="2" HotelCode="189773|56823" HotelName="The London Waterloo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Lambeth Walk, London SE11 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/42/bf427ed650544a615504d7b6c353a4d1cbf0eed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfectly situated right in the heart of London's West End, this hotel is only a few steps away from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|2003" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123" OriginalAmount="123">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|200070" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|oxford_hotel_3" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|marlin_apartments_queen_street" HotelName="Marlin Queen Street" 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>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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.516407757841" Longitude="-0.17266462684694" StarRating="2" HotelCode="114593|belvedere_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.54427002" Longitude="-0.01030856" StarRating="3" HotelCode="263528|premier_inn_london_stratford" HotelName="Premier Inn London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.40699201" Longitude="0.02679602" StarRating="3" HotelCode="325194|tamasha_hotel" HotelName="Tamasha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>131 Widmore Road, Bromley, Kent BR1 3AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/be/61beb53ff4c919c1b8de9c3903f6d75319edba8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.507818791377" Longitude="0.019602146700297" StarRating="4" HotelCode="503963|good_hotel_london" HotelName="Good Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.00" OriginalAmount="123.00">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|the_clarendon_2" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="123.02" OriginalAmount="123.02">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|602662" HotelName="My Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="123.05" OriginalAmount="123.05">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|CBE044400" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="123.05" OriginalAmount="123.05">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|CAJ853800" HotelName="The Gresham Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This impressive Neo-Georgian style building in Central London is perfectly located for guests who wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.11" OriginalAmount="123.11">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|615562" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.28" OriginalAmount="123.28">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|316662" HotelName="Prince Regent Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.39" OriginalAmount="123.39">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|384875" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.89" OriginalAmount="123.89">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|15813" HotelName="Shakespeare Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.97" OriginalAmount="123.97">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|402697" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superior location close to London's Hyde Park. Numerous sightseeing attractions s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|199843" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Situated in the Bloomsbury district of London, close to Covent Garden, this hotel is just a stone's ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124" OriginalAmount="124">
      <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 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.516469" Longitude="-0.172741" StarRating="2" HotelCode="38607|avon_hotel" HotelName="Avon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Norfolk Square, Hyde Park, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/7d/857d039ac02ff842c357849976ecccdb0a5bf747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in a quiet, beautiful square in the heart of London's West End, in the vibrant Padd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.488939" Longitude="-0.190204" StarRating="2" HotelCode="94599|chelsea_house_hotel" HotelName="Chelsea House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Redcliffe Gardens, London, SW10 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/48/d948cbe28dde50d6d646ae0b8e776fa5696dfb41.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Chelsea House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|glendale_hyde_park_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.546418448671" Longitude="-0.17377227544784" StarRating="2" HotelCode="189764|avoca_house_hotel" HotelName="Avoca House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.51435251" Longitude="-0.17254674" StarRating="4" HotelCode="442748|hyde_park_radnor" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.00" OriginalAmount="124.00">
      <BasicPropertyInfo Latitude="51.5109113" Longitude="-0.3021573" StarRating="3" HotelCode="481765|the_kings_arms_6" HotelName="The Kings Arms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.03" OriginalAmount="124.03">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|1598610" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance to Hyde Park and Kensington Palace Gardens, in close proximity ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.05" OriginalAmount="124.05">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|216666" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.08" OriginalAmount="124.08">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|33484" HotelName="The Tower 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,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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.34" OriginalAmount="124.34">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|219441" HotelName="Travelodge London Central City Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel ist a 2-minute walk from Old Street tube station and a 1 km walk from St Paul's Cathedral.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.48" OriginalAmount="124.48">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|62054" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, just 10 minutes from the city centre. There is an abundance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125" OriginalAmount="125">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125" OriginalAmount="125">
      <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>
        <HotelDescription>&lt;br/&gt;A baggage storage service is available to travellers. Wireless internet access is available to guest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125" OriginalAmount="125">
      <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="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|thistle_kensington_gardens" HotelName="Thistle Kensington Gardens" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|city_hotel_9" HotelName="Arbor City Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated near the city of London's financial district, the Docklands and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.510993338623" Longitude="-0.18634162946512" StarRating="4" HotelCode="148402|grand_royale_london_hyde_park" HotelName="Grand Royale London Hyde Park" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superior location close to London's Hyde Park. Numerous sightseeing attractions s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|dolphininn" HotelName="Dolphin Inn" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This guesthouse enjoys the perfect location to be guests’ base from which to explore London. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.507107322185" Longitude="-0.09287241104505" StarRating="3" HotelCode="152863|premier_inn_london_southwark_borough_market" HotelName="Premier Inn London Southwark Bankside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Our hotel offers you all the services you need, rooms with comfortable beds and an excellent restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.514034130633" Longitude="-0.17466008663178" StarRating="2" HotelCode="189717|rhodes_hotel" HotelName="Rhodes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Sussex Gardens, London W2 2RJ, Hyde Park</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225b073194a17478c6e224684a70f6c11b5076a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.50651598" Longitude="-0.24089912" StarRating="0" HotelCode="763482|the_princess_victoria" HotelName="The Princess Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>217 Uxbridge Road, Shepherd’s Bush, London W12 9DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/5e/c65ecc718cac15090c2030ef03f16dc09430623c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.51181128" Longitude="-0.12466087" StarRating="0" HotelCode="849744|three_bedroom_apartment_in_covent_garden" HotelName="Z Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Bedford Street, London WC2E 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/85/ff857e9f92f3d481db576f2c54ca759c690922c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.00" OriginalAmount="125.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986382|london_city_view" HotelName="London Greenwich Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>10 Woolwich New Road, Flat 1, London SE18 6AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/78/6478401fd19949572d56fe531b9a38dfa7d92e7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="125.40" OriginalAmount="125.40">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|CAS340000" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.46" OriginalAmount="125.46">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|32834" HotelName="ibis London Earls Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The popular hotel is just a few minutes' walk from Earl's Court Convention Centres. Queens Tennis Cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.73" OriginalAmount="125.73">
      <BasicPropertyInfo Latitude="51.47408326" Longitude="-0.28660063" StarRating="3" HotelCode="440156|845169" HotelName="Kew Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kew Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <BasicPropertyInfo Latitude="51.617243" Longitude="-0.178919" StarRating="3" HotelCode="148739|490677" HotelName="Heatherbank Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <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>
        <HotelDescription>&lt;br/&gt;The popular hotel is just a few minutes' walk from Earl's Court Convention Centres. Queens Tennis Cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|4232" HotelName="The Tower 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,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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126" OriginalAmount="126">
      <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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|london_premier_kensington" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|church_street_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|so_arch" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.00" OriginalAmount="126.00">
      <BasicPropertyInfo Latitude="51.46112452265" Longitude="-0.27562734994058" StarRating="4" HotelCode="335208|the_victoria" HotelName="The Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 West Temple Sheen, London SW14 7RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/8e/d68ee1c8e86a67be18aefb96ff9077e8243c4753.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.09" OriginalAmount="126.09">
      <BasicPropertyInfo Latitude="51.516407757841" Longitude="-0.17266462684694" StarRating="2" HotelCode="114593|606565" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.09" OriginalAmount="126.09">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated at the heart of the hip London district of Islington. There are variou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.15" OriginalAmount="126.15">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|25682" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.26" OriginalAmount="126.26">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|468225" HotelName="Blakemore Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Leinster Gardens, Bayswater, W2 3AN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/dd/39ddcbc5d2c8826bce4d90b5f201cb12d49e17a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a quiet but central location close to Hyde Park and 400 m from Lancaster Gate tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.36" OriginalAmount="126.36">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|637183" HotelName="Roomzzz London Stratford" Meals="LIGHT BREAKFAST" BedType="LIGHT BREAKFAST" PropertyType="aparthotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.37" OriginalAmount="126.37">
      <BasicPropertyInfo Latitude="51.508222" Longitude="0.020218" StarRating="4" HotelCode="54523|53784" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in London's Docklands and offers guests superb views over the Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="126.42" OriginalAmount="126.42">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|221525" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.44" OriginalAmount="126.44">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming apartment hotel enjoys a fabulous central location at the heart of London and provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.79" OriginalAmount="126.79">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|344525" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.80" OriginalAmount="126.80">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|643161" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="126.98" OriginalAmount="126.98">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="144955|4277575" HotelName="Blades B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Belgrave Road, Victoria, London SW1V 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/a3/e0a37568313ebb93a413cc1c55c5c53da3b9b50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Blades B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.514034130633" Longitude="-0.17466008663178" StarRating="2" HotelCode="189717|316310" HotelName="Rhodes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Sussex Gardens, London W2 2RJ, Hyde Park</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225b073194a17478c6e224684a70f6c11b5076a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located within 5 minutes' walk from Hatton Cross on the Piccadilly Line. The hotel is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|2140" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, just 10 minutes from the city centre. There is an abundance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|360122" HotelName="London Heathrow Marriott Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;The appealing hotel is situated in Heathrow and attracts guests with its impressive fittings, which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from London Bridge Tower, Southwark Cathedral and the London Dungeon, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|55963" HotelName="Dover" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 5 minutes' walking distance from the Victoria rail and underground statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|4503" HotelName="Reem" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127" OriginalAmount="127">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located between Notting Hill and Hyde Park in London's West End. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|apollo_hotel_20" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|premier_inn_kensington" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.512694577811" Longitude="-0.19305467605591" StarRating="3.5" HotelCode="189712|princes_square_serviced_apartments" HotelName="Princes Square Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>1 Princes Square, London W2 4NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e2/31e2b9d9dfa69bfbb6065919b08b03a4a8a15ce8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.453138845994" Longitude="-0.00021688073479709" StarRating="3" HotelCode="336615|the_station_hotel_3" HotelName="The Station Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Staplehurst Road, Hither Green, London SE13 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fe/41fe10a9b2e54b3cf87611d6e02b72b1243ce5c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Station Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.51483841" Longitude="-0.08246157" StarRating="0" HotelCode="503226|great_st_helen_hotel" HotelName="Great Saint Helen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36 Great Saint Helens, London, England EC3A 6AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3c/d93cf40bd0a7e26116b7b682d874f33d5a5e6c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.51200986" Longitude="-0.18225968" StarRating="3" HotelCode="604477|mstay_paddington_rooms" HotelName="NOX Hotels Lancaster Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Craven Hill Gardens, London W2 3ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/bf/18bf4ef3529d3e2dc187a287b836802d5599fe37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="972200|flying_butler_baker_street_apartments" HotelName="Flying Butler Baker Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.00" OriginalAmount="127.00">
      <BasicPropertyInfo Latitude="51.52315172" Longitude="-0.1742605" StarRating="0" HotelCode="986081|marble_arch_flats" HotelName="Marble Arch Flat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>442 Edgware Road, Westminster, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/30/b4306b603a337b490570e7fb2c984da10606375a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.07" OriginalAmount="127.07">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|219716" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.21" OriginalAmount="127.21">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|228570" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.22" OriginalAmount="127.22">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|629451" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.60" OriginalAmount="127.60">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|7564" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.66" OriginalAmount="127.66">
      <BasicPropertyInfo Latitude="51.5047745" Longitude="-0.1014748" StarRating="3" HotelCode="263527|904581" HotelName="London Southwark (Tate Modern) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Just a 7-minute tube journey from central London, Premier Inn London Southwark (Tate Modern)is less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.84" OriginalAmount="127.84">
      <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 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.94" OriginalAmount="127.94">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|33284" HotelName="The Royal National Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.96" OriginalAmount="127.96">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|32984" HotelName="London Marriott Hotel Maida Vale" 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,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>
        <HotelDescription>&lt;br/&gt;Situated close to Abbey Road Studios, Notting Hill, Little Venice and Lord's Cricket Ground and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128" OriginalAmount="128">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128" OriginalAmount="128">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128" OriginalAmount="128">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|imperial_court_studios" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="144955|blades__bb" HotelName="Blades B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Belgrave Road, Victoria, London SW1V 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/a3/e0a37568313ebb93a413cc1c55c5c53da3b9b50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Blades B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.498581" Longitude="-0.08407" StarRating="3" HotelCode="154178|residence_inn_by_marriott_london_bridge" HotelName="Residence Inn London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located 1.5 km from London Bridge Tower, Southwark Cathedral and the London Dungeon, an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.00" OriginalAmount="128.00">
      <BasicPropertyInfo Latitude="51.36671849" Longitude="-0.15351229" StarRating="3" HotelCode="323999|dukes_head_hotel" HotelName="Dukes Head Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Internet,Lounge,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>The Green, 6 Manor Road, Wallington, Surrey SM6 0AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/75/9475ac54e51a54c65ee48382562fa05a3d4b025a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Dukes Head Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.10" OriginalAmount="128.10">
      <BasicPropertyInfo Latitude="51.494243134313" Longitude="-0.19715443253517" StarRating="3" HotelCode="47648|19356" HotelName="Premier Inn Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Kensington approximately 200 m from Earl's Court underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.13" OriginalAmount="128.13">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|2351790" HotelName="Holiday Inn Express Royal Docks, Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.28" OriginalAmount="128.28">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|382095" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.45" OriginalAmount="128.45">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|649807" HotelName="nhow London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.57" OriginalAmount="128.57">
      <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 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="128.72" OriginalAmount="128.72">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|385665" HotelName="Novotel London Bridge 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,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>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.80" OriginalAmount="128.80">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|7559" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="144955|399875" HotelName="Blades B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Belgrave Road, Victoria, London SW1V 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/a3/e0a37568313ebb93a413cc1c55c5c53da3b9b50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Blades B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in London's Docklands and offers guests superb views over the Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated ideally close to the M1 and M40. The centre of London is about 15 minutes by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129" OriginalAmount="129">
      <BasicPropertyInfo Latitude="51.52412062" Longitude="-0.17466183" StarRating="0" HotelCode="847587|486239" HotelName="Three Falcons Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchardson Street, Saint John’s Wood, London NW8 8NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/3b/153bcaa770723f8c57168a13dd4f7aca081fb7c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|holiday_inn_express_london__southwark" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.494243134313" Longitude="-0.19715443253517" StarRating="3" HotelCode="47648|comfort_inn_kensington" HotelName="Premier Inn Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Kensington approximately 200 m from Earl's Court underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.00" OriginalAmount="129.00">
      <BasicPropertyInfo Latitude="51.51414067" Longitude="-0.13698933" StarRating="0" HotelCode="648915|the_z_hotel_tottenham_court_road" HotelName="Z Tottenham Court Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Poland Street, London W1F 7NQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/70/0c70149e4a56c5685fa5b10168502f688519d978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.15" OriginalAmount="129.15">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|7567" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel has an ideal, central position, just a few kilometres from many of London's top to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.46" OriginalAmount="129.46">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="129.85" OriginalAmount="129.85">
      <BasicPropertyInfo Latitude="51.49828022" Longitude="-0.01936466" StarRating="4" HotelCode="563814|CBG470300" HotelName="Lincoln Plaza London Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="129.94" OriginalAmount="129.94">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of London and just 350 m from London Blackfriars Underground Station, Premier Inn...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <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="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|34005" HotelName="Novotel London Bridge 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,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>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130" OriginalAmount="130">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|56872" 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>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.00" OriginalAmount="130.00">
      <BasicPropertyInfo Latitude="51.508222" Longitude="0.020218" StarRating="4" HotelCode="54523|crowne_plaza_london__docklands" HotelName="Crowne Plaza London Docklands" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in London's Docklands and offers guests superb views over the Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.00" OriginalAmount="130.00">
      <BasicPropertyInfo Latitude="51.521001646489" Longitude="-0.12323315628737" StarRating="4" HotelCode="45651|mercure_london_bloomsbury_2" HotelName="Mercure London Bloomsbury" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of London. The British Museum, Convent Garden, Soho and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.00" OriginalAmount="130.00">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|park_plaza_london_waterloo" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="130.18" OriginalAmount="130.18">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|2030261" HotelName="Holiday Inn London Regent's Park" Meals="ROOM ONLY,BREAKFAST FOR 2,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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.28" OriginalAmount="130.28">
      <BasicPropertyInfo Latitude="51.521001646489" Longitude="-0.12323315628737" StarRating="4" HotelCode="45651|746465" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of London. The British Museum, Convent Garden, Soho and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.32" OriginalAmount="130.32">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|55184" HotelName="DoubleTree by Hilton London - Docklands Riverside" 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Rotherhithe Street, London SE16 5HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/fb/dbfbfb57e6f4820954e6c5292a2798b229c0e05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located approximately 20 minutes from the centre of London, where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.37" OriginalAmount="130.37">
      <BasicPropertyInfo Latitude="51.511430938607" Longitude="-0.17967984080315" StarRating="2" HotelCode="36439|15838" HotelName="Columbia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located on the corner of Bayswater Road and Lancaster Gate on the north side of Hyde P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.57" OriginalAmount="130.57">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.65" OriginalAmount="130.65">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|368005" HotelName="Grange The Portland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.65" OriginalAmount="130.65">
      <BasicPropertyInfo Latitude="51.53635254372" Longitude="-0.0045865774154663" StarRating="3" HotelCode="34466|36758" HotelName="Holiday Inn Express Stratford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>196 High Street, London E15 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/af/a8af8d5bff1eac8dc14166e3e86930c0c1f8203a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly hotel is situated in the heart of East London in Stratford, which will host the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.66" OriginalAmount="130.66">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|386005" HotelName="Holiday Inn London - West" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="130.92" OriginalAmount="130.92">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|1062018" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|141679" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Hyde Park, The Continental Hotel promises a relaxing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131" OriginalAmount="131">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.512699713145" Longitude="-0.084646650042596" StarRating="4" HotelCode="34460|club_quarters_gracechurch" HotelName="Club Quarters Hotel Gracechurch" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|hotel_indigo_london_tower_hill" HotelName="Indigo London - Tower Hill" 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>142 Minories, London EC3N 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b0/57b063e240ad15ebfbad5a4c62cbfeff46c07d1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|publove_the_green_man_paddington" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.49451574" Longitude="-0.23473611" StarRating="3" HotelCode="519295|flynns_town_house" HotelName="Flynns Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>73 dalling road, London W6 0JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/13/cc133dab88537a00313f28f02c6fdfe6bacacdea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.00" OriginalAmount="131.00">
      <BasicPropertyInfo Latitude="51.502199936687" Longitude="-0.076830365131173" StarRating="4" HotelCode="777107|the_dixon_autograph_collection" HotelName="The Dixon, Tower Bridge, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.01" OriginalAmount="131.01">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|468145" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This superb hotel is near to the City. Knightsbridge and Chelsea, noted for their innumerable boutiq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.09" OriginalAmount="131.09">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|312417" HotelName="The Lensbury" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel has 171 non-smoking rooms and includes a lift and a reception desk. To ensure guests a com...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.11" OriginalAmount="131.11">
      <BasicPropertyInfo Latitude="51.502596617111" Longitude="-0.20195969604106" StarRating="3.5" HotelCode="403898|602025" HotelName="Safestay London Kensington Holland Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Holland Walk, Holland Park, Kensington, London W8 7QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1c/431cad984ac8994024d880d710ed1824a6f9572a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="131.12" OriginalAmount="131.12">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|HHPR" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Connell Crescent, Western Avenue Park Royal</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/56/c8566a9697d0f7d974724ab6f61e0ddc8bd5344c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.21" OriginalAmount="131.21">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|237212" HotelName="SO Archway Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located about 10 km from the centre of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.26" OriginalAmount="131.26">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|33134" 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>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.59" OriginalAmount="131.59">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|2561995" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.70" OriginalAmount="131.70">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|384785" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.88" OriginalAmount="131.88">
      <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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.97" OriginalAmount="131.97">
      <BasicPropertyInfo Latitude="51.528668075858" Longitude="-0.12302296808821" StarRating="5" HotelCode="114557|2563355" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|A32534" HotelName="nhow London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132" OriginalAmount="132">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|13266" HotelName="Grand Plaza Serviced Apartments" 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,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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.511383363659" Longitude="-0.18211126327515" StarRating="3" HotelCode="58766|lancaster_gate_hotel_4" HotelName="Lancaster Gate Hotel Hyde Park" Meals="ROOM ONLY" 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ea/21eac08bd52fc9340f822c9ca53e59ae0f714492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short distance from Lancaster Gate, Queensway and Bayswater tube stations an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|ibis_london_city" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.514827" Longitude="-0.17476" StarRating="3.5" HotelCode="189778|paddington_apartments" HotelName="Paddington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Talbot Square, London W2 1TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/24/882404ae22ecef575c9dd5ccd6a66e15ac82380e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|tune_hotel__westminster_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.503485483366" Longitude="-0.091296390164644" StarRating="3" HotelCode="946165|premier_inn_london_southwark_borough_high_st" HotelName="Premier Inn London Southwark (Borough High St)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.00" OriginalAmount="132.00">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|go_native_hyde_park_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.02" OriginalAmount="132.02">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|367985" HotelName="The Buckingham Grange" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.06" OriginalAmount="132.06">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|315030" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.11" OriginalAmount="132.11">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|33034" HotelName="Millennium Gloucester Hotel London Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.12" OriginalAmount="132.12">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|54174" HotelName="Chelsea Cloisters" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the London district of Chelsea, one of the most modern and cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.13" OriginalAmount="132.13">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|1061998" HotelName="ibis London Excel Docklands" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.18" OriginalAmount="132.18">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|150525" HotelName="Mowbray Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel benefits from its close proximity to Earl's Court Exhibition Centre and Earl's Court under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.23" OriginalAmount="132.23">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|696826" HotelName="St Athans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.30" OriginalAmount="132.30">
      <BasicPropertyInfo Latitude="51.49130465" Longitude="-0.19310795" StarRating="4" HotelCode="986226|708374" HotelName="Merit Kensington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.35" OriginalAmount="132.35">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|375975" HotelName="Grand Plaza Serviced Apartments" 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,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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.42" OriginalAmount="132.42">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|161365" HotelName="Seraphine Hammersmith Hotel, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 500 m from Hammersmith underground station and Hammersmith Apollo. Pubs a...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.70" OriginalAmount="132.70">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|216526" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.83" OriginalAmount="132.83">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|33224" HotelName="Danubius Hotel Regents 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.90" OriginalAmount="132.90">
      <BasicPropertyInfo Latitude="51.512699713145" Longitude="-0.084646650042596" StarRating="4" HotelCode="34460|1080798" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.91" OriginalAmount="132.91">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|133519" HotelName="The Gresham Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This impressive Neo-Georgian style building in Central London is perfectly located for guests who wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|11627" HotelName="Holiday Inn London - West" Meals="ROOM ONLY,HALF BOARD,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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|205047" HotelName="Dorsett City London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|17185" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|55332" HotelName="ibis London Excel Docklands" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133" OriginalAmount="133">
      <BasicPropertyInfo Latitude="51.46118946" Longitude="-0.21806323" StarRating="3" HotelCode="838667|381953" HotelName="Putney Hotel, BW Signature Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 Upper Richmond Road, Putney, London, England SW15 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4d/874d2f6cf26e8570feb9d19acad3d8263f38cb02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|holiday_inn_london_west" HotelName="Holiday Inn London - West" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|grange_portland_hotel" HotelName="Grange The Portland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|millennium_gloucester_hotel_london_kensington" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|premier_inn_kings_cross" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.522186582238" Longitude="-0.13233033151499" StarRating="3" HotelCode="114680|arosfa_hotel_2" HotelName="Arosfa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arosfa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.42377932118" Longitude="-0.27213706182829" StarRating="4" HotelCode="160237|warren_house" HotelName="Warren House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Warren House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.129224" StarRating="3" HotelCode="152861|premier_inn_london_euston" HotelName="Premier Inn London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Conveniently located to explore central London, the Premier Inn London Euston is just a 5 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.426435549754" Longitude="-0.22989213466644" StarRating="4" HotelCode="189776|fox_and_grapes" HotelName="Fox and Grapes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Camp Road, London SW19 4UN, Wimbledon Common</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/43/da431fb9dc40b26326c061d52b1e712f5162f887.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|doubletree_by_hilton_london__hyde_park" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.510410953562" Longitude="-0.068147279098525" StarRating="0" HotelCode="412894|wombats_city_hostel_london" HotelName="Wombats City Hostel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Dock Street, London E1 8LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/56/0756c811088bd603343954412468a197d60d36e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located right in the heart of London. Its setting is especially ideal for those in nee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.5152043" Longitude="-0.17452649999996" StarRating="2" HotelCode="429123|atlas_hostels_london" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is Atlas Hostels London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.5287427" Longitude="-0.12658357" StarRating="3" HotelCode="445857|premier_inn_london_stpancras_" HotelName="Premier Inn London St. Pancras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Around 5 minutes’ walk from the Eurostar terminal and King’s Cross Train Station, Premier Inn St Pan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.49828022" Longitude="-0.01936466" StarRating="4" HotelCode="563814|lincoln_plaza_london_curio_collection_by_hilton" HotelName="Lincoln Plaza London Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.50041301" Longitude="-0.17980224" StarRating="0" HotelCode="665413|astor_hyde_park_hostel" HotelName="Astor Hyde Park Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>191 Queen’s Gate, South Kensington, London SW7 5EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/8f/7c8fe58b8eb9b4de93e324764869c96e1cb7f523.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="663290|astor_museum_inn_hostel" HotelName="Astor Museum Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>27 Montague Street</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/82/57820b7ee85e2ab74c8c739cc45e897bb7f34a5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.51122839" Longitude="-0.07255963" StarRating="0" HotelCode="737959|rockwell_east" HotelName="Rockwell East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 Mansell Street, London E1 8AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f3/b7f3856e23af05d6a30acc6a9fef5cbf66cbb47d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.00" OriginalAmount="133.00">
      <BasicPropertyInfo Latitude="51.555653300474" Longitude="-0.17685145139694" StarRating="3" HotelCode="915079|kings_boutique_hotel" HotelName="Kings Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Hampstead High Street, Hampstead, London NW3 1RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/7a/a47a7eef243685104833037b54301c397f4466c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kings Boutique.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.13" OriginalAmount="133.13">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|78964" HotelName="Park Plaza County Hall" 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,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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.20" OriginalAmount="133.20">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|7576" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Hammersmith, just 10 minutes from the city centre. There is an abundance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.21" OriginalAmount="133.21">
      <BasicPropertyInfo Latitude="51.511383363659" Longitude="-0.18211126327515" StarRating="3" HotelCode="58766|228106" HotelName="Lancaster Gate Hotel Hyde Park" Meals="ROOM ONLY" 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ea/21eac08bd52fc9340f822c9ca53e59ae0f714492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short distance from Lancaster Gate, Queensway and Bayswater tube stations an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.43" OriginalAmount="133.43">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|746425" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.82" OriginalAmount="133.82">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|37130" 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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly situated in the heart of London's dynamic Docklands area and is only minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.93" OriginalAmount="133.93">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|2278625" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="133.98" OriginalAmount="133.98">
      <BasicPropertyInfo Latitude="51.522186582238" Longitude="-0.13233033151499" StarRating="3" HotelCode="114680|1654168" HotelName="Arosfa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arosfa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|34373" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <BasicPropertyInfo Latitude="51.555653300474" Longitude="-0.17685145139694" StarRating="3" HotelCode="915079|94244" HotelName="Kings Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77 Hampstead High Street, Hampstead, London NW3 1RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/7a/a47a7eef243685104833037b54301c397f4466c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Kings Boutique.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <BasicPropertyInfo Latitude="51.511383363659" Longitude="-0.18211126327515" StarRating="3" HotelCode="58766|9373" HotelName="Lancaster Gate Hotel Hyde Park" Meals="ROOM ONLY" 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ea/21eac08bd52fc9340f822c9ca53e59ae0f714492.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short distance from Lancaster Gate, Queensway and Bayswater tube stations an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of London. The British Museum, Convent Garden, Soho and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134" OriginalAmount="134">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Warren House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|grange_buckingham_hotel" HotelName="The Buckingham Grange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|the_mayflower_hotel_apartments" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This superb hotel is near to the City. Knightsbridge and Chelsea, noted for their innumerable boutiq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|the_danubius_hotel__london_regents_park" HotelName="Danubius Hotel Regents Park" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|hotel_ibis_london_excel_docklands" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.528668075858" Longitude="-0.12302296808821" StarRating="5" HotelCode="114557|apollo_hotel_5" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.511904887677" Longitude="-0.18550742388015" StarRating="3" HotelCode="142627|39_suites" HotelName="MStay 39 Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>39 Queensborough Terrace, Bayswater, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/94/a794a6f9b2734f299ac4a07d04c62e451e88c072.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.495682573722" Longitude="-0.14630639993061" StarRating="3" HotelCode="263538|the_z_hotel_victoria" 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>
        <HotelDescription>&lt;br/&gt;This hotel sits amidst the bustle and charm of the central London district of Victoria. The property...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.530671212258" Longitude="-0.11810159710956" StarRating="3" HotelCode="323861|so_kings_cross" HotelName="SO Kings Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170 King Cross Road, London WC1X 9DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9b/7c9b58d0a3b068f770782403acb2febec5d77e3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is SO Kings Cross Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.51226447" Longitude="-0.09351085" StarRating="4" HotelCode="440132|saco_the_cannon" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|dorsett_city_london" HotelName="Dorsett City London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.501350357321" Longitude="-0.21199813558201" StarRating="0" HotelCode="952531|the_holland_road_residence_i_tl13" HotelName="The Holland Road Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Holland Road, London W14 8BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/08/c5083dec235a9500cd20d56ef7f50bc4806c4cce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|locke_at_broken_wharf" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986179|gloucester_place_hotel" HotelName="Gloucester Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Gloucester Place, London W1U 8JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0a/6f0a0a050e9f754bbc36c82565b3133973331459.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.00" OriginalAmount="134.00">
      <BasicPropertyInfo Latitude="51.53761782" Longitude="-0.09355786" StarRating="0" HotelCode="986310|angel_townhouse" HotelName="Angel Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>72 Prebend Street, London N1 8PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/0d/950d1dd748831d309d4cbe3947f9e22a91cef0b7.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.04" OriginalAmount="134.04">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|695734" HotelName="London Archway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;From M1 (J2), exit onto Barnet Bypass/Great N Way/A1 towards Central London. Continue on the A406 un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.27" OriginalAmount="134.27">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|359805" HotelName="Duke of Leinster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.31" OriginalAmount="134.31">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="667935|772089" HotelName="Vilenza Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.35" OriginalAmount="134.35">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|181466" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="134.84" OriginalAmount="134.84">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|783804" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <BasicPropertyInfo Latitude="51.516469" Longitude="-0.172741" StarRating="2" HotelCode="38607|45413" HotelName="Avon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Norfolk Square, Hyde Park, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/7d/857d039ac02ff842c357849976ecccdb0a5bf747.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in a quiet, beautiful square in the heart of London's West End, in the vibrant Padd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|2119" HotelName="Best Western Burns Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|416218" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short dista...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135" OriginalAmount="135">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel sits amidst the bustle and charm of the central London district of Victoria. The property...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|radisson_blu_edwardian_grafton_hotel" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.512889923181" Longitude="-0.1829591906685" StarRating="3" HotelCode="36435|caring_hotel" HotelName="Caring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Craven Hill Gardens, London, Greater London W2 3EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2d/8c2d47b7bf921599b95c0f9f107f8a86053165b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Caring Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.521858646439" Longitude="-0.13214047479812" StarRating="2" HotelCode="36436|ridgemount_hotel" HotelName="Ridgemount Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Gower Street, Fitzrovia, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ae/a9ae2a07d48afe5320d7a71d70ee1e4670a67ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.669771" Longitude="-0.157157" StarRating="4" HotelCode="114935|west_lodge_park_hotel" HotelName="West Lodge Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="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">
        <Address>
          <AddressLines>
            <AddressLine>Cockfosters Road, Hadley Wood, London, Herts EN4 0PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/87/bb8748111ae27632d84f25a9e5267eba7cad4b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beale Arboretum was founded in 1963 by Edward Beale and the hotel would like to welcome all its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.511904887677" Longitude="-0.18550742388015" StarRating="3" HotelCode="142627|39_suites_2" HotelName="MStay 39 Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>39 Queensborough Terrace, Bayswater, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/94/a794a6f9b2734f299ac4a07d04c62e451e88c072.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.5226491" Longitude="-0.1530563" StarRating="3" HotelCode="153452|regency_hotel_5" HotelName="Regency Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Nottingham Place, London W1U 5LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/7f/827f82533fa92a9197cd23bd8f57930a27ec88ec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|marlin_aparthotel_waterloo" HotelName="Marlin Waterloo" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.00" OriginalAmount="135.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986104|admiral_hardy" HotelName="Admiral Hardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.10" OriginalAmount="135.10">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.20" OriginalAmount="135.20">
      <BasicPropertyInfo Latitude="51.503300805404" Longitude="-0.22012234078238" StarRating="3" HotelCode="213141|228577" HotelName="ibis London Shepherds Bush - Hammersmith Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Shepherds Bush - Hammersmith Hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.27" OriginalAmount="135.27">
      <BasicPropertyInfo Latitude="51.510993338623" Longitude="-0.18634162946512" StarRating="4" HotelCode="148402|6649" HotelName="Grand Royale London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a superior location close to London's Hyde Park. Numerous sightseeing attractions s...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.30" OriginalAmount="135.30">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|1322566" HotelName="The Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.46" OriginalAmount="135.46">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|1628998" HotelName="Quality Hampstead" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Hampstead and affords fabulous views out over the park. Coun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.50" OriginalAmount="135.50">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.86" OriginalAmount="135.86">
      <BasicPropertyInfo Latitude="51.505103" Longitude="-0.104784" StarRating="4" HotelCode="208031|228589" HotelName="Novotel London Blackfriars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="135.98" OriginalAmount="135.98">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|CAT853600" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136" OriginalAmount="136">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|294365" HotelName="Novotel London Waterloo" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <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 09/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is Atlas Hostels London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <BasicPropertyInfo Latitude="51.505033" Longitude="-0.011229" StarRating="4" HotelCode="409525|444221" HotelName="Fraser Place Canary Wharf" 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,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Boardwalk Place, London E14 5SF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/24/e924fda99cec207bf1a80190f8e565c106c6763f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located only a short walk from the Canary Wharf financial hub, this hotel is the ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|35268" HotelName="London Marriott Hotel Maida Vale" 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,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>
        <HotelDescription>&lt;br/&gt;Situated close to Abbey Road Studios, Notting Hill, Little Venice and Lord's Cricket Ground and with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136" OriginalAmount="136">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|33884" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This superb hotel is near to the City. Knightsbridge and Chelsea, noted for their innumerable boutiq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.511742905543" Longitude="-0.1860285423279" StarRating="3" HotelCode="92657|hyde_park_suites" HotelName="Hyde Park Budget Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Inverness Terrace, Bayswater, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/dc/d3dc2ce2f88e1310f6718e0ce9664a6950d28528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located only minutes (1.3 km) from the famous Hyde Park. Buckingham Palace, Windso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="900881|mermaid_suite" 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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Mayfair, Mermaid Suite Hotel promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.00" OriginalAmount="136.00">
      <BasicPropertyInfo Latitude="51.4940356" Longitude="-0.14092900000003" StarRating="0" HotelCode="981701|the_eaton_townhouse" HotelName="The Eaton Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Gillingham Street, London SW1V 1HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/13/a61336a60b45ac1fbcc4f5ed4bedf200580343a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.31" OriginalAmount="136.31">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|883304" HotelName="Wilde Aparthotels by Staycity London Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.34" OriginalAmount="136.34">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|385015" HotelName="Marlin Queen Street" 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>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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.38" OriginalAmount="136.38">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|606595" HotelName="Elysee Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.47" OriginalAmount="136.47">
      <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 10/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="136.89" OriginalAmount="136.89">
      <BasicPropertyInfo Latitude="51.526002392352" Longitude="-0.12469321489334" StarRating="1.5" HotelCode="18318|1080958" HotelName="Generator London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Tavistock Place, London WC1H 9SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c4/27c41d81546ecdc4440a5bd1e06996122abcf5ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Compton Place, close to London's City district. Given the excellent ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|56538" HotelName="Elysee Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Our hotel offers you all the services you need, rooms with comfortable beds and an excellent restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137" OriginalAmount="137">
      <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 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Bloomsbury, with Euston, Russell Square and King's Cross/St Pancra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.491531094997" Longitude="-0.1962947845459" StarRating="4" HotelCode="35463|twenty_nevern_square_hotel_2" HotelName="Twenty Nevern Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City 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>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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies amidst peaceful gardens and is situated close to the centre of London wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|novotel_london_city_south" HotelName="Novotel London Bridge 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,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>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|prince_william_hotel" HotelName="Prince William" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|elysee_hotel" HotelName="Elysee Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|holiday_inn_express_london__excel" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.41856017" Longitude="-0.3015134" StarRating="0" HotelCode="499281|the_queens_head_8" HotelName="The Queen's Head" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Central Heating,Garden,Internet,LCD/Projector,Luggage Storage,Pets allowed,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>144 Richmond Road, KT2 5HA Kingston Upon Thames, Surrey</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ba/e8bad06faa1747af36a0f2b784eb458e9112de2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Queen's Head in Kingston Upon Thames, you'll be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.00" OriginalAmount="137.00">
      <BasicPropertyInfo Latitude="51.514617321542" Longitude="0.0091424115319268" StarRating="3" HotelCode="573045|ibis_london_canning_town" HotelName="ibis London Canning Town" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.20" OriginalAmount="137.20">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|428575" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.40" OriginalAmount="137.40">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|109734" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located on Chiswick High Road and is a mere 30-minute journey from central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.47" OriginalAmount="137.47">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|363929" HotelName="Crowne Plaza London - Kingston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Crowne Plaza London - Kingston.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.72" OriginalAmount="137.72">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|1980555" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.81" OriginalAmount="137.81">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138" OriginalAmount="138">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|31926" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138" OriginalAmount="138">
      <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>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138" OriginalAmount="138">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|199997" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138" OriginalAmount="138">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138" OriginalAmount="138">
      <BasicPropertyInfo Latitude="51.4940356" Longitude="-0.14092900000003" StarRating="0" HotelCode="981701|491813" HotelName="The Eaton Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Gillingham Street, London SW1V 1HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/13/a61336a60b45ac1fbcc4f5ed4bedf200580343a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|park_plaza_county_hall_london" HotelName="Park Plaza County Hall" 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,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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|travelodge_southwark" HotelName="Travelodge London Central Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|jesmond_dene" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.494832172951" Longitude="-0.21117418348445" StarRating="3" HotelCode="185669|access_kensington_olympia" HotelName="Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Bar,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Court, North End Road, London W14 8SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/75/8175bc84a42bf12c72cfcfb1c082abbf810a4737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is just a 10-minute walk from West Brompton Underground Station and only 500 metres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|the_judd_hotel" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.49230931983" Longitude="-0.19531309604645" StarRating="4" HotelCode="259023|kk_hotel_george" HotelName="K+K Hotel George" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in central London only a couple of minutes' walk from Ear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|park_lane_city_apartments" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.00" OriginalAmount="138.00">
      <BasicPropertyInfo Latitude="51.51513764" Longitude="-0.0688986" StarRating="4" HotelCode="986156|the_gate_2" HotelName="The Gate" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.14" OriginalAmount="138.14">
      <BasicPropertyInfo Latitude="51.52660481129" Longitude="-0.12978136539459" StarRating="4" HotelCode="200908|84356" HotelName="Ambassadors Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Bloomsbury, with Euston, Russell Square and King's Cross/St Pancra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.15" OriginalAmount="138.15">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|1018358" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.15" OriginalAmount="138.15">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|93439" HotelName="Holiday Inn Express Victoria" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.27" OriginalAmount="138.27">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|314713" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Point A Hotel London Kings Cross.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.29" OriginalAmount="138.29">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|385895" HotelName="Prince William" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.31" OriginalAmount="138.31">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|32704" HotelName="Hilton London Olympia" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.37" OriginalAmount="138.37">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|111855" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.38" OriginalAmount="138.38">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.42" OriginalAmount="138.42">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|1001235" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.55" OriginalAmount="138.55">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|382215" HotelName="Citadines South Kensington London" 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,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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.80" OriginalAmount="138.80">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|115613" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="138.83" OriginalAmount="138.83">
      <BasicPropertyInfo Latitude="51.493795592143" Longitude="-0.19176453351974" StarRating="4" HotelCode="93107|427825" HotelName="Park Grand London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;Located in a quiet street in the tourist heart of London, this hotel offers the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <BasicPropertyInfo Latitude="51.504244889241" Longitude="-0.033500790596008" StarRating="4" HotelCode="25680|24924" HotelName="DoubleTree by Hilton London - Docklands Riverside" 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Rotherhithe Street, London SE16 5HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/fb/dbfbfb57e6f4820954e6c5292a2798b229c0e05d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located approximately 20 minutes from the centre of London, where guests w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|1129" HotelName="Hilton London Olympia" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|85040" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|7262" HotelName="Novotel London Waterloo" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139" OriginalAmount="139">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|castleton_hotel" HotelName="The Castleton Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.528486276182" Longitude="-0.12192651629448" StarRating="3" HotelCode="164103|albion_house_hotel" HotelName="Albion House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Argyle Square, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/80/25807facd2fa4591fbe7e5514f49ad004399d052.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Albion House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.51248932" Longitude="-0.18650429" StarRating="3" HotelCode="530949|hyde_park_superior_apartments" 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>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.00" OriginalAmount="139.00">
      <BasicPropertyInfo Latitude="51.51007332" Longitude="-0.0708718" StarRating="0" HotelCode="986058|tower_bridge_rainbow_suites" HotelName="Tower Bridge Rainbow Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Cartwright Street, Tower Hamlets, London E1 8LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4e/404e8d5d288417e20fe15e3ae7265fd416d26f1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.02" OriginalAmount="139.02">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|316797" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.07" OriginalAmount="139.07">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.27" OriginalAmount="139.27">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|403060" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.29" OriginalAmount="139.29">
      <BasicPropertyInfo Latitude="51.49403273" Longitude="-0.19764208" StarRating="3" HotelCode="975447|662432" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.40" OriginalAmount="139.40">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Queensway Hotel, Sure Hotel Collection by Be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="139.42" OriginalAmount="139.42">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|068371" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.46" OriginalAmount="139.46">
      <BasicPropertyInfo Latitude="51.47384257" Longitude="-0.06353817" StarRating="3" HotelCode="490353|843281" HotelName="Peckham Rooms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.51" OriginalAmount="139.51">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|64074" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="139.51" OriginalAmount="139.51">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|CAU387900" HotelName="TheWesley" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London. Its setting is especially ideal for business tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="139.51" OriginalAmount="139.51">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|CAG700100" HotelName="Thistle Bloomsbury Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.58" OriginalAmount="139.58">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|587729" HotelName="Marlin Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.59" OriginalAmount="139.59">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|311963" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.67" OriginalAmount="139.67">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|388205" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.79" OriginalAmount="139.79">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|313082" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|8796" HotelName="Blakemore Hyde Park" 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,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Leinster Gardens, Bayswater, W2 3AN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/dd/39ddcbc5d2c8826bce4d90b5f201cb12d49e17a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a quiet but central location close to Hyde Park and 400 m from Lancaster Gate tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in central London only a couple of minutes' walk from Ear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|63637" HotelName="Marlin Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;These luxurious serviced apartments are within easy walking distance of a host of London's main attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|2153" HotelName="Prince William" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140" OriginalAmount="140">
      <BasicPropertyInfo Latitude="51.514034130633" Longitude="-0.17466008663178" StarRating="2" HotelCode="189717|457156" HotelName="Rhodes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195 Sussex Gardens, London W2 2RJ, Hyde Park</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/25/d225b073194a17478c6e224684a70f6c11b5076a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.493795592143" Longitude="-0.19176453351974" StarRating="4" HotelCode="93107|best_western_premier_park_grand_london_kensington" HotelName="Park Grand London Kensington" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;Located in a quiet street in the tourist heart of London, this hotel offers the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|alhambra_hotel_2" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|doubletree_by_hilton_hotel_london_tower_of_london" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.499058" Longitude="-0.10186" StarRating="3" HotelCode="170197|the_bridge_hotel_5" HotelName="The Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite South Bank University and 800 metres from Lamberth North and Elephant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.51688459" Longitude="-0.0803213" StarRating="4" HotelCode="350862|the_bull_and_the_hide" HotelName="The Bull and The Hide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Devonshire Row, Bishopsgate, London EC2M 4RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3d/563dde18fb3ad39257095ca26b0da8299407feed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.00" OriginalAmount="140.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986194|courtyard_by_marriott_london_city_airport" HotelName="Courtyard by Marriott London City Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Connaught Road, Silvertown, London E16 2AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/f9/9ef94572f8475ab17572b1d8eeb0bb30c7138ebc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.06" OriginalAmount="140.06">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|1941655" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.16" OriginalAmount="140.16">
      <BasicPropertyInfo Latitude="51.526262043725" Longitude="-0.12671771707131" StarRating="2" HotelCode="114601|2247975" HotelName="Mentone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Cartwright Gardens, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/a6/75a6d1500ac91c0c48bfb8415e217d68a566209d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.21" OriginalAmount="140.21">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|385685" HotelName="Novotel London Paddington" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="140.24" OriginalAmount="140.24">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|CAS332900" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="140.24" OriginalAmount="140.24">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|CAH976800" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="140.34" OriginalAmount="140.34">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|74254" HotelName="Novotel London Tower Bridge" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="140.47" OriginalAmount="140.47">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|861992" HotelName="The Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.83" OriginalAmount="140.83">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|313768" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.89" OriginalAmount="140.89">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|7557" HotelName="ibis London Earls Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The popular hotel is just a few minutes' walk from Earl's Court Convention Centres. Queens Tennis Cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|3792" HotelName="Citadines South Kensington London" 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,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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|24105" HotelName="Holiday Inn Express Victoria" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <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>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986043|490722" HotelName="The Red Lion Leytonstone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>640 High Road, London E11 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b1/c4b156add50ffb986d6d44db6002258e55b87f33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141" OriginalAmount="141">
      <BasicPropertyInfo Latitude="51.51688459" Longitude="-0.0803213" StarRating="4" HotelCode="350862|479712" HotelName="The Bull and The Hide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Devonshire Row, Bishopsgate, London EC2M 4RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3d/563dde18fb3ad39257095ca26b0da8299407feed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|citadines_prestige_south_kensington_london" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|club_quarters_st_pauls" HotelName="Club Quarters Hotel St. Paul's" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|novotel_london_tower_bridge" HotelName="Novotel London Tower Bridge" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|hilton_london_tower_bridge" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|travelodge_london_city_airport" HotelName="Travelodge London City Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|the_montcalm_at_brewery_london_city" HotelName="The Montcalm At The Brewery London City" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.51381737" Longitude="-0.18943107" StarRating="0" HotelCode="957036|valet_apartments_kensington_gardens" HotelName="Valet Apartments Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>84 Kensington Gardens Square, Bayswater, London W2 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d4/bed40b209edc614595c556fe57f843f646209bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.00" OriginalAmount="141.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986043|red_lion_11" HotelName="The Red Lion Leytonstone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>640 High Road, London E11 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b1/c4b156add50ffb986d6d44db6002258e55b87f33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.01" OriginalAmount="141.01">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.01" OriginalAmount="141.01">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|9228" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in the prestigious London district of Chealsea, close to the Kings Roa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.02" OriginalAmount="141.02">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|215288" HotelName="The Westbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.04" OriginalAmount="141.04">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|15901" HotelName="Prince William" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paddington. Hyde Park is just a stone's throw away. There are scores of sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.23" OriginalAmount="141.23">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|314282" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="141.24" OriginalAmount="141.24">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|CAU721300" HotelName="Dorsett Shepherds Bush" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.49" OriginalAmount="141.49">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|26883997" HotelName="Marlin Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.76" OriginalAmount="141.76">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|95545" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="141.91" OriginalAmount="141.91">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|1486478" HotelName="Travelodge London Central Southwark" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.91" OriginalAmount="141.91">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|15847" HotelName="Holiday Inn London - West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in North Acton, about a 30 minute drive to the city centre. From the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="141.99" OriginalAmount="141.99">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|066610" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from the city, in the heart of one of London's most vibrant villa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|33395" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|10356" HotelName="Novotel London Tower Bridge" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|21674" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142" OriginalAmount="142">
      <BasicPropertyInfo Latitude="51.669771" Longitude="-0.157157" StarRating="4" HotelCode="114935|411725" HotelName="West Lodge Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="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">
        <Address>
          <AddressLines>
            <AddressLine>Cockfosters Road, Hadley Wood, London, Herts EN4 0PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/87/bb8748111ae27632d84f25a9e5267eba7cad4b2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Beale Arboretum was founded in 1963 by Edward Beale and the hotel would like to welcome all its ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|grand_plaza_serviced_apartments" HotelName="Grand Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|hilton_london_olympia" HotelName="Hilton London Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.512765520848" Longitude="-0.19263356924057" StarRating="4" HotelCode="31271|london_premier_notting_hill" HotelName="The Premier Notting Hill" 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>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet square in the heart of Bayswater, close to Queensway, Hyde Park and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|holiday_inn_londonbloomsbury_hotel" HotelName="Holiday Inn London-Bloomsbury" 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>Coram Street, London WC1N 1HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/5c/b65cbefca16ace709f13ed5a12bb23d678aaaba3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|ramada_hotel_and_suites_london_docklands" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.513154453656" Longitude="-0.19089818000793" StarRating="3" HotelCode="101995|vancouver_studios" HotelName="Vancouver Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Library">
        <Address>
          <AddressLines>
            <AddressLine>30 Princes Square, London, W2 4NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/80/f380bfccb4a0ecb100ee6a1ad2aaf40f45f6966e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.526262043725" Longitude="-0.12671771707131" StarRating="2" HotelCode="114601|mentone_hotel" HotelName="Mentone Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Cartwright Gardens, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/a6/75a6d1500ac91c0c48bfb8415e217d68a566209d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|the_parkcity_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.410459179736" Longitude="0.072869298940077" StarRating="4" HotelCode="159983|the_crown_inn" HotelName="The Crown Inn Chislehurst" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>School Road, Chislehurst, Kent BR7 5PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/54/1954e82633c408eb4a44289b871f4b479881a3aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is near Chislehurst Common with forests and open spaces, five minutes from the Chislehurst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.00" OriginalAmount="142.00">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3.5" HotelCode="935439|staybridge_suites_london_vauxhall" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.08" OriginalAmount="142.08">
      <BasicPropertyInfo Latitude="51.515990751152" Longitude="-0.17178987850923" StarRating="3" HotelCode="144163|4294515" HotelName="Athena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-114 Sussex Gardens, Hyde Park, London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/30/c030a5bace138efabcdcb55900630996a07f747f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.31" OriginalAmount="142.31">
      <BasicPropertyInfo Latitude="51.561469" Longitude="-0.27925099999993" StarRating="4" HotelCode="298481|254169" HotelName="Novotel London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.36" OriginalAmount="142.36">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|1080888" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.47" OriginalAmount="142.47">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|174553" HotelName="Staybridge Suites London - Stratford City" Meals="ROOM ONLY" BedType="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located directly adjacent to the iconic Olympic Stadium, in the heart of the Westfield ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.48" OriginalAmount="142.48">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.48" OriginalAmount="142.48">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|219936" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.48" OriginalAmount="142.48">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|858186" HotelName="Hyatt Place London City East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.49" OriginalAmount="142.49">
      <BasicPropertyInfo Latitude="51.51226447" Longitude="-0.09351085" StarRating="4" HotelCode="440132|629453" HotelName="Cove - Cannon Street, The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cove - Cannon Street, The City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.71" OriginalAmount="142.71">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|351215" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set in an enviable waterfront location, moments away from links to the city's beating ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.77" OriginalAmount="142.77">
      <BasicPropertyInfo Latitude="51.490535" Longitude="-0.138908" StarRating="1.5" HotelCode="94588|133597" 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>
        <HotelDescription>&lt;br/&gt;This property is located in the vicinity of the Victoria train station, within walking distance of m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.87" OriginalAmount="142.87">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Set in a prime location of London, The Notting Hill Hostel puts everything the city has to offer jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is Imperial Court Studios.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Conveniently located a 15-minute walk to St Paul’s Cathedral, Premier Inn London Bank (Tower) is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <BasicPropertyInfo Latitude="51.410459179736" Longitude="0.072869298940077" StarRating="4" HotelCode="159983|456327" HotelName="The Crown Inn Chislehurst" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>School Road, Chislehurst, Kent BR7 5PQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/54/1954e82633c408eb4a44289b871f4b479881a3aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is near Chislehurst Common with forests and open spaces, five minutes from the Chislehurst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|31924" 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" 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>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|231342" HotelName="The Villa Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;Set in one of London's quiet residential streets, Ashburn Gardens, this hotel is a 2-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143" OriginalAmount="143">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Southwark tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|ibis_styles_london_southwark_r" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|bb_belgravia_studios82" HotelName="B+B Belgravia" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|cheshire" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.52660481129" Longitude="-0.12978136539459" StarRating="4" HotelCode="200908|ambassadors_bloomsbury" HotelName="Ambassadors Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Bloomsbury, with Euston, Russell Square and King's Cross/St Pancra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|london_marriott_hotel_west_india_quay" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.52022124" Longitude="-0.11705855" StarRating="3" HotelCode="464472|premier_inn_london_holborn_" HotelName="Premier Inn London Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in central London, Premier Inn London Holborn is just a 15-minute walk from Covent Garden, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.61180464" Longitude="-0.10938655" StarRating="2.5" HotelCode="580019|forest_house_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.00" OriginalAmount="143.00">
      <BasicPropertyInfo Latitude="51.5058445" Longitude="-0.10446383" StarRating="0" HotelCode="964411|the_hoxton_southwark" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.11" OriginalAmount="143.11">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|63044" 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>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.12" OriginalAmount="143.12">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|1065448" 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>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.17" OriginalAmount="143.17">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|33084" 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>
        <HotelDescription>&lt;br/&gt;A 5-minute walk from Tottenham Court Road and Goodge Street underground stations, and only a 20-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.36" OriginalAmount="143.36">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|15812" HotelName="Dolphin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.39" OriginalAmount="143.39">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|1551108" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.61" OriginalAmount="143.61">
      <BasicPropertyInfo Latitude="51.521858646439" Longitude="-0.13214047479812" StarRating="2" HotelCode="36436|2543295" HotelName="Ridgemount Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Gower Street, Fitzrovia, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ae/a9ae2a07d48afe5320d7a71d70ee1e4670a67ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.65" OriginalAmount="143.65">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|9748" HotelName="The Buckingham Grange" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|53777" HotelName="ibis Styles London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|56037" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <BasicPropertyInfo Latitude="51.526262043725" Longitude="-0.12671771707131" StarRating="2" HotelCode="114601|199498" HotelName="Mentone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54-56 Cartwright Gardens, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/a6/75a6d1500ac91c0c48bfb8415e217d68a566209d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Hampstead and affords fabulous views out over the park. Coun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144" OriginalAmount="144">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel offers a central location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|quality_hotel_hampstead" HotelName="Quality Hampstead" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Hampstead and affords fabulous views out over the park. Coun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|myhotel_bloomsbury" 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>
        <HotelDescription>&lt;br/&gt;A 5-minute walk from Tottenham Court Road and Goodge Street underground stations, and only a 20-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|ace_hotel_london_shoreditch_2" HotelName="One Hundred Shoreditch Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.499331" Longitude="-0.197436" StarRating="3" HotelCode="168421|seraphine_kensington_olympia" HotelName="Seraphine Kensington Olympia Hotel" 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>225 Kensington High Street, London W8 6SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/93/54930c8a06d04f280abe5218268b4d02f00085ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on High Street Kensington, just a few minutes' walk from the High Stre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.441193311601" Longitude="-0.10675307089878" StarRating="0" HotelCode="336337|the_tulse_hill_hotel" HotelName="Tulse Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>150 Norwood Road, Tulse Hill, London SE24 9AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/e3/f5e3fabc59b6e5a6f828095f625e462d712b1c8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.00" OriginalAmount="144.00">
      <BasicPropertyInfo Latitude="51.51394900761" Longitude="-0.18305044047543" StarRating="4" HotelCode="409523|the_cleveland_hotel" HotelName="The Cleveland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Cleveland Square, London W2 6DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/82/79820e914512033609d67aee445aad8302931e75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on a tranquil and leafy garden square away from the hustle and bustle of London the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.24" OriginalAmount="144.24">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area near the elegant neighbourhood of Kensington and Chelsea. The ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.25" OriginalAmount="144.25">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|228571" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.28" OriginalAmount="144.28">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|385025" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located just a few minutes' walk from Regent's Park and London Zoo. This h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.33" OriginalAmount="144.33">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|2256835" HotelName="Victoria Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.40" OriginalAmount="144.40">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|6636" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.46" OriginalAmount="144.46">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|32744" HotelName="Holiday Inn London-Bloomsbury" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.47" OriginalAmount="144.47">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|341335" HotelName="Grange Beauchamp Hotel" Meals="BED &amp; BREAKFAST,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,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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.50" OriginalAmount="144.50">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|75382" 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>
        <HotelDescription>&lt;br/&gt;Situated in the tranquility of Kensington Gardens Square, it is hard to believe that you are only mo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.74" OriginalAmount="144.74">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|662504" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.92" OriginalAmount="144.92">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|746385" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <BasicPropertyInfo Latitude="51.515990751152" Longitude="-0.17178987850923" StarRating="3" HotelCode="144163|274863" HotelName="Athena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-114 Sussex Gardens, Hyde Park, London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/30/c030a5bace138efabcdcb55900630996a07f747f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|3713" HotelName="The Royal National Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|16389" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145" OriginalAmount="145">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|tavistock" HotelName="The Tavistock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|hilton_london_islington" HotelName="Hilton London Angel Islington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the centre of London with numerous shopping and entertain...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|park_avenue_belgravia" 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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|best_western_victoria_palace" HotelName="Best Western Victoria Palace" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.515990751152" Longitude="-0.17178987850923" StarRating="3" HotelCode="144163|athena_hotel_3" HotelName="Athena Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-114 Sussex Gardens, Hyde Park, London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/30/c030a5bace138efabcdcb55900630996a07f747f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.502662929214" Longitude="-0.1180290171967" StarRating="3" HotelCode="152860|premier_inn_london_county_hall" HotelName="Premier Inn London County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated beside the London Eye, just 350 metres from Waterloo Station, Premier Inn London County Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.48635118" Longitude="0.01740677" StarRating="2" HotelCode="326249|the_angerstein_hotel" HotelName="Angerstein Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>108 Woolwich Road, Royal Borough of Greenwich, London SE10 0LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/21/ca21b7ad8ff0a097ac6b807f1a5ce6f7b5f5dc13.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment is located in quiet surroundings next to the host&amp;apos;s farm. It comes with a modern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.51019636" Longitude="-0.0767426" StarRating="4" HotelCode="450238|citizenm_tower_of_london" HotelName="citizenM Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM Tower of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|citizenm_london_shoreditch" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.51735085" Longitude="-0.07369392" StarRating="3" HotelCode="521962|commercial_house_2" HotelName="Aldgate Commercial House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand),Babysitting,Designated Smoking Area,Dining,Housekeeping,Internet,Laundry,Printer,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43B Commercial Street, London E1 6BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/a4/c7a4ffd00389279ad5389fc89da7a9768c18cead.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely aparthotel can be found in Aldgate. Located in 15 minutes walking distance from London B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.51727059" Longitude="-0.08919489" StarRating="3" HotelCode="872137|the_moorgate" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.00" OriginalAmount="145.00">
      <BasicPropertyInfo Latitude="51.5354676" Longitude="-0.1661333" StarRating="3" HotelCode="903691|the_new_inn_6" HotelName="The New Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Allitsen Road, St John’s Wood, London NW8 6LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/3d/143d7c55006908baedff336d53e2e223d51c87e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at The New Inn Hotel to discover the wonders of London. The hotel offers a high standard of ser...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.03" OriginalAmount="145.03">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|674523" HotelName="Hotel Xanadu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Xanadu.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.17" OriginalAmount="145.17">
      <BasicPropertyInfo Latitude="51.52276145" Longitude="-0.10426755" StarRating="4" HotelCode="986347|733323" HotelName="YOTEL London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="145.43" OriginalAmount="145.43">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|973654" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="145.55" OriginalAmount="145.55">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|32824" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.56" OriginalAmount="145.56">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|876988" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.67" OriginalAmount="145.67">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.129224" StarRating="3" HotelCode="152861|311933" HotelName="Premier Inn London Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Conveniently located to explore central London, the Premier Inn London Euston is just a 5 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.79" OriginalAmount="145.79">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|559823" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.81" OriginalAmount="145.81">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|172420" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.88" OriginalAmount="145.88">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|77690" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146" OriginalAmount="146">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|33354" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|40367" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|17188" HotelName="Holiday Inn London-Bloomsbury" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <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>
        <HotelDescription>&lt;br/&gt;A 5-minute walk from Tottenham Court Road and Goodge Street underground stations, and only a 20-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <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>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated close to the city centre, within a few minutes' walk of Liverpo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Conveniently located to explore central London, the Premier Inn London Euston is just a 5 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146" OriginalAmount="146">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Around 5 minutes’ walk from the Eurostar terminal and King’s Cross Train Station, Premier Inn St Pan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.491962755154" Longitude="-0.16848792761269" StarRating="4" HotelCode="52565|myhotel_chelsea" HotelName="Chelsea Green by Sonder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Ixworth Place, London SW3 3QX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/47/9a4788268c945d2e78bd36c81329d08ecd745d28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet residential street in Chelsea, at the doorstep of some of the world'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.513184499829" Longitude="-0.17912462353706" StarRating="3" HotelCode="38342|lancaster_hall" HotelName="Lancaster Hall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/54/5854eed36777c13c9b4019c166864e14778d4ea3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|best_western_mornington_hotel" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|grange_beauchamp_hotel" HotelName="Grange Beauchamp Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|novotel_london_paddington" HotelName="Novotel London Paddington" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.425397113449" Longitude="-0.33453224396487" StarRating="3" HotelCode="115344|the_park_hotel_4" HotelName="The Park Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|the_caswell" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|travelodge_waterloo" 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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of some of the capital’s most iconic attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.5217208" Longitude="-0.153251" StarRating="0" HotelCode="573359|regency_hotel_parkside" HotelName="Regency Hotel Parkside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Nottingham Place, London W1U 5LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/97/cb97fef25e3e4281ece5333314782fd1420d809e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Regency Hotel Parkside in London (Marylebone), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.00" OriginalAmount="146.00">
      <BasicPropertyInfo Latitude="51.507450061117" Longitude="-0.09584110000003" StarRating="0" HotelCode="952433|native_bankside" HotelName="Native Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Bear Gardens, Empire Warehouse, London SE1 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/72/3b72fdc126171ffd106894a8149806ef18c3b0ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.03" OriginalAmount="146.03">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|87611" HotelName="London House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on a quiet and charming street in the Bayswater area, just a short dista...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.05" OriginalAmount="146.05">
      <BasicPropertyInfo Latitude="51.515452928672" Longitude="-0.1727369427681" StarRating="3" HotelCode="27217|4681165" HotelName="Beverly City" 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>142 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/ec/6bec11f03e19954bae9249d014ff8a5a5e8e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Paddington district of the city, close to Paddington underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="146.10" OriginalAmount="146.10">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|CAF398900" HotelName="Hilton London Olympia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="146.10" OriginalAmount="146.10">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|CBC054300" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="146.10" OriginalAmount="146.10">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|CAM455400" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London, this hotel is within easy walking distance of The City, as well as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.30" OriginalAmount="146.30">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|1478168" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.37" OriginalAmount="146.37">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|6548" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.46" OriginalAmount="146.46">
      <BasicPropertyInfo Latitude="51.512929106726" Longitude="-0.18372595310211" StarRating="4" HotelCode="11065|14104" HotelName="Blakemore Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Leinster Gardens, Bayswater, W2 3AN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/dd/39ddcbc5d2c8826bce4d90b5f201cb12d49e17a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel has a quiet but central location close to Hyde Park and 400 m from Lancaster Gate tube st...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.48" OriginalAmount="146.48">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the Thames and is only a few minutes away from London's tourist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.49" OriginalAmount="146.49">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|216766" HotelName="Best Western Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.56" OriginalAmount="146.56">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|1918395" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Mornington Hotel London Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.58" OriginalAmount="146.58">
      <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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.58" OriginalAmount="146.58">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|2075342" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel">
        <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>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the heart of London and 800 m from the Tower of London. Various bars an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.72" OriginalAmount="146.72">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.85" OriginalAmount="146.85">
      <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 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated on bustling and fashionable Kensington High Street, a 5-minute walk fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.97" OriginalAmount="146.97">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|521061" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located about 8 km from the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|199344" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <BasicPropertyInfo Latitude="51.51019636" Longitude="-0.0767426" StarRating="4" HotelCode="450238|444187" HotelName="citizenM Tower of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM Tower of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located just a few minutes' walk from Regent's Park and London Zoo. This h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|39503" HotelName="Novotel London Paddington" 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,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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147" OriginalAmount="147">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|la_suite_west" HotelName="La Suite West" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|holiday_inn_london_camden_lock" HotelName="Holiday Inn Camden Lock" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.490601619768" Longitude="-0.13861015815832" StarRating="3" HotelCode="151374|lidos_hotel" HotelName="Lidos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lidos Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.498065" Longitude="-0.222208" StarRating="3" HotelCode="267555|saba_hotel_london" HotelName="Saba Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Shepherds Bush Road, London W6 7LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/e6/65e61459e33633277b6c52f0ba99f225b9591c43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.55239618" Longitude="-0.29606532" StarRating="2" HotelCode="319536|travelodge_wembley_high_road" HotelName="Travelodge London Wembley High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>High Road, Wembley, London HA9 7AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c7/09c7f6b8863a5c3c3b01191972e211b0345e99ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|lamington_apartments" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|hampton_by_hilton_london_docklands" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in London, 9-minutes' walk from the ExCel London exhibition centre, Hampton By ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.49718337" Longitude="-0.20780357" StarRating="3.5" HotelCode="630123|kensington_prime_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.51724616" Longitude="-0.0703108" StarRating="0" HotelCode="974556|the_buxton" HotelName="The Buxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Osborn Street, London E1 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ae/eeae5f67c57327a620d3fd97016eb268fef6f9bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.00" OriginalAmount="147.00">
      <BasicPropertyInfo Latitude="51.51337675" Longitude="-0.13575673" StarRating="0" HotelCode="986341|premier_inn_london_soho" HotelName="Hub by Premier Inn London Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hopkins Street, London W1F 0DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/58/4e5857db597affe7af6498955bf1c6e264286e85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.01" OriginalAmount="147.01">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|1062258" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.18" OriginalAmount="147.18">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|315738" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is ibis London Excel Docklands.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.26" OriginalAmount="147.26">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|878561" HotelName="Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.27" OriginalAmount="147.27">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|14993" HotelName="Novotel London Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated to the south of the Thames, this hotel lies close to the centre of London where there are c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.44" OriginalAmount="147.44">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|143394" HotelName="Wellington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.60" OriginalAmount="147.60">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|2739740" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY,BREAKFAST FOR 2" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.60" OriginalAmount="147.60">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.60" OriginalAmount="147.60">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|367675" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.66" OriginalAmount="147.66">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|1653768" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="147.66" OriginalAmount="147.66">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|CAK205400" HotelName="Hilton London Metropole" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="147.66" OriginalAmount="147.66">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|CAR569000" HotelName="Hilton Euston" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.85" OriginalAmount="147.85">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|351185" HotelName="Crowne Plaza London - Kings Cross" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="148.0" OriginalAmount="148.0">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|ROY" HotelName="The Royal National Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" 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</AddressLine>
          </AddressLines>
          <PostalCode>(0)2078374653</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/34/5534128151e55dae31ad2c9ec8edc15a24bc1294.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Griffin House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <BasicPropertyInfo Latitude="51.51724616" Longitude="-0.0703108" StarRating="0" HotelCode="974556|489803" HotelName="The Buxton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Osborn Street, London E1 6TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ae/eeae5f67c57327a620d3fd97016eb268fef6f9bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148" OriginalAmount="148">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|royal_norfolk" HotelName="The Pilgrm" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pilgrm.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|best_western_corona_2" HotelName="Best Western Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|victor_hotel_3" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.511745" Longitude="-0.185447" StarRating="3" HotelCode="149259|hotel_43_london" HotelName="Hotel 43" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Queensborough Terrace, Westminster, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/98/1998aa1ebd6543f36bed0fd95a5ed1a3f0a0ad98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.44273395" Longitude="-0.14942567" StarRating="3" HotelCode="848816|the_bedford_balham" HotelName="The Bedford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>77 Bedford Hill, Balham, London SW12 9HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/74/7d74181b45336904789946561c7b02042495e8ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.00" OriginalAmount="148.00">
      <BasicPropertyInfo Latitude="51.500818054741" Longitude="-0.11265016504707" StarRating="0" HotelCode="986320|nox_hotels_waterloo" HotelName="NOX HOTELS - Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Lower Marsh, London SE1 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/17/5b17ea2fe7715cb2f6194a0b3a8451c7223a4238.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.20" OriginalAmount="148.20">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|94500" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="148.33" OriginalAmount="148.33">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|813169" HotelName="Point A Hotel, London Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="148.40" OriginalAmount="148.40">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|CBP968800" HotelName="Canopy by Hilton London City" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.43" OriginalAmount="148.43">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|386195" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.46" OriginalAmount="148.46">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|128699" HotelName="Arbor City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated near the city of London's financial district, the Docklands and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.48" OriginalAmount="148.48">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|6554" HotelName="Hilton London Metropole" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.48" OriginalAmount="148.48">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.66" OriginalAmount="148.66">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|228583" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="148.69" OriginalAmount="148.69">
      <BasicPropertyInfo Latitude="51.516200723099" Longitude="-0.17335622723749" StarRating="2" HotelCode="35403|CAP915000" HotelName="Dolphin Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-34 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8c/9c8cc08c730835a9b22c5342f26a3ff1d8898c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has a wonderful location on an attractive square surrounded by trees. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="148.69" OriginalAmount="148.69">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|CAP915100" HotelName="Shakespeare Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated not far from the town centre and links to the public transport network a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <BasicPropertyInfo Latitude="51.515452928672" Longitude="-0.1727369427681" StarRating="3" HotelCode="27217|230842" HotelName="Beverly City" 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>142 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/ec/6bec11f03e19954bae9249d014ff8a5a5e8e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Paddington district of the city, close to Paddington underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|24618" HotelName="Hilton Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <BasicPropertyInfo Latitude="51.490601619768" Longitude="-0.13861015815832" StarRating="3" HotelCode="151374|408384" HotelName="Lidos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Lidos Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|408381" HotelName="Victoria Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149" OriginalAmount="149">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|6938" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.00" OriginalAmount="149.00">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.192298" StarRating="3" HotelCode="15788|pembridge_palace_hotel" HotelName="Pembridge Palace" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is within close walking distance of the famous Whiteleys shopping centre and is located n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.00" OriginalAmount="149.00">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|london_marriott_hotel_kensington" HotelName="London Marriott Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 60...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.00" OriginalAmount="149.00">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|hampton_by_hilton_london_waterloo" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.02" OriginalAmount="149.02">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|132728" HotelName="ibis Styles London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.22" OriginalAmount="149.22">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|876989" HotelName="Canopy by Hilton London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.26" OriginalAmount="149.26">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|385205" HotelName="Holiday Inn Camden Lock" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.43" OriginalAmount="149.43">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|341565" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.74" OriginalAmount="149.74">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|32994" 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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 60...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|4301855" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150" OriginalAmount="150">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|56466" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Alhambra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150" OriginalAmount="150">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150" OriginalAmount="150">
      <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="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150" OriginalAmount="150">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.522636" Longitude="-0.103728" StarRating="4" HotelCode="82455|the_zetter_hotel" HotelName="The Zetter" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|the_shaftesbury_metropolis_london_hyde_park" HotelName="Inhabit" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.00" OriginalAmount="150.00">
      <BasicPropertyInfo Latitude="51.57261903" Longitude="-0.19569544" StarRating="2" HotelCode="323925|hotel_unique_3" HotelName="Hotel Unique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>911 Finchley Road, Golders Green, London NW11 7PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/6c/de6c491d34ffd031b4d40d073469e1d375099ada.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Unique.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.07" OriginalAmount="150.07">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|315210" HotelName="Point A Hotel, London Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.26" OriginalAmount="150.26">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|32674" 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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.31" OriginalAmount="150.31">
      <BasicPropertyInfo Latitude="51.52022124" Longitude="-0.11705855" StarRating="3" HotelCode="464472|906413" HotelName="Premier Inn London Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in central London, Premier Inn London Holborn is just a 15-minute walk from Covent Garden, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="150.52" OriginalAmount="150.52">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|1103384" HotelName="Millennium Gloucester Hotel London Kensington" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is less than a minute's walk from Gloucester Road underground station, with connections to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="150.55" OriginalAmount="150.55">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|312714" HotelName="Club Quarters Hotel St. Paul's" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="150.56" OriginalAmount="150.56">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|1801251" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the centre of London where there are countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.74" OriginalAmount="150.74">
      <BasicPropertyInfo Latitude="51.513184499829" Longitude="-0.17912462353706" StarRating="3" HotelCode="38342|1062178" HotelName="Lancaster Hall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/54/5854eed36777c13c9b4019c166864e14778d4ea3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.89" OriginalAmount="150.89">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|32664" HotelName="Hilton Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located just 300 m from Euston station. The British Museum is around 800 m away, Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|3090" HotelName="Crowne Plaza London - Kings Cross" 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,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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151" OriginalAmount="151">
      <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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|grange_wellington_hotel" HotelName="Wellington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|astors_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|tudor_court_hotel_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.529025978633" Longitude="-0.12289168265693" StarRating="2" HotelCode="114559|hotel_meridiana" HotelName="Meridiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 - 44 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/41/cd41ff503311fefe170af80cef13e75053ac5f31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.425765" Longitude="-0.22035" StarRating="3" HotelCode="207328|rose_and_crown_hotel_3" HotelName="The Rose &amp; Crown Wimbledon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 High Street, Wimbledon, Village, London SW19 5BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2bbc364e3254098dc9fab72fdbdf1e5d5f5ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.52786908" Longitude="-0.13658654" StarRating="2" HotelCode="398181|publove__exmouth_arms_euston__hostel" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.00" OriginalAmount="151.00">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|canopy_by_hilton_london_city" HotelName="Canopy by Hilton London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.03" OriginalAmount="151.03">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|16063" HotelName="Grange The Portland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.32" OriginalAmount="151.32">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|1632388" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.43" OriginalAmount="151.43">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|33364" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.65" OriginalAmount="151.65">
      <BasicPropertyInfo Latitude="51.507107322185" Longitude="-0.09287241104505" StarRating="3" HotelCode="152863|313123" HotelName="Premier Inn London Southwark Bankside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Our hotel offers you all the services you need, rooms with comfortable beds and an excellent restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.77" OriginalAmount="151.77">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|33464" HotelName="Amba Hotel Marble Arch" 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,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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="151.79" OriginalAmount="151.79">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|2278263" HotelName="Huttons" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This popular non-smoking hotel is situated at the heart of London. Many of the capital's most popula...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="151.90" OriginalAmount="151.90">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|CAV104600" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="151.90" OriginalAmount="151.90">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|CBO370700" HotelName="Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|34001" HotelName="Holiday Inn Camden Lock" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located at Sussex Gardens in Paddington within convenient reach of London's West End a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|24971" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,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,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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <BasicPropertyInfo Latitude="51.425765" Longitude="-0.22035" StarRating="3" HotelCode="207328|491806" HotelName="The Rose &amp; Crown Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 High Street, Wimbledon, Village, London SW19 5BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2bbc364e3254098dc9fab72fdbdf1e5d5f5ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152" OriginalAmount="152">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of some of the capital’s most iconic attractions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|royal_london_house_by_montcalm" HotelName="Montcalm Royal London House" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.00" OriginalAmount="152.00">
      <BasicPropertyInfo Latitude="51.5118" Longitude="-0.186" StarRating="3" HotelCode="495739|london_plaza_serviced_apartments" HotelName="London Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Inverness Terrace, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85926e89c7e4990146d9186bf9d7ae21cc5e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.56" OriginalAmount="152.56">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|29247" HotelName="Mercure London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located and is only metres from Paddington underground station. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.58" OriginalAmount="152.58">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|15142" HotelName="Radisson Blu Edwardian Heathrow Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This comfortable luxury hotel lies on the outskirts of the centre of London, by Heathrow. Convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="152.73" OriginalAmount="152.73">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city. The railway station and Barbican underground station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="152.73" OriginalAmount="152.73">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|1203631" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.73" OriginalAmount="152.73">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|54356" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a hotel complex in Kensington. Earls Court tube station is only a three-min...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|31896" HotelName="London Marriott Hotel Canary Wharf" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is in central London, conveniently located right next to Earls Court Exhibition Centre, 60...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Go Native Hyde Park Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is within close walking distance of the famous Whiteleys shopping centre and is located n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153" OriginalAmount="153">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="153.00">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|marlin_apartments_canary_wharf" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="153.00">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|park_avenue_baker_street" HotelName="Park Avenue Baker Street" 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>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>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.00" OriginalAmount="153.00">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|sofitel_london_heathrow" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,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,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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.30" OriginalAmount="153.30">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|384945" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.33" OriginalAmount="153.33">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.46" OriginalAmount="153.46">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|7558" HotelName="Holiday Inn London-Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.69" OriginalAmount="153.69">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|481142" HotelName="Hotel Rafayel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.80" OriginalAmount="153.80">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|161062" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.82" OriginalAmount="153.82">
      <BasicPropertyInfo Latitude="51.5152043" Longitude="-0.17452649999996" StarRating="2" HotelCode="429123|635863" HotelName="Atlas Hostels London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is Atlas Hostels London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|9197" HotelName="Danubius Hotel Regents 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|6972" HotelName="Duke of Leinster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <BasicPropertyInfo Latitude="51.513184499829" Longitude="-0.17912462353706" StarRating="3" HotelCode="38342|229021" HotelName="Lancaster Hall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/54/5854eed36777c13c9b4019c166864e14778d4ea3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located a 2-minute walk from Baker Street station, 100 m away from the co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154" OriginalAmount="154">
      <BasicPropertyInfo Latitude="51.515579783756" Longitude="-0.17141997814179" StarRating="3" HotelCode="18292|411142" HotelName="Darlington Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-117 Sussex Gardens, Paddington, London W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/6161358b2c3e6acdb9fe833311b7d348601388bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|radisson_blu_edwardian_vanderbilt" HotelName="Radisson Blu Edwardian Vanderbilt 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,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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.515768042722" Longitude="-0.16028242032598" StarRating="4" HotelCode="267551|shaftesbury_suites_london_marble_arch" HotelName="Shaftesbury Suites London Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.501837" Longitude="-0.212617" StarRating="3" HotelCode="402131|kensington_suite_hotel" HotelName="Kensington Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>128 - 130 Holland Road, Earls Court, London W14 8BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/f9/83f9fa2c48a5449e9a533968698ad7b3ca636854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Holland Road in Kensington Olympia, this hotel is situated 1.7 km from Earl's Court Exhib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.00" OriginalAmount="154.00">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|the_gantry_london_curio_collection_by_hilton" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.11" OriginalAmount="154.11">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|46622" HotelName="The Royal Eagle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the heart of London, just a few metres from Hyde Park and the fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.15" OriginalAmount="154.15">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|219746" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.20" OriginalAmount="154.20">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|183194" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.33" OriginalAmount="154.33">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.34" OriginalAmount="154.34">
      <BasicPropertyInfo Latitude="51.510877563772" Longitude="-0.18519580364227" StarRating="3" HotelCode="47647|56534" HotelName="Comfort Inn Hyde Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="154.34" OriginalAmount="154.34">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|CAF399400" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.40" OriginalAmount="154.40">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3.5" HotelCode="935439|585436" HotelName="Staybridge Suites London - Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.57" OriginalAmount="154.57">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|61604" HotelName="Bayswater Inn" 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,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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.60" OriginalAmount="154.60">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|7542" HotelName="Holiday Inn London Regent's Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to Regent's Park just 1.5 km from renowned Tottenham Court Road wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.76" OriginalAmount="154.76">
      <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 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="154.76" OriginalAmount="154.76">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|CBA560800" HotelName="Dorsett City London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.79" OriginalAmount="154.79">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|7967362" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="154.86" OriginalAmount="154.86">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|923695" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Kensington approximately 200 m from Earl's Court underground station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|4145" HotelName="Amba Hotel Marble Arch" 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,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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155" OriginalAmount="155">
      <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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.00" OriginalAmount="155.00">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|the_balmoral_house_hotel" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Balmoral House Hotel, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.00" OriginalAmount="155.00">
      <BasicPropertyInfo Latitude="51.36895734" Longitude="-0.09648989" StarRating="3.5" HotelCode="633060|flexistay_croydon_apartments" HotelName="CS Apartments - Croydon Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>89-91 Park Lane, Croydon CR0 1DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/6b/e26ba5b39d780ff6274ce4463464162bd249a81e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Croydon.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.00" OriginalAmount="155.00">
      <BasicPropertyInfo Latitude="51.5453578" Longitude="-0.00703971" StarRating="5" HotelCode="785654|the_stratford_hotel_london" HotelName="The Stratford Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.00" OriginalAmount="155.00">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|tower_suites" HotelName="Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="155.08" OriginalAmount="155.08">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|CAJ408000" HotelName="St Giles London - A St Giles Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="155.30" OriginalAmount="155.30">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.69" OriginalAmount="155.69">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|1512048" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.69" OriginalAmount="155.69">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The Gower House Hotel offers rooms with free Wi-Fi and is well-located in central London's elegant B...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.80" OriginalAmount="155.80">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|1290567" HotelName="Holiday Inn London-Bloomsbury" Meals="ROOM ONLY,BREAKFAST FOR 2" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideal for business travellers. It is located directly on Russell Square nea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.80" OriginalAmount="155.80">
      <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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.80" OriginalAmount="155.80">
      <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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.80" OriginalAmount="155.80">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|2592176" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.80" OriginalAmount="155.80">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated near the city of London's financial district, the Docklands and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156" OriginalAmount="156">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|486234" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Balmoral House Hotel, you'll be centrally located i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156" OriginalAmount="156">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156" OriginalAmount="156">
      <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="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;These apartments are accessible from Byng Street, off Westferry Road. It is approximately a 7-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.510877563772" Longitude="-0.18519580364227" StarRating="3" HotelCode="47647|comfort_inn_hyde_park" HotelName="Comfort Inn Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|best_western_the_boltons_hotel" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.46158312" Longitude="-0.29852931" StarRating="2" HotelCode="153320|quinns_hotel" HotelName="Quinns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>48 Sheen Road, Richmond-Upon-Thames, TW9 1AW London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0c/e20c30f9bbd1a71fa6210c4e3443b7cf3b5f302e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Less than a 10-minute drive from Twickenham Stadium, Quinns Hotel offers free parking and a 24-hour ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4.5" HotelCode="310354|gallery_hotel" HotelName="The Exhibitionist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place, Kensington, London SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45f0cbb6c5272c6cccc1ae4c99aaa5716bfb9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the vicinity of Earl's Court and Olympia (2.5 km away). It is wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.42511826" Longitude="-0.21751422" StarRating="3" HotelCode="339691|dog_and_fox_" HotelName="The Dog &amp; Fox" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 High Street, Wimbledon Village, London SW19 5EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/74/f374414b7b782362d3ebe024208301f240f6efe8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.51004379" Longitude="-0.12713057" StarRating="2" HotelCode="571166|hub_by_premier_inn_london_covent_garden" HotelName="hub by Premier Inn London Covent Garden" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.00" OriginalAmount="156.00">
      <BasicPropertyInfo Latitude="51.50643303" Longitude="-0.00704162" StarRating="0" HotelCode="986063|rainbow_studios_canary_wharf" HotelName="Rainbow Studios Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Gaselee Street, E14 9QZ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/1f/c91f8f1acdeb9c622a546689f2e7de0e461b5013.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.08" OriginalAmount="156.08">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|122358" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.12" OriginalAmount="156.12">
      <BasicPropertyInfo Latitude="51.491531094997" Longitude="-0.1962947845459" StarRating="4" HotelCode="35463|1080878" HotelName="Twenty Nevern Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City 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>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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies amidst peaceful gardens and is situated close to the centre of London wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.13" OriginalAmount="156.13">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|382195" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.49" OriginalAmount="156.49">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|367925" HotelName="Langham Court Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.54" OriginalAmount="156.54">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.60" OriginalAmount="156.60">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|33164" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.62" OriginalAmount="156.62">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|186356" HotelName="Pullman London St Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.75" OriginalAmount="156.75">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|13901" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated at the heart of the West End. A variety of shopping areas, including...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.78" OriginalAmount="156.78">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|14836" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet location in the heart of Kensington, conveniently close to the pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.79" OriginalAmount="156.79">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|386035" 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>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157" OriginalAmount="157">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157" OriginalAmount="157">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157" OriginalAmount="157">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in central London, Premier Inn London Holborn is just a 15-minute walk from Covent Garden, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|citadines_prestige_holborncovent_garden_2" HotelName="Citadines Holborn-Covent Garden London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|radisson_blu_edwardian_kenilworth_hotel" HotelName="Radisson Blu Edwardian Kenilworth 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|marlin_apartments_empire_square" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|the_leonard_hotel" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|marlin_apartments_aldgate" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.508275026069" Longitude="0.035791397094727" StarRating="4" HotelCode="175055|aloft_london_excel" HotelName="Aloft London Excel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This the only hotel directly connected to the ExCel exhibition centre, just 4 km from London City Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.00" OriginalAmount="157.00">
      <BasicPropertyInfo Latitude="51.51040225" Longitude="-0.1332864" StarRating="0" HotelCode="986345|zedwell_piccadilly" HotelName="Zedwell Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="157.05" OriginalAmount="157.05">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|CAG698500" HotelName="The Tower Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern city hotel is located next to Tower Bridge and the Tower of London. Shops, restaurants a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.11" OriginalAmount="157.11">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|216866" HotelName="Best Western Plus The Delmere 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>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.20" OriginalAmount="157.20">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.18647" StarRating="1" HotelCode="307769|694896" HotelName="Queens Hotel Bayswater" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>86-92 Inverness Terrace, Bayswater, London W2 3LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/8c/3b8c1d61e41960f1feaa649531acb83af6a1beee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.21" OriginalAmount="157.21">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|351205" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.72" OriginalAmount="157.72">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|629524" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="157.83" OriginalAmount="157.83">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|922481" HotelName="Wellington Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location close to Buckingham Palace (1.5 km). Westminster Abbey is 800 m ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="157.83" OriginalAmount="157.83">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|B35606" HotelName="Tower Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.85" OriginalAmount="157.85">
      <BasicPropertyInfo Latitude="51.515579783756" Longitude="-0.17141997814179" StarRating="3" HotelCode="18292|312112" HotelName="Darlington Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-117 Sussex Gardens, Paddington, London W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/6161358b2c3e6acdb9fe833311b7d348601388bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.86" OriginalAmount="157.86">
      <BasicPropertyInfo Latitude="51.514617321542" Longitude="0.0091424115319268" StarRating="3" HotelCode="573045|615304" HotelName="ibis London Canning Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.97" OriginalAmount="157.97">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|33054" HotelName="Millennium Hotel London Knightsbridge" Meals="BED &amp; BREAKFAST,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,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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.97" OriginalAmount="157.97">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|2090165" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.98" OriginalAmount="157.98">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|274615" HotelName="Malmaison London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|3793" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <BasicPropertyInfo Latitude="51.494797" Longitude="-0.177825" StarRating="4.5" HotelCode="310354|49218" HotelName="The Exhibitionist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Queensberry Place, Kensington, London SW7 2EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45f0cbb6c5272c6cccc1ae4c99aaa5716bfb9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the vicinity of Earl's Court and Olympia (2.5 km away). It is wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158" OriginalAmount="158">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet square in the heart of Bayswater, close to Queensway, Hyde Park and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|doubletree_by_hilton_london_victoria" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Victoria underground station. Countless shopping and entertainment v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|best_western_delmere_hotel" HotelName="Best Western Plus The Delmere Hotel" 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>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|apex_temple_court_hotel_2" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just off bustling Fleet Street in London's historic Temple legal district. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.514351" Longitude="-0.190775" StarRating="3" HotelCode="221715|garden_court_hotel_3" HotelName="Garden Court" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Garden Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.511685577145" Longitude="-0.18654180304111" StarRating="2" HotelCode="292161|radnor_3" HotelName="Gallery Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>23 Inverness Terrace, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/56/f35685061693f4cfe50ec35c921de43284418a5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.00" OriginalAmount="158.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|lamington__hammersmith_serviced_apartments" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.01" OriginalAmount="158.01">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|961009" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.08" OriginalAmount="158.08">
      <BasicPropertyInfo Latitude="51.495701790701" Longitude="-0.19507437944412" StarRating="3" HotelCode="14175|281485" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Victorian Kensington, one of the finest areas of London, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.2" OriginalAmount="158.2">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|2169605" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/da/c4dacf0349569b000ec15f7a729ddd0d793a2715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.23" OriginalAmount="158.23">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|103993" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is linked to Terminal 5 at Heathrow Airport. Windsor is less than...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.26" OriginalAmount="158.26">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|139426" HotelName="Apex City Of London Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located right on the doorstep of the Tower of London and Tower Bridge, and very near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.45" OriginalAmount="158.45">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|217436" HotelName="Best Western Mornington Hotel Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.76" OriginalAmount="158.76">
      <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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="158.79" OriginalAmount="158.79">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|CAG699900" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="158.84" OriginalAmount="158.84">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|340985" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.88" OriginalAmount="158.88">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|1403482" HotelName="Hilton London Metropole" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is situated some 100 m from Paddington station within 1 km of Madame Tussaud's and 2 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.91" OriginalAmount="158.91">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.93" OriginalAmount="158.93">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|316624" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated outside the congestion charge zone, 1,5 km from Tower Bridge and London Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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>
        <HotelDescription>&lt;br/&gt;This the only hotel directly connected to the ExCel exhibition centre, just 4 km from London City Ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing modern rooms with flat-screen TVs and an on-site restaurant, this Premier Inn is also only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159" OriginalAmount="159">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is well served by public transport and is an ideal starting point for those wishing to ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|millennium_hotel_london_knightsbridge" HotelName="Millennium Hotel London Knightsbridge" 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,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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|shaftesbury_hyde_park_international_2" HotelName="Shaftesbury Hyde Park International" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|malmaison_london" HotelName="Malmaison London" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|go_native_earls_court" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.00" OriginalAmount="159.00">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|london_city_suites_2" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.11" OriginalAmount="159.11">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|1150450" HotelName="The Royal National Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="159.11" OriginalAmount="159.11">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|65684" HotelName="NH London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in London's exclusive Royal Borough of Kensington and Chelsea. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="159.16" OriginalAmount="159.16">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|CAX567000" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.65" OriginalAmount="159.65">
      <BasicPropertyInfo Latitude="51.53493577" Longitude="-0.10557035" StarRating="3" HotelCode="263525|906411" HotelName="Premier Inn London Angel Islington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing modern rooms with flat-screen TVs and an on-site restaurant, this Premier Inn is also only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.90" OriginalAmount="159.90">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|1040741" HotelName="Crowne Plaza London - Kings Cross" Meals="ROOM ONLY,BREAKFAST FOR 2" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.92" OriginalAmount="159.92">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|163382" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|56013" HotelName="Best Western Plus The Delmere 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>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Garden Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160" OriginalAmount="160">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|34006" HotelName="Pullman London St Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|grange_langham_court" HotelName="Langham Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.514761" Longitude="-0.164836" StarRating="3" HotelCode="94549|griffin_house_hotel" HotelName="Griffin House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Griffin House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|richmond_hill_hotel" 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>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.455175202913" Longitude="-0.30333906412125" StarRating="3" HotelCode="189781|bingham" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|ashburn_hotel" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kensingtion, close to major attractions such as Harrods and Hyde Park. Tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.00" OriginalAmount="160.00">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|tune_hotel__paddington_london" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.13" OriginalAmount="160.13">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|83647" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.53" OriginalAmount="160.53">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|384975" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.70" OriginalAmount="160.70">
      <BasicPropertyInfo Latitude="51.510877563772" Longitude="-0.18519580364227" StarRating="3" HotelCode="47647|314263" HotelName="Comfort Inn Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="160.74" OriginalAmount="160.74">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|CAK965900" HotelName="ibis Styles London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.75" OriginalAmount="160.75">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|33044" HotelName="The Bailey's Hotel London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is ideally situated at the heart of the London district of Kensington and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.94" OriginalAmount="160.94">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|33214" HotelName="Radisson Blu Edwardian Vanderbilt 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>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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|55335" HotelName="Malmaison London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Situated beside the London Eye, just 350 metres from Waterloo Station, Premier Inn London County Hal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Just a 7-minute tube journey from central London, Premier Inn London Southwark (Tate Modern)is less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;The property is located close to Twickenham, making it the ideal base for visits to Twickenham Stadi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161" OriginalAmount="161">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.492639977861" Longitude="-0.19628271460533" StarRating="3" HotelCode="259328|kensington_court" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the districts of Kensington and Earl's Court. Restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.618766614432" Longitude="-0.13603906745914" StarRating="4" HotelCode="434471|bay_tree_house_bed__breakfast" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Bay Tree House B&amp;B.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|crowne_plaza_london_albert_embankment" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.00" OriginalAmount="161.00">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|saco_holborn_lamb_s_conduit_st" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.50" OriginalAmount="161.50">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|15101" HotelName="Grand Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 07/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located close to the city centre where guests will discover many shopping and entertainment venues. ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.52" OriginalAmount="161.52">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|85077" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.56" OriginalAmount="161.56">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|809785" 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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.58" OriginalAmount="161.58">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|386235" HotelName="The Chilworth" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.95" OriginalAmount="161.95">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|1576997" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|7541" HotelName="Best Western Mornington Hotel Hyde Park" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the districts of Kensington and Earl's Court. Restaurants, b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Victorian Kensington, one of the finest areas of London, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162" OriginalAmount="162">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|the_shaftesbury_premier_london_paddington" HotelName="The Chilworth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|eurotraveller_hotel_express" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/da/c4dacf0349569b000ec15f7a729ddd0d793a2715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.00" OriginalAmount="162.00">
      <BasicPropertyInfo Latitude="51.52041463" Longitude="-0.08505351" StarRating="0" HotelCode="579466|st_christophers_liverpool_street" HotelName="St. Christopher's The Liverpool Street Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Wilson Street, London EC2A 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e7/f0e74b716d8cc634212de0249da24d2e6f32f664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.07" OriginalAmount="162.07">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|316339" HotelName="La Suite West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.40" OriginalAmount="162.40">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the centre of London, close to plenty of entertainment and shopping oppor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="162.50" OriginalAmount="162.50">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|CAF528900" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.59" OriginalAmount="162.59">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|25860" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming traditional red brick hotel complex is located in the heart of London, and is in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.79" OriginalAmount="162.79">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|33154" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.85" OriginalAmount="162.85">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|317035" HotelName="Indigo London - Tower Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Indigo London - Tower Hill.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163" OriginalAmount="163">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|3098" HotelName="Radisson Blu Edwardian Vanderbilt 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>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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163" OriginalAmount="163">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|230856" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163" OriginalAmount="163">
      <BasicPropertyInfo Latitude="51.511703" Longitude="-0.041415000000029" StarRating="3" HotelCode="311539|58706" HotelName="The Royal Foundation of St Katharine" 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>2 Butcher Row, London E14 8DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/fa/26fa9cfcdd5e2b029fe74f5f9cd28689f7d67031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|admiral" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|park_plaza_westminster_bridge_london" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.5018359" Longitude="-0.11665829" StarRating="3" HotelCode="263529|premier_inn_london_waterloo" HotelName="Premier Inn London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Wake up to the London Eye and enjoy skyscraper views of London&amp;apos;s iconic skyline</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.508025" Longitude="-0.10686799999996" StarRating="5" HotelCode="284137|mondrian_london" HotelName="Sea Containers London" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.511703" Longitude="-0.041415000000029" StarRating="3" HotelCode="311539|the_royal_foundation_of_st_katharine" HotelName="The Royal Foundation of St Katharine" 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>2 Butcher Row, London E14 8DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/fa/26fa9cfcdd5e2b029fe74f5f9cd28689f7d67031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.00" OriginalAmount="163.00">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|grange_tower_bridge" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.23" OriginalAmount="163.23">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|2304935" HotelName="The Mitre 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>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/26548781a4f4d89233b88a81d619fea709021c87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.48" OriginalAmount="163.48">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|99182" HotelName="Tophams 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.75" OriginalAmount="163.75">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|1550728" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="163.81" OriginalAmount="163.81">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|218126" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.96" OriginalAmount="163.96">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <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" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|335" HotelName="Bayswater Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164" OriginalAmount="164">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|doubletree_by_hilton_london_west_end" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|hotel_indigo_londonpaddington" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.450936336712" Longitude="-0.29952169427929" StarRating="4" HotelCode="115309|the_petersham_hotel" HotelName="The Petersham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.47173496" Longitude="-0.45700118" StarRating="0" HotelCode="735444|aerotel_london_heathrow_terminal_3" HotelName="Aerotel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.00" OriginalAmount="164.00">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|hart_shoreditch_hotel_london_curio_collection_by_hilton" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.27" OriginalAmount="164.27">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|851203" HotelName="The Collective Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.50" OriginalAmount="164.50">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|14994" HotelName="Novotel London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to Waterloo Eurostar, on Lambeth Road. It is 1 minute’s walk from the So...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.86" OriginalAmount="164.86">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|9515" HotelName="Crowne Plaza London - Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is to be found close to the city centre within a short distance of links...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165" OriginalAmount="165">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|7559" HotelName="The Bailey's Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is ideally situated at the heart of the London district of Kensington and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.00" OriginalAmount="165.00">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|carlton_mitre_hotel" HotelName="The Mitre Hotel" 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>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/26548781a4f4d89233b88a81d619fea709021c87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.00" OriginalAmount="165.00">
      <BasicPropertyInfo Latitude="51.53493577" Longitude="-0.10557035" StarRating="3" HotelCode="263525|premier_inn_london_angelislington" HotelName="Premier Inn London Angel Islington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Providing modern rooms with flat-screen TVs and an on-site restaurant, this Premier Inn is also only...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.00" OriginalAmount="165.00">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|hilton_garden_inn_london_heathrow_terminal_2" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.07" OriginalAmount="165.07">
      <BasicPropertyInfo Latitude="51.521001646489" Longitude="-0.12323315628737" StarRating="4" HotelCode="45651|170177" HotelName="Mercure London Bloomsbury" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is to be found in the heart of London. The British Museum, Convent Garden, Soho and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.21" OriginalAmount="165.21">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|107677" HotelName="Novotel London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly city and conference hotel is located in the Paddington Central area of London. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.27" OriginalAmount="165.27">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|144716" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The city hotel is in London's historic Bloomsbury district, 200 m from the British Museum, while Cov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.33" OriginalAmount="165.33">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|367965" HotelName="Strathmore Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.43" OriginalAmount="165.43">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|367685" HotelName="Fitzrovia Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located at the heart of London's West End just a few minutes from the city's famous theatres, this h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.47" OriginalAmount="165.47">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|179402" HotelName="Best Western Swiss Cottage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="165.61" OriginalAmount="165.61">
      <BasicPropertyInfo Latitude="51.492820949851" Longitude="-0.19419885110312" StarRating="3" HotelCode="20412|1800888" HotelName="London Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.70" OriginalAmount="165.70">
      <BasicPropertyInfo Latitude="51.508222" Longitude="0.020218" StarRating="4" HotelCode="54523|155257" HotelName="Crowne Plaza London Docklands" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in London's Docklands and offers guests superb views over the Royal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="165.93" OriginalAmount="165.93">
      <BasicPropertyInfo Latitude="51.499058" Longitude="-0.10186" StarRating="3" HotelCode="170197|150646" HotelName="The Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite South Bank University and 800 metres from Lamberth North and Elephant...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166" OriginalAmount="166">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located just off bustling Fleet Street in London's historic Temple legal district. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166" OriginalAmount="166">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|403525" HotelName="Crowne Plaza London - Albert Embankment" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166" OriginalAmount="166">
      <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>
        <HotelDescription>&lt;br/&gt;This modern hotel is centrally located at the heart of the city of London. Numerous shopping centres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166" OriginalAmount="166">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|24792" HotelName="Tophams 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.516322546566" Longitude="-0.1719805598259" StarRating="3" HotelCode="15202|norfolk_towers_paddington" HotelName="Norfolk Towers" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This Victorian style hotel is located near Oxford Street in London's West End. Paddington undergroun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|cannizaro_house" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|tophams_hotel" HotelName="Tophams Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City 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>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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.497258919592" Longitude="-0.22302970290184" StarRating="3" HotelCode="189715|the_brook_green_hotel" HotelName="Brook Green" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>170 Shepherd's Bush Road, London W6 7PB, Hammersmith</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/56/8456303b78f35a8f2dbdfa0fa6356e65677d3995.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.00" OriginalAmount="166.00">
      <BasicPropertyInfo Latitude="51.515960346889" Longitude="-0.11874675750732" StarRating="4" HotelCode="189771|club_quarters_lincolns_inn_fields" HotelName="Club Quarters Hotel Lincoln's Inn Fields" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.08" OriginalAmount="166.08">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|428955" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.60" OriginalAmount="166.60">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|411219" HotelName="Hilton London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.66" OriginalAmount="166.66">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|33004" HotelName="Marriott Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,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>
        <HotelDescription>&lt;br/&gt;This luxury 4-star hotel is in an ideal location with plenty of London's attractions nearby to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.86" OriginalAmount="166.86">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located for anyone travelling to London via Gatwick or Heathrow airports. Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167" OriginalAmount="167">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|444183" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167" OriginalAmount="167">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|grange_strathmore" HotelName="Strathmore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|comfort_inn_buckingham_palace_r" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|chelsea_harbour_the" HotelName="The Chelsea Harbour Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly 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,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>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|the_hoxton_shoreditch" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.00" OriginalAmount="167.00">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|richmond_gate_hotel" HotelName="Richmond Harbour Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top of Richmond Hill. It is located in Surrey, just 11 km from London's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.01" OriginalAmount="167.01">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|696635" HotelName="The Chelsea Harbour Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly 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,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>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.11" OriginalAmount="167.11">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|1062328" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.27" OriginalAmount="167.27">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|634815" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.50" OriginalAmount="167.50">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|1062168" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.53" OriginalAmount="167.53">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|13889" HotelName="Best Western Corona" 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,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>
        <HotelDescription>&lt;br/&gt;This modern city hotel lies in the centre of London, close to the Thames and Buckingham Palace. Rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.73" OriginalAmount="167.73">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|14986" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is located centrally, close to the Tower of London as well as Tower Bridge and ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.92" OriginalAmount="167.92">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|388235" HotelName="Richmond Harbour Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top of Richmond Hill. It is located in Surrey, just 11 km from London's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168" OriginalAmount="168">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168" OriginalAmount="168">
      <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="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located at the heart of London's West End just a few minutes from the city's famous theatres, this h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168" OriginalAmount="168">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168" OriginalAmount="168">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|2147" HotelName="Meliá White House" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168" OriginalAmount="168">
      <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="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.508276236287" Longitude="0.038858318227767" StarRating="3" HotelCode="94604|premier_inn_london_docklands_excel" HotelName="London Docklands (Excel) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;With a 24-hour front desk and popular restaurant, this modern hotel offers spacious rooms with Wi-Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.54598" Longitude="-0.055857" StarRating="4" HotelCode="187075|the_old_ship_inn_hackney" HotelName="The Old Ship" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, Sylvester Path, London E8 1EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bd/33bd7ec70331d64b701a9610ce7af7397eb6e4f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Hackney Central Train Station, only 15 minutes’ train journey from Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.00" OriginalAmount="168.00">
      <BasicPropertyInfo Latitude="51.48138122" Longitude="-0.19819582" StarRating="3" HotelCode="433348|malt_house" HotelName="The Malt House Fulham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Vanston Place, Fulham, London SW6 1AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/88/f888813f72339bc2ebf00bafd3611d8e240cfb30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.22" OriginalAmount="168.22">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|143390" HotelName="Grange Beauchamp Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.28" OriginalAmount="168.28">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|911555" 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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.40" OriginalAmount="168.40">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|746575" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.58" OriginalAmount="168.58">
      <BasicPropertyInfo Latitude="51.492639977861" Longitude="-0.19628271460533" StarRating="3" HotelCode="259328|15178" HotelName="The Kensington Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the districts of Kensington and Earl's Court. Restaurants, b...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="168.73" OriginalAmount="168.73">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|384905" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Belgrave Road, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b8/9ab8c3ec7c8674e79e78169ea9497d50e7ed046c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in Pimilico. Many of the major attractions, including the world-famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.73" OriginalAmount="168.73">
      <BasicPropertyInfo Latitude="51.51127986711" Longitude="-0.18498659133911" StarRating="2" HotelCode="43607|17122" HotelName="OYO Townhouse Apollo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/83/4f83427eb3afded0db3a931aa752bb427579ac65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Bayswater and is conveniently located for access to the rest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.91" OriginalAmount="168.91">
      <BasicPropertyInfo Latitude="51.514676" Longitude="-0.157929" StarRating="4" HotelCode="94559|315973" HotelName="Leonard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Seymour Street, London W1H 7JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/6f/af6f4c6dcc479bee5c31f02958ebb15436e0c10b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - London City Airport (LCY).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|39029" HotelName="The Chelsea Harbour Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly 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,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>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169" OriginalAmount="169">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of London near Old Street tube station. Moorgate and Finsbur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.00" OriginalAmount="169.00">
      <BasicPropertyInfo Latitude="51.505154360949" Longitude="-0.098252881614712" StarRating="4" HotelCode="199763|citizenm_london_bankside" HotelName="citizenM London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM London Bankside.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.01" OriginalAmount="169.01">
      <BasicPropertyInfo Latitude="51.491271623332" Longitude="-0.17191980530743" StarRating="4" HotelCode="18117|1551638" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sydney House Chelsea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.25" OriginalAmount="169.25">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|15176" HotelName="Duke of Leinster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in the Bayswater district of London, close to Queensway underground ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="169.77" OriginalAmount="169.77">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|CBO056000" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="169.92" OriginalAmount="169.92">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|CAX158200" HotelName="Hilton London Bankside" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.96" OriginalAmount="169.96">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|32554" HotelName="Hard Rock Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|11061" HotelName="Park Plaza County Hall" 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,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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <BasicPropertyInfo Latitude="51.51394900761" Longitude="-0.18305044047543" StarRating="4" HotelCode="409523|45009" HotelName="The Cleveland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Cleveland Square, London W2 6DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/82/79820e914512033609d67aee445aad8302931e75.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on a tranquil and leafy garden square away from the hustle and bustle of London the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170" OriginalAmount="170">
      <BasicPropertyInfo Latitude="51.54598" Longitude="-0.055857" StarRating="4" HotelCode="187075|399302" HotelName="The Old Ship" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, Sylvester Path, London E8 1EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bd/33bd7ec70331d64b701a9610ce7af7397eb6e4f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Hackney Central Train Station, only 15 minutes’ train journey from Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.00" OriginalAmount="170.00">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|grange_st_pauls" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.09" OriginalAmount="170.09">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|14406" HotelName="The Byron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="170.10" OriginalAmount="170.10">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|627792" HotelName="The Royal National Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This a modern hotel, centrally located near Convent Garden, the British Museum, the well-known Oxfor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.16" OriginalAmount="170.16">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|636991" HotelName="Assembly London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="170.17" OriginalAmount="170.17">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|696106" HotelName="Hotel Rafayel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Rafayel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.18" OriginalAmount="170.18">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|25859" HotelName="Citadines Holborn-Covent Garden London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the British Museum, the Royal Opera, Piccadilly Circus and Leicester ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.37" OriginalAmount="170.37">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="986043|847237" HotelName="The Red Lion Leytonstone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>640 High Road, London E11 3AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b1/c4b156add50ffb986d6d44db6002258e55b87f33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="170.59" OriginalAmount="170.59">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|CAX248200" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="170.59" OriginalAmount="170.59">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|CBO915600" HotelName="The Gantry London Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.64" OriginalAmount="170.64">
      <BasicPropertyInfo Latitude="51.513565232592" Longitude="-0.17822197536446" StarRating="3" HotelCode="67829|340935" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.84" OriginalAmount="170.84">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|367945" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.98" OriginalAmount="170.98">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|312099" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in London's exclusive Royal Borough of Kensington and Chelsea. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top of Richmond Hill. It is located in Surrey, just 11 km from London's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171" OriginalAmount="171">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|230855" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.491271623332" Longitude="-0.17191980530743" StarRating="4" HotelCode="18117|sydney_house_chelsea_2" HotelName="Sydney House Chelsea" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sydney House Chelsea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|luna_simone_hotel" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Belgrave Road, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b8/9ab8c3ec7c8674e79e78169ea9497d50e7ed046c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in Pimilico. Many of the major attractions, including the world-famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|doubletree_by_hilton_london_marble_arch" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" 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,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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|the_park_grand_london_paddington" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.529453" Longitude="-0.122089" StarRating="2" HotelCode="149811|howard_winchester_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Howard Winchester Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.41368511" Longitude="-0.30543318" StarRating="4" HotelCode="446572|doubletree_by_hilton_london_kingston_upon_thames" HotelName="DoubleTree by Hilton Hotel London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.00" OriginalAmount="171.00">
      <BasicPropertyInfo Latitude="51.55005897" Longitude="-0.09049549" StarRating="0" HotelCode="743314|beresford_road_london_rooms" HotelName="Beresford Road London Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>63D Beresford Road, Islington, London N5 2HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a1/63a1ad34c7126744757522b7f434b82560f6da50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.16" OriginalAmount="171.16">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|1061858" HotelName="Admiral" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="171.46" OriginalAmount="171.46">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|618119" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.68" OriginalAmount="171.68">
      <BasicPropertyInfo Latitude="51.527649430223" Longitude="-0.086683630943298" StarRating="3" HotelCode="173754|695735" HotelName="Premier Inn London City (Old Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="171.79" OriginalAmount="171.79">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|219806" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172" OriginalAmount="172">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is citizenM London Bankside.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172" OriginalAmount="172">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172" OriginalAmount="172">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172" OriginalAmount="172">
      <BasicPropertyInfo Latitude="51.516160641997" Longitude="-0.17352148890495" StarRating="2" HotelCode="189723|45419" HotelName="Tony's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172" OriginalAmount="172">
      <BasicPropertyInfo Latitude="51.51040225" Longitude="-0.1332864" StarRating="0" HotelCode="986345|478797" HotelName="Zedwell Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.517906510393" Longitude="-0.079725980758667" StarRating="4" HotelCode="38251|196_bishopsgate" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London's financial district, only minutes by underground away from the West...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|melita_house_hotel" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/0c/7e0c656c3fbfc980c19d4ec50355146a378723f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.4703" Longitude="-0.1778" StarRating="4" HotelCode="477267|falcon_wharf_apartments" HotelName="Falcon Wharf Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Spa">
        <Address>
          <AddressLines>
            <AddressLine>34 Lombard Road, London SW11 3RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/b1/21b1781dcece4d38580f695d5852831b77e6f123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated In Lively Battersea, Overlooking The River Thames, Falcon Wharf Apartments Offer Luxury Acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.57587681" Longitude="-0.20122212" StarRating="0" HotelCode="499246|croft_court_hotel" HotelName="Croft Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>44 Ravenscroft Avenue, London NW11 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/fd/b6fd4ded645a1c58fbd5f7757c512995cc98f268.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Croft Court Hotel in London (Golders Green), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.52178927" Longitude="-0.13203102" StarRating="2" HotelCode="579346|jesmond_hotel_4" HotelName="Jesmond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/56/8956295899efcf64acfd060874dc3e6bf911ce50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|assembly_hotel_london" HotelName="Assembly London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.00" OriginalAmount="172.00">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|citadines_islington_london" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.09" OriginalAmount="172.09">
      <BasicPropertyInfo Latitude="51.51004379" Longitude="-0.12713057" StarRating="2" HotelCode="571166|906409" HotelName="hub by Premier Inn London Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.20" OriginalAmount="172.20">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|1164539" HotelName="Millennium Hotel London Knightsbridge" 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,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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.99" OriginalAmount="172.99">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|173632" HotelName="Smart Hyde Park View Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Just 100 metres from Hyde Park in London, the hostel is a 5-minute walk from Queensway Underground S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|400022" HotelName="Citadines Islington London" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Howard Winchester Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sydney House Chelsea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173" OriginalAmount="173">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|4233" HotelName="Hard Rock Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.513565232592" Longitude="-0.17822197536446" StarRating="3" HotelCode="67829|paddington_hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.498679" Longitude="-0.081177" StarRating="4" HotelCode="115828|think_bermondsey_street_2" HotelName="Go Native London Bridge - Bermondsey Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Bermondsey Street, London SE1 3TQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/8a/e78a38f69fec4327d89b4bb6bcdd6967627e9fe0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.514641715439" Longitude="-0.14841735363007" StarRating="4" HotelCode="337093|radisson_blu_edwardian_berkshire_hotel" HotelName="Radisson Blu Edwardian Berkshire 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,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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Oxford Street, close to Bond Street right at the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|radisson_blu_edwardian_new_providence_wharf" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;Based in the heart of Europe's most dynamic business location, this luxury London hotel is a great o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|courthouse_hotel_shoreditch" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.00" OriginalAmount="173.00">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|south_point_suites" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.23" OriginalAmount="173.23">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.29" OriginalAmount="173.29">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|866115" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.31" OriginalAmount="173.31">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|315076" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Glendale Hyde Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.76" OriginalAmount="173.76">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|843260" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="173.94" OriginalAmount="173.94">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|382235" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Situated in the historic city of Westminster, in the heart of central London, this apart'hotel is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.94" OriginalAmount="173.94">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|806069" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174" OriginalAmount="174">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174" OriginalAmount="174">
      <BasicPropertyInfo Latitude="51.514641715439" Longitude="-0.14841735363007" StarRating="4" HotelCode="337093|3101" HotelName="Radisson Blu Edwardian Berkshire 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,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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Oxford Street, close to Bond Street right at the heart of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174" OriginalAmount="174">
      <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>
        <HotelDescription>&lt;br/&gt;Based in the heart of Europe's most dynamic business location, this luxury London hotel is a great o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174" OriginalAmount="174">
      <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.00" OriginalAmount="174.00">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|marble_arc_by_montcalm" HotelName="The Marble Arch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.00" OriginalAmount="174.00">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|best_western_the_cromwell" HotelName="ibis Styles London Gloucester Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.00" OriginalAmount="174.00">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|hilton_london_bankside" HotelName="Hilton London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is positioned on London’s South Bank, just a 10-minute walk from London Waterloo Station a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.00" OriginalAmount="174.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|lamington_apartments_3" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London. The nearest airport is Lamington - Hammersmith Serviced A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.02" OriginalAmount="174.02">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|386175" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.20" OriginalAmount="174.20">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|315757" HotelName="Oliver Plaza" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.32" OriginalAmount="174.32">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated in the cosmopolitan heart of Kensington, close to Earls Court and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.44" OriginalAmount="174.44">
      <BasicPropertyInfo Latitude="51.52041463" Longitude="-0.08505351" StarRating="0" HotelCode="579466|665393" HotelName="St. Christopher's The Liverpool Street Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>52 Wilson Street, London EC2A 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e7/f0e74b716d8cc634212de0249da24d2e6f32f664.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London. For those in need of an adults-only holiday, it provid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="174.60" OriginalAmount="174.60">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|CAF401800" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This stylish city hotel is located on Bayswater Road, close to Hyde Park. There is a wonderful panor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="174.86" OriginalAmount="174.86">
      <BasicPropertyInfo Latitude="51.51122" Longitude="-0.18527" StarRating="3" HotelCode="47318|32434" HotelName="Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/67 Queensborough Terrace, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e8/2ee8021a04a33655a2e67a6e479f356b42ed7ac0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right at the centre of London, this hotel lies close to plenty of sightseeing attractions as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Ideally located within central London just 18 minutes away by tube and a few minutes walk from King'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175" OriginalAmount="175">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.527750223819" Longitude="-0.08900307220199" StarRating="5" HotelCode="305708|m_by_montcalm_shoreditch_london_tech_city" HotelName="M by Montcalm London Shoreditch Tech City" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.00" OriginalAmount="175.00">
      <BasicPropertyInfo Latitude="51.52207551" Longitude="-0.11066658" StarRating="4" HotelCode="388543|the_clerk__well_pub__rooms" HotelName="The Clerk &amp; Well Pub &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156 Clerkenwell Road, London EC1R 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/29/5129c373646798900505774e7e27c02194f0f6c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Clerk &amp; Well Pub &amp; Rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.17" OriginalAmount="175.17">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|33544" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Undergr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="175.29" OriginalAmount="175.29">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|33494" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.68" OriginalAmount="175.68">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|14982" HotelName="Fitzrovia Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;Located at the heart of London's West End just a few minutes from the city's famous theatres, this h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.68" OriginalAmount="175.68">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|16072" HotelName="Strathmore Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Kensington in the centre of London, only 2 minutes on foot ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.82" OriginalAmount="175.82">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|312425" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|56033" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|3827" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Situated in the historic city of Westminster, in the heart of central London, this apart'hotel is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <BasicPropertyInfo Latitude="51.489985" Longitude="-0.097705" StarRating="3" HotelCode="97064|197239" HotelName="Eurotraveller Hotel Express @ E&amp;C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Amelia Street, Walworth, London SE17 3PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/da/c4dacf0349569b000ec15f7a729ddd0d793a2715.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This high end hotel is ideally situated in central London's South east area, close to many of London...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176" OriginalAmount="176">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|399770" HotelName="Sloane Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.00" OriginalAmount="176.00">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|astor_court_hotel" HotelName="Astor Court" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.00" OriginalAmount="176.00">
      <BasicPropertyInfo Latitude="51.515012658999" Longitude="-0.17635373820042" StarRating="2" HotelCode="401566|the_pride_of_paddington" HotelName="The Pride of Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Designated Smoking Area,Internet,Lounge,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Craven Road, Paddington, London W2 3BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/14/2114d80a5ee65abfe5b07c09b113bf5538f222ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pride of Paddington.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="176.01" OriginalAmount="176.01">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|791815" HotelName="London Bridge Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.21" OriginalAmount="176.21">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|6641" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="176.30" OriginalAmount="176.30">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|3526009" HotelName="Radisson Blu Edwardian Vanderbilt 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,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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.45" OriginalAmount="176.45">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|179314" HotelName="Best Western Victoria Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.67" OriginalAmount="176.67">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177" OriginalAmount="177">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177" OriginalAmount="177">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|31253" HotelName="Marriott Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,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>
        <HotelDescription>&lt;br/&gt;This luxury 4-star hotel is in an ideal location with plenty of London's attractions nearby to explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.00" OriginalAmount="177.00">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|goodenough_club" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.00" OriginalAmount="177.00">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|presidential_apartments__kensington" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="177.28" OriginalAmount="177.28">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|2441955" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.37" OriginalAmount="177.37">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|6573" HotelName="Hard Rock Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.53" OriginalAmount="177.53">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|98733" HotelName="Astors Belgravia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located on a quiet, tree-lined street in the heart of Belgravia. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178" OriginalAmount="178">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Queensway area of London, only a few minutes walk from Hyde Park, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178" OriginalAmount="178">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|31917" HotelName="The Chilworth" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178" OriginalAmount="178">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178" OriginalAmount="178">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.00" OriginalAmount="178.00">
      <BasicPropertyInfo Latitude="51.514408029934" Longitude="-0.15563249588013" StarRating="4" HotelCode="34455|radisson_blu_edwardian_sussex" HotelName="Radisson Blu Edwardian Sussex 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,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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated close to Marble Arch. Numerous shops and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.00" OriginalAmount="178.00">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|the_mandeville_hotel" HotelName="The Mandeville 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.00" OriginalAmount="178.00">
      <BasicPropertyInfo Latitude="51.51122" Longitude="-0.18527" StarRating="3" HotelCode="47318|central_park_hotel_2" HotelName="Central Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/67 Queensborough Terrace, London W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e8/2ee8021a04a33655a2e67a6e479f356b42ed7ac0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right at the centre of London, this hotel lies close to plenty of sightseeing attractions as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.00" OriginalAmount="178.00">
      <BasicPropertyInfo Latitude="51.51123395" Longitude="-0.12991401666667" StarRating="4" HotelCode="510217|victory_house_london_leicester_square_mgallery_by_sofitel_opening_summer_2017" HotelName="Victory House Hotel London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.17" OriginalAmount="178.17">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|4264325" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/0c/7e0c656c3fbfc980c19d4ec50355146a378723f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <BasicPropertyInfo Latitude="51.450936336712" Longitude="-0.29952169427929" StarRating="4" HotelCode="115309|169419" HotelName="The Petersham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;With a 24-hour front desk and popular restaurant, this modern hotel offers spacious rooms with Wi-Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <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="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Wake up to the London Eye and enjoy skyscraper views of London&amp;apos;s iconic skyline</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179" OriginalAmount="179">
      <BasicPropertyInfo Latitude="51.490183154741" Longitude="-0.13873520982168" StarRating="3" HotelCode="89404|200072" HotelName="The Melita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Charlwood Street, London SW1V 2DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/0c/7e0c656c3fbfc980c19d4ec50355146a378723f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.00" OriginalAmount="179.00">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|georgian_and_bower_house_hotel" HotelName="Georgian House" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.00" OriginalAmount="179.00">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|park_plaza_victoria_london" HotelName="Park Plaza Victoria London" 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,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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.00" OriginalAmount="179.00">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|st_mark_hotel_2" 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>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="179.20" OriginalAmount="179.20">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|314844" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="179.31" OriginalAmount="179.31">
      <BasicPropertyInfo Latitude="51.4921395" Longitude="-0.187852" StarRating="4" HotelCode="34454|1080928" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="179.38" OriginalAmount="179.38">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|72298805" HotelName="Meliá White House" 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,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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180" OriginalAmount="180">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180" OriginalAmount="180">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.00" OriginalAmount="180.00">
      <BasicPropertyInfo Latitude="51.507058333333" Longitude="-0.10504483333333" StarRating="3" HotelCode="114530|the_mad_hatter_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.00" OriginalAmount="180.00">
      <BasicPropertyInfo Latitude="51.513343076526" Longitude="-0.17982065677643" StarRating="3.5" HotelCode="189733|hyde_park_apartments_8" HotelName="Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Craven Hill, London W2 3DS, Westminster</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/86/fc86768f51903baac3780df059e32043ef9f4a4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.55" OriginalAmount="180.55">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|14550" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="180.68" OriginalAmount="180.68">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|120345" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.79" OriginalAmount="180.79">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|240046" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.84" OriginalAmount="180.84">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|315863" HotelName="B+B Belgravia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181" OriginalAmount="181">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181" OriginalAmount="181">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|345" HotelName="Park Plaza Victoria 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,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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181" OriginalAmount="181">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Undergr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.00" OriginalAmount="181.00">
      <BasicPropertyInfo Latitude="51.4921395" Longitude="-0.187852" StarRating="4" HotelCode="34454|collingham_serviced_apartments_2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.00" OriginalAmount="181.00">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|st_james_court_a_taj_hotel_london_3" HotelName="St. James’ Court, A Taj Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.00" OriginalAmount="181.00">
      <BasicPropertyInfo Latitude="51.516160641997" Longitude="-0.17352148890495" StarRating="2" HotelCode="189723|tonys_house_hotel" HotelName="Tony's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.00" OriginalAmount="181.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.120591" StarRating="3" HotelCode="915060|the_harrison" HotelName="The Harrison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" HotelFacility="Bar,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Harrison Street, Kings Cross, London WC1H 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7a/8d7ac45f06a0b9c4889adf076199a4700a7f66a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.15" OriginalAmount="181.15">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|193433" HotelName="Hilton London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.15" OriginalAmount="181.15">
      <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="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for those in need of an adults-only holiday, this adults-only hotel is located in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="181.39" OriginalAmount="181.39">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|932475" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.90" OriginalAmount="181.90">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|14995" HotelName="Reem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel offers a fabulous location just a short walk from a wide selection of shopping and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.92" OriginalAmount="181.92">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|151634" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182" OriginalAmount="182">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.00" OriginalAmount="182.00">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|london_bridge_hotel" HotelName="London Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.00" OriginalAmount="182.00">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|threadneedles" HotelName="Threadneedles, Autograph Collection" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.00" OriginalAmount="182.00">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|caesar_hotel" HotelName="The Caesar Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="182.01" OriginalAmount="182.01">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|CAL314000" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.25" OriginalAmount="182.25">
      <BasicPropertyInfo Latitude="51.502199936687" Longitude="-0.076830365131173" StarRating="4" HotelCode="777107|640904" HotelName="The Dixon, Tower Bridge, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.37" OriginalAmount="182.37">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|382005" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.53" OriginalAmount="182.53">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|6612" HotelName="Danubius Hotel Regents Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.76" OriginalAmount="182.76">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|313896" HotelName="OYO Townhouse New England Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Gatwick (LGW).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.98" OriginalAmount="182.98">
      <BasicPropertyInfo Latitude="51.503233716875" Longitude="-0.078158900201743" StarRating="5" HotelCode="524948|613142" HotelName="The Lalit London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183" OriginalAmount="183">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.00" OriginalAmount="183.00">
      <BasicPropertyInfo Latitude="51.495225039799" Longitude="-0.18277645111084" StarRating="3" HotelCode="14976|the_montana_hotel" HotelName="Montana" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.00" OriginalAmount="183.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|hotel_moonlight_8" 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>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.22" OriginalAmount="183.22">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|32544" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.31" OriginalAmount="183.31">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|25496" HotelName="Park Plaza London Riverbank" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel lies on the south bank of the River Thames, opposite the Tate Britain art gallery. It off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="183.68" OriginalAmount="183.68">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|33474" 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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.93" OriginalAmount="183.93">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|36763" HotelName="Holiday Inn Camden Lock" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This stylish, modern city hotel is located directly in the heart of the trendy district of Camden wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184" OriginalAmount="184">
      <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 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Arosfa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|crowne_plaza_london_the_city" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.51226" Longitude="-0.075641" StarRating="4" HotelCode="36441|the_chamberlain_hotel" HotelName="The Chamberlain 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,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-135 Minories, Tower Bridge, London EC3N 1NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/ca/fdcabfccccb98205ba0d8acf34abfc6665be2423.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the City of London, close to the Tower of London and within 5 minutes’ walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.00" OriginalAmount="184.00">
      <BasicPropertyInfo Latitude="51.52616225" Longitude="-0.12620373" StarRating="3" HotelCode="448237|harlingford_hotel" HotelName="Harlingford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Cartwright Gardens, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0b/aa0b4b62f6011d46abdd021a96d74d3421cadf0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.50" OriginalAmount="184.50">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|1650728" HotelName="Hard Rock Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.50" OriginalAmount="184.50">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="184.57" OriginalAmount="184.57">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|783771" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="184.76" OriginalAmount="184.76">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|CAS384600" HotelName="Hilton London Wembley" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185" OriginalAmount="185">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.04" OriginalAmount="185.04">
      <BasicPropertyInfo StarRating="4" HotelCode="|37595" HotelName="Park Plaza County Hall London" Meals="DOUBLE ROOM" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ADDINGTON STREET 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/9/5/37595_1b9e95c1111.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007. It has 395 studios and suites with a kitchen and a sitting room with satellite TV. River views. The establishment has 6 meeting rooms, a restaurant, a bar and WiFi (for a fee). In the establishment entrance, guests will find a lobby, a reception, a currency exchange service, a cloakroom, a lift and a cafÃ©. The establishment also offers room service and a laundry service. SITUATION: This establishment is next to the Thames River, next to Westminster Bridge, close to Waterloo International Railway Station. It is well-connected with the London Eye, the Houses of Parliament and the Big Ben It's 9 kilometres from London City Airport and 16 kilometres away from Airport London Heathrow. It is 29 kilometres away from Gatwick Airport. 35 kilometres away, you can find Luton Airport. It's 36 kilometres from Stansted Airport. ROOM: Clients are offered standard rooms with a bathroom, a kitchenette with a microwave, a coffee maker, a kettle, a mini-bar, an iron, a television and a radio. They also have a hairdryer, a direct line telephone, a safe, internet, an individual air-conditioning system and individual heating. FACILITIES: The establishment has a gym, a sauna and a steam bath. Guests are offered a massage service have surcharges. OTHERS: The establishment serves a continental buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.60" OriginalAmount="185.60">
      <BasicPropertyInfo Latitude="51.508276236287" Longitude="0.038858318227767" StarRating="3" HotelCode="94604|115413" HotelName="London Docklands (Excel) Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;With a 24-hour front desk and popular restaurant, this modern hotel offers spacious rooms with Wi-Fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.64" OriginalAmount="185.64">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|6619" HotelName="Millennium Hotel London Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated at the heart of the city of London. Hyde Park, attract...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186" OriginalAmount="186">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186" OriginalAmount="186">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|9372" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186" OriginalAmount="186">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|best_western_phoenix_hotel" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is situated in Central London near to Hyde Park. There are copious shops, restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|apex_london_wall_hotel_2" HotelName="Apex London Wall Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|eccleston_square_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 500 metres from the town centre, 1 km from Buckingham Palace and 2 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.5122" Longitude="-0.1975" StarRating="3" HotelCode="479648|dawson_place_juliettes_bed_and_breakfast" HotelName="Juliette's Bed and Breakfast" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Dawson Place, London W2 4TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/a1/2fa1a2f2f79bc3e53bbe08705cbd2ed69188e6a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This B &amp; B is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.00" OriginalAmount="186.00">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|sloane_place" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.50" OriginalAmount="186.50">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|68484" HotelName="Roseate House 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,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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="186.50" OriginalAmount="186.50">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|428965" HotelName="The Rembrandt" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="186.75" OriginalAmount="186.75">
      <BasicPropertyInfo Latitude="51.51123395" Longitude="-0.12991401666667" StarRating="4" HotelCode="510217|556927" HotelName="Victory House Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187" OriginalAmount="187">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187" OriginalAmount="187">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187" OriginalAmount="187">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187" OriginalAmount="187">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is a 4-minute walk from the Royal Albert tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.11" OriginalAmount="187.11">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|2172138" HotelName="Holiday Inn London Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.58" OriginalAmount="187.58">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|2051532" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.75" OriginalAmount="187.75">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|1080948" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.86" OriginalAmount="187.86">
      <BasicPropertyInfo Latitude="51.515670084436" Longitude="-0.17229408343706" StarRating="3" HotelCode="67793|179409" HotelName="Best Western Plus The Delmere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128-130 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/6e/076e84b3b2bf87f041c8fef202e9ce6a2d9f883f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188" OriginalAmount="188">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188" OriginalAmount="188">
      <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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188" OriginalAmount="188">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.120591" StarRating="3" HotelCode="915060|56789" HotelName="The Harrison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Harrison Street, Kings Cross, London WC1H 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7a/8d7ac45f06a0b9c4889adf076199a4700a7f66a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.00" OriginalAmount="188.00">
      <BasicPropertyInfo Latitude="51.490442155822" Longitude="-0.14593730558075" StarRating="4" HotelCode="114340|the_windermere_hotel" HotelName="Windermere" 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>142-144 Warwick Way, London, Victoria, Greater London SW1V 4JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/67/0967ddf793460ded0dd5488088de5097ced47ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="188.10" OriginalAmount="188.10">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|814537" HotelName="Danubius Hotel Regents Park" 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,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>
        <HotelDescription>&lt;br/&gt;This grand hotel is centrally located with a view of Regents Park and Lord's Cricket Stadium. Plenty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="188.42" OriginalAmount="188.42">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|HAWW" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/03/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Waterloo Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)2074019720</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/77/1577b0f1e2a72d09e2738c736d0ad51d10147028.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="188.42" OriginalAmount="188.42">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|LEM" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/03/2026" 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</AddressLine>
          </AddressLines>
          <PostalCode>(0)2072292623</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/3b/673b9b33ebfd82b478edfa35fd45aa3cfeb12047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of the capital of England, with a view of Kensington Gardens and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="188.60" OriginalAmount="188.60">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|1261999" HotelName="Astor Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.70" OriginalAmount="188.70">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|6617" HotelName="The Bailey's Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This stylish, luxury hotel is ideally situated at the heart of the London district of Kensington and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.88" OriginalAmount="188.88">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|6627" HotelName="Radisson Blu Edwardian Vanderbilt Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in the central location of Kensington, just 50 metres from Gloucester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.95" OriginalAmount="188.95">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|13897" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;Built in 1950, this charming hotel is located just off Oxford Street, close to the popular Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189" OriginalAmount="189">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|408395" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.00" OriginalAmount="189.00">
      <BasicPropertyInfo Latitude="51.489679785993" Longitude="-0.19469633862309" StarRating="2" HotelCode="147149|hotel_earls_court" HotelName="Hotel Earls Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Warwick Road, Earls Court, London SW5 9UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f7/6bf731cb5c287f99bbae9477d7aea238da53faa2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hotel Earls Court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.00" OriginalAmount="189.00">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|hilton_london_wembley" HotelName="Hilton London Wembley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the iconic Wembley Stadium, next to the historical Wembley Arena, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.00" OriginalAmount="189.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|the_morton_hotel_" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="189.05" OriginalAmount="189.05">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|683355" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Westminster within a short distance of various city attraction...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.13" OriginalAmount="189.13">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|14990" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="189.24" OriginalAmount="189.24">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|109693" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming city and business hotel is situated adjacent to Paddington Station, home to the Heathr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190" OriginalAmount="190">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|1125" HotelName="St. James’ Court, A Taj Hotel" 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,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190" OriginalAmount="190">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190" OriginalAmount="190">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|7557" HotelName="The Rembrandt" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.00" OriginalAmount="190.00">
      <BasicPropertyInfo Latitude="51.51636307881" Longitude="-0.077857656992308" StarRating="5" HotelCode="450239|devonshire_club_hotel" HotelName="Devonshire Club by Mantis" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.00" OriginalAmount="190.00">
      <BasicPropertyInfo Latitude="51.51986566" Longitude="-0.10654965" StarRating="4" HotelCode="479591|the_one_tun_pub_rooms" HotelName="The One Tun Pub and Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Saffron Hill, EC1N 8QS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/19/b919f4c37b7e591729a756480f2fb6d9eebdca34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="190.17" OriginalAmount="190.17">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|710747" HotelName="Ashburn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kensingtion, close to major attractions such as Harrods and Hyde Park. Tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.43" OriginalAmount="190.43">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|120964" HotelName="Apex London Wall Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the financial and business districts, close to the Bank of Eng...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="190.67" OriginalAmount="190.67">
      <BasicPropertyInfo Latitude="51.495225039799" Longitude="-0.18277645111084" StarRating="3" HotelCode="14976|2425275" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.46" OriginalAmount="191.46">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|98748" HotelName="Andaz London Liverpool Street" 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.68" OriginalAmount="191.68">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|1124225" HotelName="Park Plaza Victoria London" 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,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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.79" OriginalAmount="191.79">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.96" OriginalAmount="191.96">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|32534" HotelName="St. James’ Court, A Taj Hotel" 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,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192" OriginalAmount="192">
      <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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="192.15" OriginalAmount="192.15">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|CAR332200" HotelName="Amba Hotel Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This first-class city hotel is centrally located, directly next to Oxford Street. Marble Arch tube s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="192.15" OriginalAmount="192.15">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|CAU603000" HotelName="Hard Rock Hotel London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the heart of London's inner city, directly next to the famous M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="192.15" OriginalAmount="192.15">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|CAG700000" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is steeped in tradition and located in the business district of Bloomsbury, near t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.16" OriginalAmount="192.16">
      <BasicPropertyInfo Latitude="51.495437125426" Longitude="-0.18085244907377" StarRating="4" HotelCode="35441|369425" 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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is located on Cromwell Road, one of the most important access roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.23" OriginalAmount="192.23">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|179390" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="192.90" OriginalAmount="192.90">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|1426318" HotelName="The Academy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193" OriginalAmount="193">
      <BasicPropertyInfo Latitude="51.52178927" Longitude="-0.13203102" StarRating="2" HotelCode="579346|486456" HotelName="Jesmond Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/56/8956295899efcf64acfd060874dc3e6bf911ce50.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193" OriginalAmount="193">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.52251227" Longitude="-0.135828" StarRating="3.5" HotelCode="496028|fitzrovia_belle_public_house_hotel" HotelName="Fitzrovia Belle Public House &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>174 Tottenham Court, London W1T 7NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d7/b0d7fbf1ca2dcbf7886e919149b30d3203fe5d64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.00" OriginalAmount="193.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|hotel_indigo_london_1_leicester_square" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.05" OriginalAmount="193.05">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|6647" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="193.26" OriginalAmount="193.26">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|CAL300300" HotelName="Doubletree By Hilton London Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.35" OriginalAmount="193.35">
      <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 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hotel is just a few steps from the beach.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.41" OriginalAmount="193.41">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|313626" HotelName="The Marble Arch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.57" OriginalAmount="193.57">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|17125" HotelName="The Chilworth" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located only 2 minutes from Paddington Station and so offers guests convenient links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.87" OriginalAmount="193.87">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|7550" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.00" OriginalAmount="194.00">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|andaz_liverpool_street__a_hyatt_hotel" HotelName="Andaz London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.00" OriginalAmount="194.00">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|hilton_london_paddington" HotelName="Hilton London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.00" OriginalAmount="194.00">
      <BasicPropertyInfo Latitude="51.52320082" Longitude="-0.138679" StarRating="0" HotelCode="725278|the_grafton_arms" HotelName="The Grafton Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Grafton Way, London W1T 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ef/67ef2bc4e909e7bbe6b30e9a6b49a6a683c1d9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.04" OriginalAmount="194.04">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|14917" HotelName="Astor Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.47" OriginalAmount="194.47">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|169079" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.69" OriginalAmount="194.69">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|49375" HotelName="London Bridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="194.75" OriginalAmount="194.75">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|1046985" HotelName="Leonardo Royal Hotel London Tower Bridge" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London, just a few metres away from all major att...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <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="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <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>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Mayfair, Mermaid Suite Hotel promises a relaxing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195" OriginalAmount="195">
      <BasicPropertyInfo Latitude="51.52251227" Longitude="-0.135828" StarRating="3.5" HotelCode="496028|482694" HotelName="Fitzrovia Belle Public House &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>174 Tottenham Court, London W1T 7NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d7/b0d7fbf1ca2dcbf7886e919149b30d3203fe5d64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.00" OriginalAmount="195.00">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|comfort_inn_victoria" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.00" OriginalAmount="195.00">
      <BasicPropertyInfo Latitude="51.508002608716" Longitude="0.047314900226196" StarRating="3" HotelCode="199815|travelodge_london_excel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is a 4-minute walk from the Royal Albert tube station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.00" OriginalAmount="195.00">
      <BasicPropertyInfo Latitude="51.460715" Longitude="-0.187749" StarRating="4" HotelCode="267547|the_alma_hotel" HotelName="The Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>499 Old York Road, Wandsworth, London SW18 1TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/10/90106ae715e62e06ef171550f0f8ee08159a0987.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Alma.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.14" OriginalAmount="195.14">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|344565" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.24" OriginalAmount="195.24">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|143393" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city's financial district. There are tube and rail stations close by. Th...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196" OriginalAmount="196">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|45329" HotelName="Ashburn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in Kensingtion, close to major attractions such as Harrods and Hyde Park. Tube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196" OriginalAmount="196">
      <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="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.01" OriginalAmount="196.01">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|745059" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The Morton Hotel is perfectly located for both business and leisure guests in London. Offering a var...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.51" OriginalAmount="196.51">
      <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 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This motel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="196.54" OriginalAmount="196.54">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|382135" HotelName="The Piccadilly London West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Shaftesbury Avenue from where guests may reach many of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="196.63" OriginalAmount="196.63">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|CAF563300" HotelName="Hilton London Paddington" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|15044" HotelName="Andaz London Liverpool Street" 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <BasicPropertyInfo Latitude="51.499345162181" Longitude="-0.22188171744347" StarRating="2" HotelCode="166889|4122" HotelName="Hotel 65" 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>65 Shepherds Bush Road, Hammersmith, London W6 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f1/a4f12d522b09aceb58e93249301eb5eb93c61b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|46471" HotelName="The Academy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <BasicPropertyInfo Latitude="51.404341" Longitude="-0.342627" StarRating="4" HotelCode="77898|169426" HotelName="The Mitre Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>Hampton Court Road, Hampton Court, London, Surrey KT8 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/54/26548781a4f4d89233b88a81d619fea709021c87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has 36 non-smoking rooms, which are located on 4 storeys and are reachable by lift. The fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197" OriginalAmount="197">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.00" OriginalAmount="197.00">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|the_academy_the_bloomsbury_town_house" HotelName="The Academy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.00" OriginalAmount="197.00">
      <BasicPropertyInfo Latitude="51.492615" Longitude="-0.186329" StarRating="2" HotelCode="902781|st_simeon" HotelName="St Simeon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is superbly situated in the centre of London, in the heart of the fashionable and exclusi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.15" OriginalAmount="197.15">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|41194" HotelName="The Westminster London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="197.72" OriginalAmount="197.72">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|1080848" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.72" OriginalAmount="197.72">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|6616" HotelName="Hilton London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|54250" HotelName="The Piccadilly London West End" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Shaftesbury Avenue from where guests may reach many of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|10966" HotelName="Roseate House 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,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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <BasicPropertyInfo Latitude="51.52320082" Longitude="-0.138679" StarRating="0" HotelCode="725278|489137" HotelName="The Grafton Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Grafton Way, London W1T 5DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ef/67ef2bc4e909e7bbe6b30e9a6b49a6a683c1d9da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="198" OriginalAmount="198">
      <BasicPropertyInfo Latitude="51.51986566" Longitude="-0.10654965" StarRating="4" HotelCode="479591|199867" HotelName="The One Tun Pub and Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Saffron Hill, EC1N 8QS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/19/b919f4c37b7e591729a756480f2fb6d9eebdca34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.00" OriginalAmount="198.00">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="0" HotelCode="962161|the_standard_london" HotelName="Standard Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.00" OriginalAmount="198.00">
      <BasicPropertyInfo Latitude="51.51532556" Longitude="-0.1914806" StarRating="0" HotelCode="986068|the_hayden_pub_rooms" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.47" OriginalAmount="198.47">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|54104" HotelName="Mercure London Hyde Park" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.48" OriginalAmount="198.48">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|628021" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.64" OriginalAmount="198.64">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|8901" HotelName="The Chelsea Harbour Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Quietly situated directly beside exclusive Chelsea Harbour, the luxury hotel affords wonderful views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199" OriginalAmount="199">
      <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 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of London and enjoys direct links to Heathrow Airport. Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199" OriginalAmount="199">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|229017" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199" OriginalAmount="199">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199" OriginalAmount="199">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is superbly situated in the centre of London, in the heart of the fashionable and exclusi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199" OriginalAmount="199">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|crowne_plaza_london__kensington" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|club_quarters_trafalgar_square" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.4923823" Longitude="-0.1950967" StarRating="4" HotelCode="903118|templeton_place" HotelName="Templeton Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Templeton Place is a popular choice amongst travelers in London, whether exploring or just passing t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.00" OriginalAmount="199.00">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|the_grand_at_trafalgar_square_2" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.34" OriginalAmount="199.34">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Just set back from the north bank of the River Thames in the heart of London's vibrant city business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="199.88" OriginalAmount="199.88">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|669215" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200" OriginalAmount="200">
      <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 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.00" OriginalAmount="200.00">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|quality_crown_hotel_hyde_park" HotelName="Mercure London Hyde Park" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.00" OriginalAmount="200.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901065|montagu_place_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.00" OriginalAmount="200.00">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|the_hoxton_holborn" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="200.04" OriginalAmount="200.04">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|746440" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.22" OriginalAmount="200.22">
      <BasicPropertyInfo Latitude="51.495701790701" Longitude="-0.19507437944412" StarRating="3" HotelCode="14175|174434" HotelName="London Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Victorian Kensington, one of the finest areas of London, and is...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="200.92" OriginalAmount="200.92">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|1551778" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201" OriginalAmount="201">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201" OriginalAmount="201">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201" OriginalAmount="201">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201" OriginalAmount="201">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.00" OriginalAmount="201.00">
      <BasicPropertyInfo Latitude="51.49622617" Longitude="0.00991399" StarRating="3" HotelCode="517550|the_pilot_inn" HotelName="The Pilot Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 River Way, Greenwich, SE10 0BE London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/83/0d83f16261d74d12f692aa8ab626a6d1e427d762.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.00" OriginalAmount="201.00">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|wilde_aparthotels_by_staycity_the_strand" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.00" OriginalAmount="201.00">
      <BasicPropertyInfo Latitude="51.5262539" Longitude="-0.12688900000001" StarRating="3" HotelCode="903418|euro_hotel_5" HotelName="Euro Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Cartwright Gardens, Russel Square, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f4/f3f4db28e9a5e1a8bffaa67d18bf56729548a99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.20" OriginalAmount="201.20">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="4" HotelCode="977943|747668" HotelName="Citadines Islington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="201.42" OriginalAmount="201.42">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|117105" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located just off bustling Fleet Street in London's historic Temple legal district. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.62" OriginalAmount="201.62">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|87280" HotelName="St. Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is literally a 3 minutes’ walk from Earl’s Court tube station, where there are many shops ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.68" OriginalAmount="201.68">
      <BasicPropertyInfo Latitude="51.490442155822" Longitude="-0.14593730558075" StarRating="4" HotelCode="114340|1080908" HotelName="Windermere" 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>142-144 Warwick Way, London, Victoria, Greater London SW1V 4JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/67/0967ddf793460ded0dd5488088de5097ced47ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.96" OriginalAmount="201.96">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|6561" HotelName="St. James’ Court, A Taj Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|340" HotelName="Mercure London Hyde Park" 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|58579" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|458065" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202" OriginalAmount="202">
      <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>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="202.00">
      <BasicPropertyInfo Latitude="51.423172303325" Longitude="-0.20898463988112" StarRating="0" HotelCode="986113|wimbledon_holiday_lets" HotelName="Wimbledon Holiday Lets" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>69 Woodside, London SW197AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/99/a0998b37ba902720e10cd1acff828ad7d504b4ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="202.70" OriginalAmount="202.70">
      <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 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Templeton Place is a popular choice amongst travelers in London, whether exploring or just passing t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="202.95" OriginalAmount="202.95">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|1554148" HotelName="St. James’ Court, A Taj Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.00" OriginalAmount="203.00">
      <BasicPropertyInfo Latitude="51.494574962138" Longitude="-0.19285843091484" StarRating="4" HotelCode="89405|the_rockwell" HotelName="The Rockwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Cromwell Road, London SW5 0SF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/5e/185ec20a1bcabe5470e49e49b873ed4eaa493180.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.00" OriginalAmount="203.00">
      <BasicPropertyInfo Latitude="51.527226106956" Longitude="-0.18317819553772" StarRating="4" HotelCode="225070|the_warrington_hotel" HotelName="The Warrington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Warrington Crescent, London W9 1EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/45/ae45301b04a62cf2847ec519890e29b968bcd60f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="203.31" OriginalAmount="203.31">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|3972508" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel area is steeped in London history with many sites and museums close by. Some such attracti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="203.49" OriginalAmount="203.49">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|43504" 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>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.50" OriginalAmount="203.50">
      <BasicPropertyInfo Latitude="51.49230931983" Longitude="-0.19531309604645" StarRating="4" HotelCode="259023|107908" HotelName="K+K Hotel George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located in central London only a couple of minutes' walk from Ear...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204" OriginalAmount="204">
      <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="Free CXL until 16/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.15" OriginalAmount="204.15">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|746155" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="204.16" OriginalAmount="204.16">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|CAI341800" HotelName="Grange Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Beneath the area where the hotel is located lie the remains of the Tudor Palace of Placentia, where ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.39" OriginalAmount="204.39">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|98429" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London in the district of Chelsea and Kensington. Gloucester Road tube stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205" OriginalAmount="205">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|200138" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205" OriginalAmount="205">
      <BasicPropertyInfo Latitude="51.490442155822" Longitude="-0.14593730558075" StarRating="4" HotelCode="114340|55026" HotelName="Windermere" 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>142-144 Warwick Way, London, Victoria, Greater London SW1V 4JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/67/0967ddf793460ded0dd5488088de5097ced47ec5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.00" OriginalAmount="205.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|executive_rooms_london_kensington_2" 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>
        <HotelDescription>&lt;br/&gt;Located only 5 minutes from Earl's Court Exhibition Centre and Tube Station, this hotel is ideal for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.00" OriginalAmount="205.00">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|pestana_chelsea_bridge_hotel__spa" 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" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.00" OriginalAmount="205.00">
      <BasicPropertyInfo Latitude="51.515980376439" Longitude="-0.12021660804749" StarRating="4" HotelCode="259427|middle_eight" HotelName="Middle Eight" 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,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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel has a classical façade and a central situation in the Covent Garden area of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.46" OriginalAmount="205.46">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|7565" HotelName="Thistle Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206" OriginalAmount="206">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|22045" HotelName="Pestana Chelsea Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="206.00">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|rathbone_hotel" 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>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="206.00">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|blandford_hotel" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="206.00">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|beaufort_hotel" HotelName="The Beaufort Knightsbridge" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="206.53" OriginalAmount="206.53">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|2259205" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207" OriginalAmount="207">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207" OriginalAmount="207">
      <BasicPropertyInfo Latitude="51.524567701034" Longitude="-0.11796723372959" StarRating="4" HotelCode="554898|458171" HotelName="Goodenough College" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Mecklenburgh Square, London WC1N 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/38/3438e199af32a6e417f40fd1717694a7efc48a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207" OriginalAmount="207">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|4684" HotelName="The Westminster London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.53042" Longitude="-0.055908" StarRating="5" HotelCode="165985|town_hall_hotel__apartments" HotelName="Town Hall" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.4928655" Longitude="-0.2546085" StarRating="3" HotelCode="199786|high_road_house" HotelName="High Road House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Chiswick High Road, London W4 1PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/04/e1043a2da0f73ebf51b6383780f25b90006ab211.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|sunborn_london" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.51921909" Longitude="-0.16872725" StarRating="0" HotelCode="980177|sonder_edgware_road" HotelName="Sonder Edgware Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Edgware Road, London W21DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/5c/405ce70d4d0d975f114cac69da987e6db0f7e22c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.00" OriginalAmount="207.00">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|the_gyle" HotelName="The Gyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.04" OriginalAmount="207.04">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.20" OriginalAmount="207.20">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|443581" HotelName="Presidential Kensington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.65" OriginalAmount="207.65">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|541362" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="207.90" OriginalAmount="207.90">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|660608" HotelName="Tophams Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="207.98" OriginalAmount="207.98">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|982874" HotelName="Bayswater Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This unostentatious hotel is centrally located near to Hyde Park, Kensington Gardens and Queensway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208" OriginalAmount="208">
      <BasicPropertyInfo Latitude="51.528486276182" Longitude="-0.12192651629448" StarRating="3" HotelCode="164103|58151" HotelName="Albion House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Argyle Square, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/80/25807facd2fa4591fbe7e5514f49ad004399d052.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Albion House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.00" OriginalAmount="208.00">
      <BasicPropertyInfo Latitude="51.491010044337" Longitude="-0.18083989620209" StarRating="4" HotelCode="35442|roland_house" 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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is centrally located in the shopping district of Knightsbridge, jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.00" OriginalAmount="208.00">
      <BasicPropertyInfo Latitude="51.524567701034" Longitude="-0.11796723372959" StarRating="4" HotelCode="554898|goodenough_college_university_residence" HotelName="Goodenough College" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Mecklenburgh Square, London WC1N 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/38/3438e199af32a6e417f40fd1717694a7efc48a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.11" OriginalAmount="208.11">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="208.13" OriginalAmount="208.13">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|CAF528200" HotelName="St. James’ Court, A Taj Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.25" OriginalAmount="208.25">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|178431" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Comfort Inn Victoria.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.47" OriginalAmount="208.47">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|367705" 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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.79" OriginalAmount="208.79">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|9225" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This fully renovated first-class hotel is situated in a central location by Regents Park. The neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209" OriginalAmount="209">
      <BasicPropertyInfo Latitude="51.521858646439" Longitude="-0.13214047479812" StarRating="2" HotelCode="36436|199538" HotelName="Ridgemount Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Gower Street, Fitzrovia, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ae/a9ae2a07d48afe5320d7a71d70ee1e4670a67ec5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.00" OriginalAmount="210.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|the_pelham_hotel" HotelName="The Pelham" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.00" OriginalAmount="210.00">
      <BasicPropertyInfo Latitude="51.508028235391" Longitude="-0.10528874268163" StarRating="5" HotelCode="775465|bankside_hotel_autograph_collection" HotelName="Bankside Hotel, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="210.58" OriginalAmount="210.58">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|CAU846800" HotelName="Thistle Trafalgar Square" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated in a peaceful street close to the National Gallery. Enjo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="210.82" OriginalAmount="210.82">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|14985" HotelName="The Caesar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211" OriginalAmount="211">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated close to Marble Arch. Numerous shops and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.00" OriginalAmount="211.00">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|camden_enterprise_hotel" HotelName="Camden Enterprise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.51" OriginalAmount="211.51">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|710942" HotelName="Meliá White House" 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,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>
        <HotelDescription>&lt;br/&gt;Some of the city's best known attractions, such as Madame Tussaud's, are easily reached from the hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.53" OriginalAmount="211.53">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|157118" HotelName="The Washington Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's Mayfair, the hotel is just 5 minutes' walk from Green Park Undergr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="211.65" OriginalAmount="211.65">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|606669" HotelName="The Caesar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.79" OriginalAmount="211.79">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|7572" HotelName="Pullman London St Pancras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located close to the city centre of London, where guests will discover man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="211.99" OriginalAmount="211.99">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|128787" 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" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212" OriginalAmount="212">
      <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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212" OriginalAmount="212">
      <BasicPropertyInfo Latitude="51.4923823" Longitude="-0.1950967" StarRating="4" HotelCode="903118|371104" HotelName="Templeton Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Templeton Place is a popular choice amongst travelers in London, whether exploring or just passing t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.00" OriginalAmount="212.00">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|royal_court_apartments_2" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.00" OriginalAmount="212.00">
      <BasicPropertyInfo Latitude="51.499345162181" Longitude="-0.22188171744347" StarRating="2" HotelCode="166889|hotel_65" HotelName="Hotel 65" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Shepherds Bush Road, Hammersmith, London W6 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f1/a4f12d522b09aceb58e93249301eb5eb93c61b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="212.12" OriginalAmount="212.12">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|813946" HotelName="Grange The Portland" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the beautiful district of Bloomsbury, close to Covent Garden, Oxford Street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="212.12" OriginalAmount="212.12">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|813971" HotelName="The Buckingham Grange" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Bloomsbury area, in a quiet, green part of London's West End. Oxford St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.49" OriginalAmount="212.49">
      <BasicPropertyInfo Latitude="51.51314978" Longitude="-0.1420216" StarRating="5" HotelCode="115310|2440295" HotelName="No. 5 Maddox Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.79" OriginalAmount="212.79">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|732725" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Originals City, Hotel Le Lion d'or, Chin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.92" OriginalAmount="212.92">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is set in a quiet location in the historic Belgravia district. Buckingham Palace is just 8...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213" OriginalAmount="213">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="0" HotelCode="962161|408473" HotelName="Standard Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="213.14" OriginalAmount="213.14">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|CAG700500" HotelName="The Caesar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Central London in a quiet residential area in Queens Gardens. Hyde Park, Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.19" OriginalAmount="213.19">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|16076" HotelName="Langham Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal, central location in London, in the heart of the West End. It is situated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.50" OriginalAmount="213.50">
      <BasicPropertyInfo Latitude="51.47173496" Longitude="-0.45700118" StarRating="4" HotelCode="735444|696910" HotelName="Aerotel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.58" OriginalAmount="213.58">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|140407" HotelName="Park City Grand Plaza Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is set within the exclusive Royal Borough of Kensington and Chelsea, in close proximity t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.61" OriginalAmount="213.61">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|316573" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This club is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.00" OriginalAmount="215.00">
      <BasicPropertyInfo Latitude="51.54598" Longitude="-0.055857" StarRating="4" HotelCode="187075|176019" HotelName="The Old Ship" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, Sylvester Path, London E8 1EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bd/33bd7ec70331d64b701a9610ce7af7397eb6e4f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to Hackney Central Train Station, only 15 minutes’ train journey from Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215" OriginalAmount="215">
      <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>
        <HotelDescription>&lt;br/&gt;Set in the heart of bustling Soho, just minutes from famous London streets like Oxford and Regent St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215" OriginalAmount="215">
      <BasicPropertyInfo Latitude="51.490714445642" Longitude="-0.13872385025024" StarRating="3" HotelCode="35444|411139" HotelName="Luna &amp; Simone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47-49 Belgrave Road, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b8/9ab8c3ec7c8674e79e78169ea9497d50e7ed046c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in Pimilico. Many of the major attractions, including the world-famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215" OriginalAmount="215">
      <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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel has a classical façade and a central situation in the Covent Garden area of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215" OriginalAmount="215">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.00" OriginalAmount="215.00">
      <BasicPropertyInfo Latitude="51.52510996" Longitude="-0.08285078" StarRating="5" HotelCode="535553|nobu_hotel_shoreditch" HotelName="Nobu Hotel Shoreditch" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.51" OriginalAmount="215.51">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|1629178" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="216.00" OriginalAmount="216.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|768174" HotelName="Park Grand London Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of London's stylish Paddington, Hyde Park and Bayswater area. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.00" OriginalAmount="216.00">
      <BasicPropertyInfo Latitude="51.513992" Longitude="-0.122167" StarRating="3" HotelCode="189761|fielding_hotel" HotelName="The Fielding Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="216.46" OriginalAmount="216.46">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|1641228" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.95" OriginalAmount="216.95">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|100616" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This historic business hotel is situated on the Cromwell Road in Kensington. Gloucester Road tube st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217" OriginalAmount="217">
      <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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is located on Cromwell Road, one of the most important access roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217" OriginalAmount="217">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.00" OriginalAmount="217.00">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|south_place_hotel" HotelName="South Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is South Place Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.07" OriginalAmount="217.07">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|809345" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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>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>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.00" OriginalAmount="218.00">
      <BasicPropertyInfo Latitude="51.499595247606" Longitude="-0.13184122453686" StarRating="3" HotelCode="17178|the_sanctuary_house_hotel" HotelName="Sanctuary House" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel occupies a fantastic location in one of London's oldest and most fashionable areas. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="218.96" OriginalAmount="218.96">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|623399" HotelName="Crowne Plaza London - Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219" OriginalAmount="219">
      <BasicPropertyInfo Latitude="51.5262539" Longitude="-0.12688900000001" StarRating="3" HotelCode="903418|457647" HotelName="Euro Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Cartwright Gardens, Russel Square, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f4/f3f4db28e9a5e1a8bffaa67d18bf56729548a99f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of services and facilities for holidaymakers and business guests alike. Gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.00" OriginalAmount="219.00">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.138379" StarRating="4" HotelCode="189747|sanctum_soho_hotel" HotelName="Sanctum Soho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.00" OriginalAmount="219.00">
      <BasicPropertyInfo Latitude="51.514328" Longitude="-0.13945" StarRating="5" HotelCode="366268|courthouse_doubletree_by_hilton_london__regent_street" HotelName="Courthouse Hotel London" 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>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>
        <HotelDescription>&lt;br/&gt;Set in the heart of bustling Soho, just minutes from famous London streets like Oxford and Regent St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="219.35" OriginalAmount="219.35">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|CAG700300" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated at the heart of London between Piccadilly Circus and Leicester Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220" OriginalAmount="220">
      <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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.40" OriginalAmount="220.40">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|359855" HotelName="Durrants Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221" OriginalAmount="221">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|5051" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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>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>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221" OriginalAmount="221">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|199567" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.00" OriginalAmount="221.00">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|the_curtain" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.24" OriginalAmount="221.24">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|41285" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222" OriginalAmount="222">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|277104" HotelName="Mondrian Shoreditch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="222.32" OriginalAmount="222.32">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|493281" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Courthouse Hotel Shoreditch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="222.43" OriginalAmount="222.43">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|1207007" HotelName="The Westminster London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of London and can be easily reached from all directions. It is l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.56" OriginalAmount="222.56">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|32394" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the very heart of Kensington with its couture designer shops and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.00" OriginalAmount="223.00">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|durrants_hotel" HotelName="Durrants Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.59" OriginalAmount="223.59">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|6645" HotelName="Mercure London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a quiet garden location close to Hyde Park in the centre of London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224" OriginalAmount="224">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="224.00" OriginalAmount="224.00">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|fifty_four_boutique_hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.84" OriginalAmount="224.84">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|86531" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;Based in the heart of Europe's most dynamic business location, this luxury London hotel is a great o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225" OriginalAmount="225">
      <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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is centrally located in the shopping district of Knightsbridge, jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225" OriginalAmount="225">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.16" OriginalAmount="225.16">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|14091" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This modern conference hotel is situated in Earls Court at the heart of London, just metres from a w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.41" OriginalAmount="225.41">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|106036" HotelName="The Rubens at the Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London directly opposite The Royal Mews and Buckingham Palace. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="225.48" OriginalAmount="225.48">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|812490" HotelName="Grange Beauchamp Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of Bloomsbury overlooking private gardens and is 5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="225.50" OriginalAmount="225.50">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|2132609" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="225.50" OriginalAmount="225.50">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="5" HotelCode="962161|72793074" HotelName="Standard Hotel London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="225.74" OriginalAmount="225.74">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|89749" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.00" OriginalAmount="226.00">
      <BasicPropertyInfo Latitude="51.49178428" Longitude="-0.19216838" StarRating="0" HotelCode="847238|blackbird_2" HotelName="The Blackbird" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209 Earl's Court Road, London SW5 9AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/24/13243674a2c7470e53da5e4536bddc928dc96f78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.24" OriginalAmount="226.24">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|61324" HotelName="The Mandeville 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.25" OriginalAmount="226.25">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|316798" HotelName="Church Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="226.49" OriginalAmount="226.49">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|547198" HotelName="The Pelham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.64" OriginalAmount="226.64">
      <BasicPropertyInfo Latitude="51.529736843821" Longitude="-0.12366212505287" StarRating="4" HotelCode="93106|1062228" HotelName="Hotel Megaro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="226.92" OriginalAmount="226.92">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|500402" HotelName="Astor Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within walking distance of London's finest shopping areas such as Ox...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227" OriginalAmount="227">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227" OriginalAmount="227">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the very heart of Kensington with its couture designer shops and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227" OriginalAmount="227">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.23" OriginalAmount="227.23">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|32634" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.81" OriginalAmount="227.81">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|314108" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="227.98" OriginalAmount="227.98">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|228186" 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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.49" OriginalAmount="228.49">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|33254" HotelName="Royal Garden" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="228.54" OriginalAmount="228.54">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|CAF563400" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="228.87" OriginalAmount="228.87">
      <BasicPropertyInfo Latitude="51.498561486049" Longitude="-0.13712704662703" StarRating="4" HotelCode="47946|971323" HotelName="St. James’ Court, A Taj Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Buckingham Gate, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/45/1d45930684df8ceac4eb6add849464d40c4c6169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated luxury hotel is ideally located at the heart of Westminster. The hotel is well co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229" OriginalAmount="229">
      <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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.40" OriginalAmount="229.40">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|1626818" HotelName="The Gore" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen’s Gate, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.60" OriginalAmount="229.60">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|54054" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.63" OriginalAmount="229.63">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|33344" HotelName="Holmes Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="229.76" OriginalAmount="229.76">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|33504" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230" OriginalAmount="230">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|58705" HotelName="South Place Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is South Place Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.00" OriginalAmount="230.00">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|novotel_london_excel" HotelName="Novotel London Excel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.00" OriginalAmount="230.00">
      <BasicPropertyInfo Latitude="51.529736843821" Longitude="-0.12366212505287" StarRating="4" HotelCode="93106|megaro_hotel" HotelName="Hotel Megaro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.00" OriginalAmount="230.00">
      <BasicPropertyInfo Latitude="51.583273499905" Longitude="-0.2167996036701" StarRating="4" HotelCode="263535|the_pillar" HotelName="The Pillar Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pillar Hotel London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="230.02" OriginalAmount="230.02">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|385675" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.19" OriginalAmount="230.19">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|25861" HotelName="Citadines Trafalgar Square London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the historic city of Westminster, in the heart of central London, this apart'hotel is th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="230.22" OriginalAmount="230.22">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|450578" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel was renovated in 2009 and is located in Bayswater, just a short walk from Hyd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.31" OriginalAmount="230.31">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|618041" HotelName="Montcalm Royal London House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.54" OriginalAmount="230.54">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|7566" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located directly next to Hyde Park in the centre of London with numerous s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231" OriginalAmount="231">
      <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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.00" OriginalAmount="231.00">
      <BasicPropertyInfo Latitude="51.515381346449" Longitude="-0.07494840420145" StarRating="1.5" HotelCode="638103|travelodge_london_city" HotelName="Travelodge London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Middlesex Street, London E1 7EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c5/d4c5ef774d778d26991fcfd0a471e6760698fde4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.38" OriginalAmount="231.38">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|6650" HotelName="The Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.78" OriginalAmount="231.78">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|313608" HotelName="The Beaufort Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Beaufort Knightsbridge.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.82" OriginalAmount="231.82">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232" OriginalAmount="232">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Pillar Hotel London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.00" OriginalAmount="232.00">
      <BasicPropertyInfo Latitude="51.513021" Longitude="-0.100873" StarRating="4" HotelCode="77803|kings_wardrobe_apartments_by_bridgestreet" HotelName="The Kings Wardrobe by BridgeStreet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Wardrobe Place, London, EC4V 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/a0/2ba05ae8371536bff5febe12fff363a69fa6ad58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.00" OriginalAmount="232.00">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|the_gore_hotel" HotelName="The Gore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" 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, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="232.14" OriginalAmount="232.14">
      <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>
        <HotelDescription>&lt;br/&gt;Ideally located for both business and leisure travel, this is a new 14-storey hotel, built in 2009, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.36" OriginalAmount="232.36">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|15177" 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>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.97" OriginalAmount="232.97">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|84242" HotelName="Park Plaza County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located on the banks of the River Thames, just south of Westminster Bridge and near to Waterloo Inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233" OriginalAmount="233">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|6204" HotelName="Royal Garden" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233" OriginalAmount="233">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|10498" HotelName="The Mandeville 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,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>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="233.85" OriginalAmount="233.85">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|33887615" HotelName="The Pelham" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234" OriginalAmount="234">
      <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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234" OriginalAmount="234">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234" OriginalAmount="234">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|30140" HotelName="The Gore" 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,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen’s Gate, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.00" OriginalAmount="234.00">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|page8" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.07" OriginalAmount="234.07">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|313451" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.19" OriginalAmount="234.19">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|274655" HotelName="Montague on the Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="234.19" OriginalAmount="234.19">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|16061" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This upmarket hotel enjoys an idyllic location on the border between the West End and the City, not ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.00" OriginalAmount="235.00">
      <BasicPropertyInfo Latitude="51.51314978" Longitude="-0.1420216" StarRating="5" HotelCode="115310|no_5_maddox_street" HotelName="No. 5 Maddox Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236" OriginalAmount="236">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|199969" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel, located in the London district of Paddington, lies only a few paces from the terminus of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236" OriginalAmount="236">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236" OriginalAmount="236">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.00" OriginalAmount="236.00">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|the_sumner_hotel" HotelName="The Sumner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.12" OriginalAmount="236.12">
      <BasicPropertyInfo Latitude="51.477955113984" Longitude="-0.012837052345276" StarRating="2" HotelCode="61562|315845" HotelName="St Christopher's Greenwich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/17/df1714a89e00c3d3dc9be07a4bc5a93168410213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.39" OriginalAmount="236.39">
      <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 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="236.63" OriginalAmount="236.63">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|126740" 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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.00" OriginalAmount="237.00">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|park_plaza_sherlock_holmes_london" 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>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.00" OriginalAmount="237.00">
      <BasicPropertyInfo Latitude="51.518697" Longitude="-0.153904" StarRating="4" HotelCode="166881|ten_manchester_street" HotelName="10 Manchester Street" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is nestled just off Marylebone High Street with its ‘village’ feel, eclectic boutiques, ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.00" OriginalAmount="237.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|intercontinental_london__the_o2" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY" 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 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.38" OriginalAmount="237.38">
      <BasicPropertyInfo Latitude="51.499345162181" Longitude="-0.22188171744347" StarRating="2" HotelCode="166889|316736" HotelName="Hotel 65" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Shepherds Bush Road, Hammersmith, London W6 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f1/a4f12d522b09aceb58e93249301eb5eb93c61b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.67" OriginalAmount="237.67">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238" OriginalAmount="238">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|444299" HotelName="The Sumner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel is ideal for those in need of an adults-only holiday. The nearest airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.00" OriginalAmount="238.00">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|president_hotel_6" HotelName="The President Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.00" OriginalAmount="238.00">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|marriott_executive_apartments_london_west_india_quay_3" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.06" OriginalAmount="238.06">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|690947" 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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.36" OriginalAmount="238.36">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="5" HotelCode="962161|806065" HotelName="Standard Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="238.92" OriginalAmount="238.92">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|1062218" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239" OriginalAmount="239">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|24984" HotelName="Montague on the Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239" OriginalAmount="239">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is nestled just off Marylebone High Street with its ‘village’ feel, eclectic boutiques, ga...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="239.00" OriginalAmount="239.00">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|the_level_at_melia_white_house" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.56" OriginalAmount="239.56">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|394145" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;Located less than seven minutes from Earl's Court Exhibition Centre and just 10 minutes from Olympia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240" OriginalAmount="240">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|62900" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.00" OriginalAmount="240.00">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|the_kensington_hotel" HotelName="The Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.00" OriginalAmount="240.00">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|the_nadler_soho" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.00" OriginalAmount="240.00">
      <BasicPropertyInfo Latitude="51.50372184215" Longitude="-0.11141300363545" StarRating="3" HotelCode="503151|the_wellington" HotelName="The Wellington Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="ATM/Cash Machine,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Garden,Internet,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Waterloo Road, London SE1 8UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/2c/172c107a87706958245a2797c064482469ace6e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Wellington Hotel in London (South Bank), you'll...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241" OriginalAmount="241">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|224605" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.15" OriginalAmount="241.15">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|6642" HotelName="The Piccadilly London West End" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Shaftesbury Avenue from where guests may reach many of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="241.86" OriginalAmount="241.86">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|1080938" HotelName="Sloane Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242" OriginalAmount="242">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|444246" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.00" OriginalAmount="242.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|la_place_2" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243" OriginalAmount="243">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|137413" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.00" OriginalAmount="243.00">
      <BasicPropertyInfo Latitude="51.493167976799" Longitude="-0.15965321981106" StarRating="5" HotelCode="114430|draycott_hotel" HotelName="Draycott Hotel" 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>26 Cadogan Gardens, London SW3 2RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d3/85d313aa5eb9fe681df13b6e8d763abfc4067d71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is only a 10-minute walk from Knightsbridge, 500 m from the Saatchi Gallery and a 2-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.10" OriginalAmount="243.10">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|33534" HotelName="The Waldorf Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.36" OriginalAmount="243.36">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|6553" HotelName="Strand Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Strand, London WC2R 0JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/1f/a31ff64ab47eb40dfd057aa4da83e5d841b710f8.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.99" OriginalAmount="243.99">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.22441" StarRating="2" HotelCode="386328|665322" HotelName="St Christopher's Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel is located about 8 km from the centre of London. Its setting is especially ideal for tho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244" OriginalAmount="244">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Originals City, Hotel Le Lion d'or, Chin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244" OriginalAmount="244">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Canary Wharf development at West India Quay, near the water side, next ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="244" OriginalAmount="244">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel occupies a fantastic location in one of London's oldest and most fashionable areas. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.00" OriginalAmount="244.00">
      <BasicPropertyInfo Latitude="51.509397691259" Longitude="-0.13622939586639" StarRating="5" HotelCode="13969|le_meridien_piccadilly" HotelName="The Dilly" 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,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>
        <HotelDescription>&lt;br/&gt;This refined city hotel is located at the heart of London, just a stone's throw from Piccadilly Circ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.22" OriginalAmount="244.22">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys an ideal location in the heart of London. It lies adjacent to Live...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="244.8" OriginalAmount="244.8">
      <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 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="244.98" OriginalAmount="244.98">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|1328930" HotelName="Sanderson London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245" OriginalAmount="245">
      <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>
        <HotelDescription>&lt;br/&gt;Located in London, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.00" OriginalAmount="245.00">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|sloane_square_hotel" HotelName="Sloane Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.00" OriginalAmount="245.00">
      <BasicPropertyInfo Latitude="51.495908546993" Longitude="-0.208038053373" StarRating="3" HotelCode="385974|hand_flower" HotelName="Hand &amp; Flower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet,LCD/Projector,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Hammersmith Road, Hammersmith, London W14 8XJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ed/b5ed6b78b5b230cd9c945d306f1fe82018ad4c7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Hand &amp; Flower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246" OriginalAmount="246">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|200205" HotelName="54 Queen’s Gate 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246" OriginalAmount="246">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|200054" HotelName="Sloane Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Sloane Square Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.00" OriginalAmount="246.00">
      <BasicPropertyInfo Latitude="51.520177" Longitude="-0.130307" StarRating="4" HotelCode="114320|staunton_hotel" HotelName="Staunton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Gower Street, Bloomsbury, London WC1E 6HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b0/f0b02da5b592412de69ec75c5ef19cb37bf9c0d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, this city hotel is only a few minutes’ walk from Oxford ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.00" OriginalAmount="246.00">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|h10_london_waterloo" HotelName="H10 London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on the well-known Waterloo Road, just 5 minutes' walk from Waterloo Tube Statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.01" OriginalAmount="246.01">
      <BasicPropertyInfo Latitude="51.514328" Longitude="-0.13945" StarRating="5" HotelCode="366268|120418" HotelName="Courthouse Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Set in the heart of bustling Soho, just minutes from famous London streets like Oxford and Regent St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247" OriginalAmount="247">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|2155" HotelName="Holmes Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,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>
        <HotelDescription>&lt;br/&gt;This elegant boutique hotel is located right on Baker Street, this comfortable hotel is ideal for to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.50" OriginalAmount="247.50">
      <BasicPropertyInfo Latitude="51.520177" Longitude="-0.130307" StarRating="4" HotelCode="114320|345015" HotelName="Staunton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Gower Street, Bloomsbury, London WC1E 6HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b0/f0b02da5b592412de69ec75c5ef19cb37bf9c0d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, this city hotel is only a few minutes’ walk from Oxford ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248" OriginalAmount="248">
      <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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hostel is approximately 8.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.00" OriginalAmount="248.00">
      <BasicPropertyInfo Latitude="51.50574317" Longitude="-0.1477119" StarRating="4" HotelCode="519354|9_hertford_street" HotelName="9 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Hertford Street, Mayfair, London W1J 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e6/21e687411eb43eb9d46939822270b140ab14594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.05" OriginalAmount="248.05">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.05" OriginalAmount="248.05">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|1507882" HotelName="Strand Palace 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,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>
        <HotelDescription>&lt;br/&gt;This fabulous hotel is located just a few minutes from Covent Garden, Trafalgar Square and Leicester...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.05" OriginalAmount="248.05">
      <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>
        <HotelDescription>&lt;br/&gt;This modern hotel is ideally situated for those wishing to explore London and its countless sights o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="249.00" OriginalAmount="249.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>
        <HotelDescription>&lt;br/&gt;This hotel occupies an ideal location for those wishing to explore the city's many sights. Hyde Park...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.00" OriginalAmount="249.00">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|boundary" HotelName="Boundary" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.16" OriginalAmount="249.16">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|33264" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="249.31" OriginalAmount="249.31">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|CAG698200" HotelName="The Waldorf Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250" OriginalAmount="250">
      <BasicPropertyInfo Latitude="51.50574317" Longitude="-0.1477119" StarRating="4" HotelCode="519354|479760" HotelName="9 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Hertford Street, Mayfair, London W1J 7RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/e6/21e687411eb43eb9d46939822270b140ab14594d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250" OriginalAmount="250">
      <BasicPropertyInfo Latitude="51.520177" Longitude="-0.130307" StarRating="4" HotelCode="114320|55548" HotelName="Staunton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Gower Street, Bloomsbury, London WC1E 6HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/b0/f0b02da5b592412de69ec75c5ef19cb37bf9c0d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, this city hotel is only a few minutes’ walk from Oxford ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.04" OriginalAmount="250.04">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|102239" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="250.66" OriginalAmount="250.66">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|748561" HotelName="Sloane Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.00" OriginalAmount="251.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|zetter_townhouse_maryleb" HotelName="The Zetter Townhouse Marylebone" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.00" OriginalAmount="251.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="967731|georgianas_guest_house" HotelName="Georgiana's Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Cresford Road, Hammersmith And Fulham, London SW6 2AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/91/8b91c2917163f41533edb6b22fad9bc0e6e5bac3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="251.13" OriginalAmount="251.13">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|1537898" HotelName="St. Martins Lane" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252" OriginalAmount="252">
      <BasicPropertyInfo Latitude="51.529345" Longitude="-0.126088" StarRating="5" HotelCode="173526|31913" HotelName="St. Pancras Renaissance London" 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,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>
        <HotelDescription>&lt;br/&gt;Located in the heart of London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252" OriginalAmount="252">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|24619" HotelName="The Waldorf Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="252.56" OriginalAmount="252.56">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|677976" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="253.00" OriginalAmount="253.00">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|135532" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253" OriginalAmount="253">
      <BasicPropertyInfo Latitude="51.513021" Longitude="-0.100873" StarRating="4" HotelCode="77803|58534" HotelName="The Kings Wardrobe by BridgeStreet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Wardrobe Place, London, EC4V 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/a0/2ba05ae8371536bff5febe12fff363a69fa6ad58.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.35" OriginalAmount="253.35">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|1080968" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="253.73" OriginalAmount="253.73">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|126260" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in Westminster, on the south side of Westminster Bridge, a short walk from Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254" OriginalAmount="254">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.00" OriginalAmount="254.00">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|harrington_court_apartments" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.00" OriginalAmount="254.00">
      <BasicPropertyInfo Latitude="51.494234784687" Longitude="-0.17553448677063" StarRating="5" HotelCode="259333|the_ampersand_hotel" HotelName="The Ampersand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just a minute's walk from South Kensington Underground Station. N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="254.14" OriginalAmount="254.14">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|17670" HotelName="Novotel London Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is located alongside the Royal Victoria Dock, 150 metres from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="255.06" OriginalAmount="255.06">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|106035" HotelName="Montague on the Gardens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in central London in front of the British Museum and the hurly-burly of London’...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="255.23" OriginalAmount="255.23">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|52289759" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY,BREAKFAST FOR 2" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="255.34" OriginalAmount="255.34">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|82310" 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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="255.60" OriginalAmount="255.60">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of London city centre with its extensive range of entertai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.00" OriginalAmount="256.00">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|cheval_three_quays" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.16" OriginalAmount="256.16">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|33334" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located in the exclusive shopping area of Kensington, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257" OriginalAmount="257">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.00" OriginalAmount="257.00">
      <BasicPropertyInfo Latitude="51.49877041" Longitude="-0.1368996" StarRating="5" HotelCode="986142|the_guardsman" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.22" OriginalAmount="257.22">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|16108" HotelName="Rathbone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;Situated in one of the most popular areas of London, this hotel is within walking distance of Oxford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258" OriginalAmount="258">
      <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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258" OriginalAmount="258">
      <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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258" OriginalAmount="258">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="258.05" OriginalAmount="258.05">
      <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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259" OriginalAmount="259">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259" OriginalAmount="259">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated just a minute's walk from South Kensington Underground Station. N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="259.00" OriginalAmount="259.00">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|great_scotland_yard_hotel_the_unbound_collection_by_hyatt" HotelName="Great Scotland Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.09" OriginalAmount="259.09">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|314756" HotelName="The Rembrandt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260" OriginalAmount="260">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.00" OriginalAmount="260.00">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|holiday_inn_london__oxford_circus" HotelName="Holiday Inn Oxford Circus" 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,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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="260.88" OriginalAmount="260.88">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|078761" HotelName="The Marble Arch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261" OriginalAmount="261">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located in the exclusive shopping area of Kensington, close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.06" OriginalAmount="261.06">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|33274" HotelName="Royal Lancaster London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.00" OriginalAmount="262.00">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|me_london" HotelName="ME London" 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,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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="262.31" OriginalAmount="262.31">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|6564" HotelName="The Bloomsbury" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263" OriginalAmount="263">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|478530" HotelName="Great Scotland Yard Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.33" OriginalAmount="263.33">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|6646" HotelName="The Marylebone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.00" OriginalAmount="264.00">
      <BasicPropertyInfo Latitude="51.495437125426" Longitude="-0.18085244907377" StarRating="4" HotelCode="35441|fraser_suites_queens_gate_3" HotelName="Fraser Suites Queens Gate" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The attractive apartment complex is located on Cromwell Road, one of the most important access roads...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="264.83" OriginalAmount="264.83">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|6615" HotelName="The Clermont, Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="265.00" OriginalAmount="265.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|623447" HotelName="The Pelham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The A. Venue Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the city centre and public transport links are to be found nearb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <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="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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265" OriginalAmount="265">
      <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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="265.00" OriginalAmount="265.00">
      <BasicPropertyInfo Latitude="51.51327329" Longitude="-0.08513037" StarRating="0" HotelCode="847372|counting_house" HotelName="Counting House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Cornhill, London EC3V 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/3f/003f3ccbbae283b1a41b34019b707d2d9b58cfdf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="265.82" OriginalAmount="265.82">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|1181642" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.92" OriginalAmount="265.92">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|1551628" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266" OriginalAmount="266">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|524" HotelName="Royal Lancaster London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.00" OriginalAmount="267.00">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|chilworth_court_" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-129 Gloucester Terrace, Bayswater, London W2 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a0/00a01f09468483d15a1ce348c300c739adcd177e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Luxury Serviced Apartments in Bayswater: Chilworth Court Apartments offers a selection of 20 spaciou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.00" OriginalAmount="267.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|the_franklin_2" HotelName="The Franklin Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="267.63" OriginalAmount="267.63">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|108322" HotelName="The Marylebone" 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,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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.00" OriginalAmount="268.00">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|2542875" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-129 Gloucester Terrace, Bayswater, London W2 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a0/00a01f09468483d15a1ce348c300c739adcd177e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Luxury Serviced Apartments in Bayswater: Chilworth Court Apartments offers a selection of 20 spaciou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268" OriginalAmount="268">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|986" HotelName="The Marylebone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.76" OriginalAmount="268.76">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|6559" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located at the heart of London at the northern end of Russell Square. It o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.76" OriginalAmount="268.76">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|585426" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Intercontinental Hotel London - The O2.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.00" OriginalAmount="269.00">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|jumeirah_lowndes_hotel" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="269.21" OriginalAmount="269.21">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|386075" HotelName="Treehouse London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top end of fashionable Regent Street in one of the most exclusive areas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.23" OriginalAmount="269.23">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|6565" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;In an elegant style, this hotel is located close to Victoria station. From here, guests have direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.30" OriginalAmount="269.30">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|91659" HotelName="The Gore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/03/2026" 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, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270" OriginalAmount="270">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.00" OriginalAmount="270.00">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|avni_apartments_2" 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>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the Royal Borough of Kensington and Chelsea, with many of the cap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.00" OriginalAmount="270.00">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|mayfair_house_2" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="270.60" OriginalAmount="270.60">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|1169104" HotelName="The Royal Horseguards Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="270.87" OriginalAmount="270.87">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|863245" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.00" OriginalAmount="271.00">
      <BasicPropertyInfo Latitude="51.529345" Longitude="-0.126088" StarRating="5" HotelCode="173526|st_pancras_renaissance_london_hotel" 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>
        <HotelDescription>&lt;br/&gt;Located in the heart of London, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.00" OriginalAmount="271.00">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|the_bloomsbury_hotel__a_member_of_the_doyle_collection" HotelName="The Bloomsbury" 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,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>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="271.16" OriginalAmount="271.16">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|107255" 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>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272" OriginalAmount="272">
      <BasicPropertyInfo Latitude="51.51502984584" Longitude="-0.18058293694162" StarRating="4" HotelCode="47228|289480" HotelName="Chilworth Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125-129 Gloucester Terrace, Bayswater, London W2 6DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a0/00a01f09468483d15a1ce348c300c739adcd177e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Luxury Serviced Apartments in Bayswater: Chilworth Court Apartments offers a selection of 20 spaciou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272" OriginalAmount="272">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|13482" HotelName="The 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,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>
        <HotelDescription>&lt;br/&gt;This traditional 4 star London hotel is centrally located and is just 2 minutes from the nearest und...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.00" OriginalAmount="272.00">
      <BasicPropertyInfo Latitude="51.52890765" Longitude="-0.11763845" StarRating="0" HotelCode="793188|35_swinton_street_2" HotelName="35 Swinton Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>35 Swinton Street, Camden, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/21/3121d9329ff2f1ff3c78c04d567715fc5dddf2c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="272.74" OriginalAmount="272.74">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|625032" HotelName="PubLove @ The Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in London, this hostel is approximately 8.6 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.00" OriginalAmount="273.00">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|san_domenico_house" HotelName="San Domenico House" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.00" OriginalAmount="273.00">
      <BasicPropertyInfo Latitude="51.5208416" Longitude="-0.1593971" StarRating="2" HotelCode="267552|maryleb_inn" HotelName="Marylebone Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>119 Gloucester Place, London W1U 6JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/0e/c20ecf8c9529c0de47498d500836db0993c6798c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Hyde Park, Marylebone Inn Hotel is a perfect starting point from which to explore London....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="273.15" OriginalAmount="273.15">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|183898" HotelName="Conrad London St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.71" OriginalAmount="273.71">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|386495" 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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.73" OriginalAmount="273.73">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|1915595" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place, London W1H 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/0d/db0ddea8e9de3be08d440b0769de4fbe9550a0d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a peaceful location. In a number of minutes, guests will easily re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.00" OriginalAmount="274.00">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|the_arch_london" HotelName="The Prince Akatoki London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.00" OriginalAmount="274.00">
      <BasicPropertyInfo Latitude="51.496462698443" Longitude="-0.15566881349184" StarRating="3" HotelCode="903390|the_diplomat_hotel" HotelName="The Diplomat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chesham Street, London SW1X 8DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/73/80/73800612fa34f2f62cb0a6417409be57fdd3dc79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="274.26" OriginalAmount="274.26">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|2440965" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.41" OriginalAmount="275.41">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|351175" HotelName="Holiday Inn Oxford Circus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276" OriginalAmount="276">
      <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>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277" OriginalAmount="277">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|2156" HotelName="Treehouse London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the top end of fashionable Regent Street in one of the most exclusive areas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.00" OriginalAmount="277.00">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|the_capital_hotel" HotelName="The Capital" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.00" OriginalAmount="277.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4.5" HotelCode="986336|the_westin_london_city" HotelName="The Westin London City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 Upper Thames Street, London EC4V 3AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/a4/4fa4760d965296d55a73ddf0331f6eeb7dd80398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="277.74" OriginalAmount="277.74">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|934785" 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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="277.98" OriginalAmount="277.98">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|32964" 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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278" OriginalAmount="278">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|287736" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278" OriginalAmount="278">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.00" OriginalAmount="278.00">
      <BasicPropertyInfo Latitude="51.499124064552" Longitude="-0.13447925448418" StarRating="4" HotelCode="318126|st_ermins_hotel_autograph_collection" HotelName="St. Ermin's Hotel, Autograph Collection" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a splendid location from which it is easy to begin exploration of London's stunnin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="278.20" OriginalAmount="278.20">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|614588" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="278.25" OriginalAmount="278.25">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|CAQ456300" HotelName="Conrad London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.53" OriginalAmount="278.53">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|15006" HotelName="Sanderson London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in a lavish building dating back to the 1950s that lies on a side street...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279" OriginalAmount="279">
      <BasicPropertyInfo Latitude="51.51525152942" Longitude="-0.15928593692695" StarRating="5" HotelCode="14979|2148" HotelName="The Montcalm London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wallenberg Place, London W1H 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/0d/db0ddea8e9de3be08d440b0769de4fbe9550a0d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a peaceful location. In a number of minutes, guests will easily re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279" OriginalAmount="279">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is The Zetter Townhouse Marylebone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.00" OriginalAmount="279.00">
      <BasicPropertyInfo Latitude="51.490395" Longitude="-0.138633" StarRating="3" HotelCode="17547|sidney_hotel_london_victoria" 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>
        <HotelDescription>&lt;br/&gt;This city hotel is located close to the city centre and public transport links are to be found nearb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="279.73" OriginalAmount="279.73">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|33384" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.95" OriginalAmount="279.95">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|7553" HotelName="Royal Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.00" OriginalAmount="280.00">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|charing_cross" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="280.85" OriginalAmount="280.85">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|67883259" HotelName="Great Scotland Yard Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="280.94" OriginalAmount="280.94">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|122464" 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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281" OriginalAmount="281">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|32870" HotelName="Conrad London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281" OriginalAmount="281">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|36584" HotelName="Holiday Inn Oxford Circus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282" OriginalAmount="282">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a splendid location from which it is easy to begin exploration of London's stunnin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.00" OriginalAmount="283.00">
      <BasicPropertyInfo Latitude="51.544117" Longitude="-0.152299" StarRating="3" HotelCode="98726|camden_lock_hotel" HotelName="Selina Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Central Heating,Designated Smoking Area,Fax,Internet,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Chalk Farm Road, London NW1 8AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/55/1955a5af3db8808ce17df385531b7edb499aea59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284" OriginalAmount="284">
      <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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.00" OriginalAmount="284.00">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|intercontinental_london__westminster" HotelName="Conrad London St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="285.01" OriginalAmount="285.01">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|228056" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286" OriginalAmount="286">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.00" OriginalAmount="286.00">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|the_queens_gate_hotel" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated at the Royal Borough of Kensington and Chelsea, the Royal Albert Hall,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.00" OriginalAmount="286.00">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|batty_langleys" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="286.29" OriginalAmount="286.29">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|15007" HotelName="St. Martins Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>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>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of lively Covent Garden, in the theatre district and only a few ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287" OriginalAmount="287">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288" OriginalAmount="288">
      <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 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.00" OriginalAmount="288.00">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|w_london_leicester_square" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="288.78" OriginalAmount="288.78">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|7549" HotelName="London Hilton on Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="288.91" OriginalAmount="288.91">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|6547" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="289.05" OriginalAmount="289.05">
      <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 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="289.54" OriginalAmount="289.54">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|CAJ822900" HotelName="The Clermont, Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located along a main road some 500 m from Buckingham Palace and other top London attrac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="290.86" OriginalAmount="290.86">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|CAG698600" HotelName="London Hilton on Park Lane" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.00" OriginalAmount="291.00">
      <BasicPropertyInfo Latitude="51.48898953" Longitude="-0.14651681" StarRating="2" HotelCode="441224|publove_at_the_white_ferry_victoria__hostel" HotelName="The White Ferry House Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A Sutherland Street, London SW1V 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/91/019130bafbfbefc474d29ed12f3f2c4bdb654c99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.00" OriginalAmount="291.00">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|the_mandrake_hotel" HotelName="The Mandrake Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.38" OriginalAmount="291.38">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|734625" 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>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292" OriginalAmount="292">
      <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.34" OriginalAmount="292.34">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|365245" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.52" OriginalAmount="292.52">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|356985" 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>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of Mayfair. It is within 500 metres of Oxford Street an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="292.72" OriginalAmount="292.72">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|106037" HotelName="The Chesterfield Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of Mayfair. It is within 500 metres of Oxford Street an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.00" OriginalAmount="293.00">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|egerton_house_hotel" HotelName="Egerton House" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="293.15" OriginalAmount="293.15">
      <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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294" OriginalAmount="294">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.00" OriginalAmount="294.00">
      <BasicPropertyInfo Latitude="51.4527155" Longitude="-0.10079585" StarRating="0" HotelCode="583165|half_moon_5" HotelName="Half Moon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Half Moon Lane, Herne Hill, London SE24 9HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/37/15378e67d88ecf06fd92e31c4eec01de2bc6a766.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295" OriginalAmount="295">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|31759" HotelName="ME 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,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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="295.86" OriginalAmount="295.86">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|7555" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.23" OriginalAmount="296.23">
      <BasicPropertyInfo Latitude="51.4998611625" Longitude="-0.161455475" StarRating="4" HotelCode="114470|1551598" HotelName="The Levin" 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>28 Basil Street, Knightbridge, London SW3 1AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4c/a04c52f5de8ef3ecc41aa9c42405a01a3f44c979.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.31" OriginalAmount="296.31">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|32724" 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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297" OriginalAmount="297">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297" OriginalAmount="297">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|9498" HotelName="The Tavistock Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297" OriginalAmount="297">
      <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>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of Mayfair. It is within 500 metres of Oxford Street an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297" OriginalAmount="297">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|46457" HotelName="W London Leicester Square" 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>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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="297.57" OriginalAmount="297.57">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|74244" HotelName="The Tavistock Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="298.69" OriginalAmount="298.69">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|162374" HotelName="The Prince Akatoki London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The design hotel is set on a quiet residential street close to Marble Arch at the top of Park Lane a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.00" OriginalAmount="299.00">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|radisson_blu_edwardian_mercer_street_hotel_2" HotelName="Radisson Blu Edwardian Mercer Street 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,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>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="301.13" OriginalAmount="301.13">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|315401" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303" OriginalAmount="303">
      <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>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="303.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|no11_cadogan_gardens" 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>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304" OriginalAmount="304">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated at the Royal Borough of Kensington and Chelsea, the Royal Albert Hall,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="305.68" OriginalAmount="305.68">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|715409" HotelName="South Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is South Place Hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="305.91" OriginalAmount="305.91">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|614704" HotelName="The Gore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" 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, Kensington, London SW7 5EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a leafy avenue close to the Royal Albert Hall and just a short walk f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.00" OriginalAmount="306.00">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|the_ned" HotelName="The Ned London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.00" OriginalAmount="307.00">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|pan_pacific_london" HotelName="Pan Pacific London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="307.49" OriginalAmount="307.49">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|8900" HotelName="Holiday Inn Oxford Circus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The up market city hotel is located in London's city centre and Oxford Street (only 150 metres away)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.00" OriginalAmount="308.00">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|the_portobello_hotel" HotelName="Portobello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.11" OriginalAmount="308.11">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|384035" 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>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.57" OriginalAmount="308.57">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309" OriginalAmount="309">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|408398" HotelName="The Ned London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.00" OriginalAmount="309.00">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|hyatt_regency_london_the_churchill" HotelName="Hyatt Regency London - The Churchill" 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,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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="309.53" OriginalAmount="309.53">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|32614" 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>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.69" OriginalAmount="309.69">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|662501" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="309.73" OriginalAmount="309.73">
      <BasicPropertyInfo Latitude="51.53042" Longitude="-0.055908" StarRating="5" HotelCode="165985|139527" HotelName="Town Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located on Patriot Square in London. This property is centrally positioned in the heart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="310.25" OriginalAmount="310.25">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|32814" HotelName="Hyatt Regency London - The Churchill" 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,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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="310.58" OriginalAmount="310.58">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|1130751" HotelName="London Hilton on Park Lane" 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,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>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lies at the heart of London's district of Mayfair. There is a wonderful view of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.99" OriginalAmount="310.99">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|9221" HotelName="Radisson Blu Edwardian Bloomsbury Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated at the heart of London, just a short distance from the British Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.00" OriginalAmount="311.00">
      <BasicPropertyInfo Latitude="51.49732568" Longitude="-0.01896785" StarRating="0" HotelCode="973438|clover_court_by_q_apartments" 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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313" OriginalAmount="313">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313" OriginalAmount="313">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|373818" HotelName="The Gyle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.00" OriginalAmount="314.00">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|the_athenaeum" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="315.86" OriginalAmount="315.86">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|68004" 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>
        <HotelDescription>&lt;br/&gt;Centrally located in the elegant district of Mayfair, this luxury hotel enjoys a convenient position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="315.86" OriginalAmount="315.86">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|CAF956900" HotelName="The Royal Horseguards Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located a stone's throw from the Houses of Parliament, Trafalgar Square, and overlooks ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="315.86" OriginalAmount="315.86">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|CBF849100" HotelName="Page 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="315.86" OriginalAmount="315.86">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|CAU846500" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This fashionable, traditional hotel is located at the heart of London and is well served by public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316" OriginalAmount="316">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|199302" HotelName="Batty Langley's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316" OriginalAmount="316">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|360123" HotelName="Boundary" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Boundary.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.07" OriginalAmount="316.07">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|32624" 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>
        <HotelDescription>&lt;br/&gt;Set between the leafy Royal Parks and located in the heart of Mayfair, one of the capital's most pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317" OriginalAmount="317">
      <BasicPropertyInfo Latitude="51.505433" Longitude="-0.14911099999995" StarRating="3.5" HotelCode="170766|289481" HotelName="20 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hertford Street, Mayfair, London W1J 7RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/18/1018d366f1767dce1cf500b54aca2b6ee5f8cec1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318" OriginalAmount="318">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|11852" HotelName="Nobu Hotel London Portman Square" 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,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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318" OriginalAmount="318">
      <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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.00" OriginalAmount="318.00">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|marriott_london_grosvenor_square" HotelName="Marriott Grosvenor Square" 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,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>
        <HotelDescription>&lt;br/&gt;Centrally located in the elegant district of Mayfair, this luxury hotel enjoys a convenient position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.00" OriginalAmount="318.00">
      <BasicPropertyInfo Latitude="51.509916862386" Longitude="-0.12972503900528" StarRating="5" HotelCode="326443|radisson_blu_edwardian_hampshire_hotel" HotelName="Radisson Blu Edwardian Hampshire Hotel, London" 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,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>
        <HotelDescription>&lt;br/&gt;This city hotel is the perfect West End location, tucked away between the National Gallery and Leice...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="318.78" OriginalAmount="318.78">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|602976" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of the most exclusive areas of London and enjoys an ideal situation onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.00" OriginalAmount="321.00">
      <BasicPropertyInfo Latitude="51.5065718" Longitude="-0.14577026" StarRating="0" HotelCode="986349|the_mayfair_townhouse_by_iconic_luxury_hotels" HotelName="The Mayfair Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>27-41 Half Moon Street, London W1J 7BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/f6/a3f65fb4e3d568dc9a3417795d5f4acff22e3892.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="321.29" OriginalAmount="321.29">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|171406" HotelName="11 Cadogan Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victor...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322" OriginalAmount="322">
      <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>
        <HotelDescription>&lt;br/&gt;Centrally located in the elegant district of Mayfair, this luxury hotel enjoys a convenient position...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322" OriginalAmount="322">
      <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>
        <HotelDescription>&lt;br/&gt;Set between the leafy Royal Parks and located in the heart of Mayfair, one of the capital's most pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324" OriginalAmount="324">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="324.72" OriginalAmount="324.72">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|33174" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325" OriginalAmount="325">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|45435" HotelName="11 Cadogan Gardens" 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,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>
        <HotelDescription>&lt;br/&gt;Victoria Palace theatre lies 1.2 km away, as does Hyde Park Corner, Chelsea Bridge and Apollo Victor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="325.74" OriginalAmount="325.74">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|CAR208200" HotelName="Hilton Canary Wharf" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="326.53" OriginalAmount="326.53">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|711416" HotelName="Great Scotland Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="327.11" OriginalAmount="327.11">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|1551058" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329" OriginalAmount="329">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|17101" HotelName="Hilton Canary Wharf" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.00" OriginalAmount="329.00">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|the_may_fair" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.00" OriginalAmount="329.00">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|knightsbridge_hotel" HotelName="Knightsbridge Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="329.10" OriginalAmount="329.10">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|52774" HotelName="Hilton Canary Wharf" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="330.00" OriginalAmount="330.00">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|121246" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to Earls Court; just minutes from the Royal Albert Hall and the Natural...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.08" OriginalAmount="330.08">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|70989" HotelName="Hilton Canary Wharf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.75" OriginalAmount="330.75">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|7571" HotelName="The Tavistock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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, London WC1H 9EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a wonderful view of the Tavistock Square gardens in the heart of Bloomsbury. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="331" OriginalAmount="331">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|2162" HotelName="Hyatt Regency London - The Churchill" 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,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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.00" OriginalAmount="331.00">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|hilton_london_canary_wharf" HotelName="Hilton Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location for both business travellers and tourists, in one of the newest c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.00" OriginalAmount="333.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|adria_boutique_hotel" HotelName="Adria Boutique" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.60" OriginalAmount="333.60">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|625043" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334" OriginalAmount="334">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.00" OriginalAmount="335.00">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|london_marriott_hotel_park_lane" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.22" OriginalAmount="335.22">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|48124" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="335.49" OriginalAmount="335.49">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|33324" 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>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336" OriginalAmount="336">
      <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>
        <HotelDescription>&lt;br/&gt;This city hotel is the perfect West End location, tucked away between the National Gallery and Leice...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337" OriginalAmount="337">
      <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>
        <HotelDescription>&lt;br/&gt;This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338" OriginalAmount="338">
      <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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="338.28" OriginalAmount="338.28">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|939775" 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>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339" OriginalAmount="339">
      <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>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339" OriginalAmount="339">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|416429" HotelName="The Mandrake Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="339.71" OriginalAmount="339.71">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|8899" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="340.58" OriginalAmount="340.58">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|743033" HotelName="Royal Garden" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the heart of London's Royal Borough of Kensington and Chelsea,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.00" OriginalAmount="341.00">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|the_rookery_hotel" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.86" OriginalAmount="342.86">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343" OriginalAmount="343">
      <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>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.00" OriginalAmount="344.00">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|bedford" HotelName="The Bedford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the British Museum, between the West End with shopping venues, the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.00" OriginalAmount="344.00">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|belgravesa_thompson_hotel" HotelName="The Hari Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345" OriginalAmount="345">
      <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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.00" OriginalAmount="346.00">
      <BasicPropertyInfo Latitude="51.505433" Longitude="-0.14911099999995" StarRating="3.5" HotelCode="170766|20_hertford_street" HotelName="20 Hertford Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hertford Street, Mayfair, London W1J 7RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/18/1018d366f1767dce1cf500b54aca2b6ee5f8cec1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="346.39" OriginalAmount="346.39">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|934425" 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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is centrally located just a few paces from the famous Oxford Street shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.52" OriginalAmount="347.52">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|314006" HotelName="Kingsway Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="347.90" OriginalAmount="347.90">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|608854" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348" OriginalAmount="348">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant top-class hotel is centrally located at the heart of Belgravia and offers convenient li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.27" OriginalAmount="348.27">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|341405" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" 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,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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.00" OriginalAmount="349.00">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|the_trafalgar_hotel" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" 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,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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="349.25" OriginalAmount="349.25">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|9227" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated at the Royal Borough of Kensington and Chelsea, the Royal Albert Hall,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.28" OriginalAmount="349.28">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|33024" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel has an exclusive location in the famous Mayfair district of London. Various p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="349.82" OriginalAmount="349.82">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|83702" HotelName="JW Marriott Grosvenor House 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="351.57" OriginalAmount="351.57">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|32854" HotelName="InterContinental London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located and is perfect for guests looking for a sophisticated place to stay....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.00" OriginalAmount="352.00">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|grosvenor_house_a_jw_marriott_hotel" 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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="352.60" OriginalAmount="352.60">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|1047146" HotelName="Hyatt Regency London - The Churchill" 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,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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="352.71" OriginalAmount="352.71">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|CAF528000" HotelName="Nobu Hotel London Portman Square" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353" OriginalAmount="353">
      <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>
        <HotelDescription>&lt;br/&gt;This traditional hotel is centrally located just a few paces from the famous Oxford Street shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.00" OriginalAmount="353.00">
      <BasicPropertyInfo Latitude="51.511144653521" Longitude="-0.13121366500854" StarRating="4" HotelCode="189710|one_leicester_street" 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>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.57" OriginalAmount="353.57">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|2477345" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="353.59" OriginalAmount="353.59">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|CAG699000" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Located close to the centre of London where guests will discover many shopping and entertainment ven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.71" OriginalAmount="353.71">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|7552" HotelName="Flemings Mayfair Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is just a few steps away from Green Park, Piccadilly and the fascinating boutiques and res...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="353.94" OriginalAmount="353.94">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|1080818" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355" OriginalAmount="355">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356" OriginalAmount="356">
      <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>
        <HotelDescription>&lt;br/&gt;This first-class hotel has an exclusive location in the famous Mayfair district of London. Various p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.00" OriginalAmount="356.00">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|the_zetter_townhouse" HotelName="The Zetter Townhouse" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="356.90" OriginalAmount="356.90">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|101313" HotelName="St. James's Hotel and Club Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The secret of this intimate and elegant London townhouse hotel lies partly in its unrivalled locatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="357.45" OriginalAmount="357.45">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|135153" HotelName="Egerton House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet cul-de-sac in the heart of Knightsbridge, an exclusive and fashionab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="357.73" OriginalAmount="357.73">
      <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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360" OriginalAmount="360">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|55224" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.00" OriginalAmount="360.00">
      <BasicPropertyInfo Latitude="51.52950381" Longitude="-0.12223525" StarRating="3.5" HotelCode="518853|seven_apart" HotelName="Seven Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 15/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Argyle Square, Kings Cross, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1e/841e3f6bced5a4543ce1cb5c7be1ca77c200bce1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="360.15" OriginalAmount="360.15">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|1080868" HotelName="Portobello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361" OriginalAmount="361">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|10506" HotelName="InterContinental London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located and is perfect for guests looking for a sophisticated place to stay....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.00" OriginalAmount="361.00">
      <BasicPropertyInfo Latitude="51.523783385178" Longitude="-0.076182887766208" StarRating="3" HotelCode="199804|shoreditch_house" HotelName="Shoreditch House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ebor Street, Shoreditch, London E1 6AW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/45/4145b74ad19e7ec5fa7b41aa36ca3faa79ab562b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.44" OriginalAmount="361.44">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|316121" HotelName="Adria Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This clean, comfortable and affordable hotel ideally situated in the heart of Hammersmith, West Lond...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="361.54" OriginalAmount="361.54">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|7541" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362" OriginalAmount="362">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located in the heart of one of the most desirable locations in London’s Notti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.00" OriginalAmount="362.00">
      <BasicPropertyInfo Latitude="51.49145" Longitude="-0.15627" StarRating="4" HotelCode="199805|sloane_apartments" HotelName="The Apartments by Sloane Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 02/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Concierge,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15-19 Sloane Gardens, London SW1W 8EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a6/aba615e6ca456208e0deca888bcdeb580353ca1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is The Apartments by Sloane Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.00" OriginalAmount="362.00">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="0" HotelCode="986146|the_londoner" HotelName="The Londoner" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="363.59" OriginalAmount="363.59">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|1080898" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364" OriginalAmount="364">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.00" OriginalAmount="364.00">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|hazlitts_hotel" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.00" OriginalAmount="364.00">
      <BasicPropertyInfo Latitude="51.5108881" Longitude="-0.12387874" StarRating="4" HotelCode="558862|the_henrietta_hotel" HotelName="Henrietta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="366" OriginalAmount="366">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|31900" HotelName="JW Marriott Grosvenor House 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,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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.00" OriginalAmount="366.00">
      <BasicPropertyInfo Latitude="51.5135893" Longitude="-0.1325915" StarRating="3.5" HotelCode="199778|dean_street_townhouse_2" HotelName="Dean Street Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69-71 Dean Street, London W1D 3SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/ac/70ac83c6a55bf48f2fbd774d05d21ff1e66cb296.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="367" OriginalAmount="367">
      <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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="367" OriginalAmount="367">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Portobello.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.00" OriginalAmount="367.00">
      <BasicPropertyInfo Latitude="51.490600868249" Longitude="-0.14495156631949" StarRating="4" HotelCode="336018|artist_residence_london" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="367.62" OriginalAmount="367.62">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|746205" HotelName="Marriott London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="367.98" OriginalAmount="367.98">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|2057327" HotelName="The May Fair, A Radisson Collection Hotel" 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,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>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart London, in the exclusive district of Mayfair. Many pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.33" OriginalAmount="368.33">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|7556" HotelName="InterContinental London Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located and is perfect for guests looking for a sophisticated place to stay....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370" OriginalAmount="370">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|55087" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London (LON).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372" OriginalAmount="372">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|48502" HotelName="Marriott London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="373.46" OriginalAmount="373.46">
      <BasicPropertyInfo Latitude="51.52786908" Longitude="-0.13658654" StarRating="2" HotelCode="398181|625041" HotelName="The Exmouth Arms Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="373.75" OriginalAmount="373.75">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|818268" HotelName="ME London" 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,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>
        <HotelDescription>&lt;br/&gt;Situated south of Covent Garden, the hotel is just a 5-minute walk from the Temple Tube Station. Lei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="374" OriginalAmount="374">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375" OriginalAmount="375">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|2129" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.92" OriginalAmount="376.92">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|15777" HotelName="COMO Metropolitan London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel has an exclusive location in the famous Mayfair district of London. Various p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="378.00" OriginalAmount="378.00">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|608859" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" 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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.43" OriginalAmount="379.43">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|15775" HotelName="COMO The Halkin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This top-class hotel is centrally located, and countless shopping and entertainment venues are situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.00" OriginalAmount="380.00">
      <BasicPropertyInfo Latitude="51.498234080999" Longitude="-0.16526430845261" StarRating="5" HotelCode="32869|beaufort_house_knightsbridge" HotelName="Beaufort House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Beaufort Gardens 45, Knightsbridge, London SW3 1PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/60/3b60a8ac5bbf1a2f8a658be74277c459c8e39906.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.00" OriginalAmount="380.00">
      <BasicPropertyInfo Latitude="51.523775" Longitude="-0.140388" StarRating="2" HotelCode="94580|fitzroylondon" HotelName="Fitzroy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Fitzroy Street, London W1T 6DZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/28/212859ac3a04afad3964010789a56d30090855c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="380.96" OriginalAmount="380.96">
      <BasicPropertyInfo Latitude="51.544117" Longitude="-0.152299" StarRating="3" HotelCode="98726|4679805" HotelName="Selina Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Central Heating,Designated Smoking Area,Fax,Internet,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Chalk Farm Road, London NW1 8AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/55/1955a5af3db8808ce17df385531b7edb499aea59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="381" OriginalAmount="381">
      <BasicPropertyInfo Latitude="51.544117" Longitude="-0.152299" StarRating="3" HotelCode="98726|489615" HotelName="Selina Camden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Central Heating,Designated Smoking Area,Fax,Internet,Printer,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>89 Chalk Farm Road, London NW1 8AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/55/1955a5af3db8808ce17df385531b7edb499aea59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.73" OriginalAmount="382.73">
      <BasicPropertyInfo Latitude="51.522580044626" Longitude="-0.16056864831808" StarRating="4" HotelCode="30104|1632418" HotelName="Dorset Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.00" OriginalAmount="383.00">
      <BasicPropertyInfo Latitude="51.522580044626" Longitude="-0.16056864831808" StarRating="4" HotelCode="30104|dorset_square_hotel" HotelName="Dorset Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.00" OriginalAmount="384.00">
      <BasicPropertyInfo Latitude="51.51185378" Longitude="-0.17623075" StarRating="3" HotelCode="433324|fountain_house" HotelName="Fountain House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Lancaster Terrace, London W2 3PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e3/a4e3602cd9ef54b95f64606ed793d0326067c4fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="384.38" OriginalAmount="384.38">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|1151805" HotelName="InterContinental London Park Lane" Meals="ROOM ONLY,BREAKFAST FOR 2,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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located and is perfect for guests looking for a sophisticated place to stay....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="386.85" OriginalAmount="386.85">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|7545" HotelName="Hyatt Regency London - The Churchill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This popular luxury hotel is situated in the central location of Portman Square, close to Hyde Park ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.00" OriginalAmount="387.00">
      <BasicPropertyInfo Latitude="51.51109252" Longitude="-0.19812372" StarRating="3.5" HotelCode="434778|6_portobello_road" HotelName="6 Portobello Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Portobello Road, Notting Hill Gate, London, W11 3DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/32/35323ef642200237f7d57bb570f64f53669f663d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 6 Portobello Road.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="387.75" OriginalAmount="387.75">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|32944" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, directly on Regent Street, close to Oxford Street and B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="388.48" OriginalAmount="388.48">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="5" HotelCode="986146|43991592" HotelName="The Londoner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="388.76" OriginalAmount="388.76">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|32934" HotelName="The Landmark London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389" OriginalAmount="389">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.13" OriginalAmount="389.13">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="150668|481061" HotelName="La Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Nottingham Place, London W1U 5LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f9/d1f92bedbbfbe0bb02134ffc4ebde03c5410dd9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is La Place.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="390.28" OriginalAmount="390.28">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|13885" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This exclusive luxury hotel is located in the heart of Mayfair, one of London’s most celebrated neig...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391" OriginalAmount="391">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="391.26" OriginalAmount="391.26">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|15170" HotelName="The Capital" 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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="392.96" OriginalAmount="392.96">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|26120" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.00" OriginalAmount="395.00">
      <BasicPropertyInfo Latitude="51.50987422" Longitude="-0.12347783" StarRating="0" HotelCode="788875|the_nadler_covent_garden" HotelName="The Nadler Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="395.60" OriginalAmount="395.60">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|718350" HotelName="Nobu Hotel London Portman Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 11/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This deluxe city hotel is located just a stone's throw away from the legendary Oxford Street. The ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396" OriginalAmount="396">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|2144" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, directly on Regent Street, close to Oxford Street and B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.00" OriginalAmount="398.00">
      <BasicPropertyInfo Latitude="51.517293395556" Longitude="-0.15000305012734" StarRating="4" HotelCode="263503|aka_maryleb" HotelName="AKA Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Bentinck Street, Marylebone, London W1U 2EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/17/941798b8708a6fc52cec3dd1981882f95d7e9c59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="400.04" OriginalAmount="400.04">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|CAF962700" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;Explore central London from this boutique-style hotel with a prime location on the south side of Tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.00" OriginalAmount="402.00">
      <BasicPropertyInfo Latitude="51.512969" Longitude="-0.152319" StarRating="5" HotelCode="310898|the_beaumont_2" HotelName="The Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404" OriginalAmount="404">
      <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="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="406" OriginalAmount="406">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 73 rooms. Services and facilities at the hotel include a restaurant, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.00" OriginalAmount="406.00">
      <BasicPropertyInfo Latitude="51.51798231" Longitude="-0.1202189" StarRating="5" HotelCode="775208|loscar_london" HotelName="L’oscar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.00" OriginalAmount="406.00">
      <BasicPropertyInfo Latitude="51.51229283" Longitude="-0.17984917" StarRating="0" HotelCode="986340|hapimag_apartments_london" HotelName="Hapimag Apartments London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23-26 Lancaster Gate, Westminster Borough, London W2 3LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/96/b59630fd505dad95520ecbf6880511ae076df200.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="411.73" OriginalAmount="411.73">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|228116" HotelName="The Bedford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the British Museum, between the West End with shopping venues, the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.00" OriginalAmount="412.00">
      <BasicPropertyInfo Latitude="51.501084" Longitude="-0.181615" StarRating="4.5" HotelCode="808152|lux_london_hyde_park_gate" HotelName="35 Hyde Park Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Hyde Park Gate, SW7 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/26/c8267e4b44ffa150ab6af6caffd4694c6092d3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413" OriginalAmount="413">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Mayfair, London's premier hotel district. With its unparalleled...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413" OriginalAmount="413">
      <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="Free CXL until 15/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="414.39" OriginalAmount="414.39">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|7547" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.48" OriginalAmount="416.48">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|6623" HotelName="Sheraton Grand London Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piccadilly, London W1J 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/a4/d3a483e9ceb663125b76f53bf1e328bbe94a2f2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located close to Buckingham Palace, and within a few paces of the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="421.00" OriginalAmount="421.00">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|1718798" HotelName="Number Sixteen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.00" OriginalAmount="421.00">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|number_sixteen" HotelName="Number Sixteen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="421.88" OriginalAmount="421.88">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="422.23" OriginalAmount="422.23">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|312257" HotelName="Admiral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426" OriginalAmount="426">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London. For those in need of an adults-only holiday, it provide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428" OriginalAmount="428">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.00" OriginalAmount="428.00">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|marriott_london_county_hall" HotelName="Marriott London County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="437.06" OriginalAmount="437.06">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|1348262" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a splendid location very close to the shopping areas of Bond Street and Oxf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.23" OriginalAmount="438.23">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|45904" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of London and offers views out over Kensington Palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="438.70" OriginalAmount="438.70">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|1595930" HotelName="The Landmark London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" 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>
        <HotelDescription>&lt;br/&gt;This historic luxury spa hotel lies within a short distance of Regents Park, just a few kilometres f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440" OriginalAmount="440">
      <BasicPropertyInfo Latitude="51.517293395556" Longitude="-0.15000305012734" StarRating="4" HotelCode="263503|457950" HotelName="AKA Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Bentinck Street, Marylebone, London W1U 2EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/17/941798b8708a6fc52cec3dd1981882f95d7e9c59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="441.37" OriginalAmount="441.37">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|6634" HotelName="The President Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street, London WC1N 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Bloomsbury, only a short walk from the theatres, Convent Garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="445" OriginalAmount="445">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cheval Phoenix House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="447" OriginalAmount="447">
      <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="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located near the British Museum, between the West End with shopping venues, the theatr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="454.66" OriginalAmount="454.66">
      <BasicPropertyInfo Latitude="51.498225768117" Longitude="-0.1435808740631" StarRating="5" HotelCode="104131|372965" 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>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.00" OriginalAmount="455.00">
      <BasicPropertyInfo Latitude="51.498225768117" Longitude="-0.1435808740631" StarRating="5" HotelCode="104131|forty_one" HotelName="41 Hotel" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.00" OriginalAmount="457.00">
      <BasicPropertyInfo Latitude="51.492332479851" Longitude="-0.16479287235256" StarRating="4" HotelCode="285086|nell_gwynn_house_apartments" HotelName="Nell Gwynn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This complex welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="462" OriginalAmount="462">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel overlooks the Royal Mews at Buckingham Palace and is just a short walk away from the Roya...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="463" OriginalAmount="463">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464" OriginalAmount="464">
      <BasicPropertyInfo Latitude="51.506762066506" Longitude="-0.1466176134079" StarRating="4" HotelCode="174961|199215" HotelName="44 Curzon Street by Mansley Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Curzon Street, Mayfair, London W1J 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/f4/62f4dbcbfd63f57beda8d87d0007260f7193cba0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is 44 Curzon Street by Mansley Apartments.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="468.27" OriginalAmount="468.27">
      <BasicPropertyInfo Latitude="51.505857654548" Longitude="-0.14048337936401" StarRating="5" HotelCode="115450|388285" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in historic St James's, 500 m from Piccadilly and only 5 minutes' walk from Old...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="473.00" OriginalAmount="473.00">
      <BasicPropertyInfo Latitude="51.494047" Longitude="-0.15739" StarRating="5" HotelCode="263508|cheval_phoenix_house" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London. The nearest airport is Cheval Phoenix House.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="475" OriginalAmount="475">
      <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>
        <HotelDescription>&lt;br/&gt;The hotel is located in historic St James's, 500 m from Piccadilly and only 5 minutes' walk from Old...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="476.01" OriginalAmount="476.01">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|8898" HotelName="Radisson Blu Edwardian Mercer Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This prestigious city hotel is situated at the heart of popular Convent Garden. Numerous shops, a ra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.97" OriginalAmount="477.97">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|876461" HotelName="Pan Pacific London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="481.53" OriginalAmount="481.53">
      <BasicPropertyInfo Latitude="51.511531" Longitude="-0.119286" StarRating="5" HotelCode="15417|52964" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482" OriginalAmount="482">
      <BasicPropertyInfo Latitude="51.49145" Longitude="-0.15627" StarRating="4" HotelCode="199805|416314" HotelName="The Apartments by Sloane Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 02/03/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Concierge,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15-19 Sloane Gardens, London SW1W 8EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a6/aba615e6ca456208e0deca888bcdeb580353ca1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in London. The nearest airport is The Apartments by Sloane Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.00" OriginalAmount="487.00">
      <BasicPropertyInfo Latitude="51.511531" Longitude="-0.119286" StarRating="5" HotelCode="15417|one_aldwych" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="489" OriginalAmount="489">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="495.59" OriginalAmount="495.59">
      <BasicPropertyInfo Latitude="51.511144653521" Longitude="-0.13121366500854" StarRating="4" HotelCode="189710|231021" HotelName="Leicester House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This charming property offering luxurious boutique rooms is housed in a 5-storey Georgian building. ...</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="502" OriginalAmount="502">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|61764" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e2/7ce2df5210f84813cebd1afdba21667e470521b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="504" OriginalAmount="504">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is No 1 The Mansions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="504.83" OriginalAmount="504.83">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|40388" HotelName="The Milestone Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located directly in the centre of London and offers views out over Kensington Palace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="506" OriginalAmount="506">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Cheval Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.09" OriginalAmount="509.09">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|75534" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.00" OriginalAmount="515.00">
      <BasicPropertyInfo Latitude="51.49876156976" Longitude="-0.16644406564137" StarRating="5" HotelCode="263507|cheval_knightsbridge" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Cheval Knightsbridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="518" OriginalAmount="518">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|33765" 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" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="518.76" OriginalAmount="518.76">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|990635" HotelName="Rosewood London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.00" OriginalAmount="519.00">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|the_goring" HotelName="The Goring" Meals="ROOM ONLY" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2f0334d4d18db6a408ba1949a0c3aa8c9d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.00" OriginalAmount="519.00">
      <BasicPropertyInfo Latitude="51.494386973724" Longitude="-0.1841045303272" StarRating="5" HotelCode="263506|cheval_gloucester_park_2" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.00" OriginalAmount="519.00">
      <BasicPropertyInfo Latitude="51.50239055255" Longitude="-0.15369818406145" StarRating="5" HotelCode="263536|the_wellesley" HotelName="The Wellesley Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Knightsbridge, London SW1X 7LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/9c/f79cb9f28dc904d68fca85346356ca27fc84da46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.61" OriginalAmount="519.61">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|76394" HotelName="The Goring" Meals="ROOM ONLY" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2f0334d4d18db6a408ba1949a0c3aa8c9d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="520.00" OriginalAmount="520.00">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|rosewood_london_2" HotelName="Rosewood London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="528" OriginalAmount="528">
      <BasicPropertyInfo Latitude="51.497539447614" Longitude="-0.14569759368897" StarRating="5" HotelCode="65378|31893" HotelName="The Goring" Meals="ROOM ONLY" 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,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beeston Place, London SW1W 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/be/f0be2f0334d4d18db6a408ba1949a0c3aa8c9d5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated a couple of minutes' stroll from Buckingham Palace, this charming hotel could not be better...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="531.47" OriginalAmount="531.47">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|6558" 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>
        <HotelDescription>&lt;br/&gt;This historical city hotel enjoys a wonderfully prestigious position on Park Lane, within a few pace...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="534.37" OriginalAmount="534.37">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.64" OriginalAmount="542.64">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|1080808" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="547" OriginalAmount="547">
      <BasicPropertyInfo Latitude="51.4968746" Longitude="-0.12906368" StarRating="0" HotelCode="986386|444253" HotelName="Hope House Residences by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Great Peter Street, Westminster Borough, London SW1P 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/95/a6950d2c887869877661c05ee616c80f8368e8f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.00" OriginalAmount="547.00">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|charlotte_street_hotel" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="550" OriginalAmount="550">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|39757" HotelName="Rosewood London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="550.17" OriginalAmount="550.17">
      <BasicPropertyInfo Latitude="51.48898953" Longitude="-0.14651681" StarRating="2" HotelCode="441224|625044" HotelName="The White Ferry House Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>1A Sutherland Street, London SW1V 4LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/91/019130bafbfbefc474d29ed12f3f2c4bdb654c99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in London, this hostel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="551.19" OriginalAmount="551.19">
      <BasicPropertyInfo Latitude="51.49701049" Longitude="-0.11289727" StarRating="2" HotelCode="386109|625042" HotelName="The Steam Engine Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>41-42 Cosser Street, London SE1 7BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e2/7ce2df5210f84813cebd1afdba21667e470521b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in London. The nearest airport is The Steam Engine Waterloo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="555.79" OriginalAmount="555.79">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|33294" 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>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556" OriginalAmount="556">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556" OriginalAmount="556">
      <BasicPropertyInfo Latitude="51.50239055255" Longitude="-0.15369818406145" StarRating="5" HotelCode="263536|57576" HotelName="The Wellesley Knightsbridge, a Luxury Collection Hotel, 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Knightsbridge, London SW1X 7LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/9c/f79cb9f28dc904d68fca85346356ca27fc84da46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.00" OriginalAmount="557.00">
      <BasicPropertyInfo Latitude="51.51009966" Longitude="-0.07802517" StarRating="5" HotelCode="498750|four_seasons_hotel_london_at_ten_trinity_square" HotelName="Four Seasons Hotel London At Ten Trinity Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="560.68" OriginalAmount="560.68">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|1101401" HotelName="Rosewood London" 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,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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="561.00" OriginalAmount="561.00">
      <BasicPropertyInfo Latitude="51.499363377735" Longitude="-0.16051670498756" StarRating="3" HotelCode="901969|searcys_roof_garden_rooms_2" HotelName="Searcys" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Pavilion Road, London SW1X 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/13/9713535ab2d5d6924785f89e95700e5df501dbe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 11 rooms. Services and facilities at the hotel include a conferen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="561.84" OriginalAmount="561.84">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|14004" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 09/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="562" OriginalAmount="562">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563" OriginalAmount="563">
      <BasicPropertyInfo Latitude="51.51009966" Longitude="-0.07802517" StarRating="5" HotelCode="498750|199414" HotelName="Four Seasons Hotel London At Ten Trinity Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="563.00" OriginalAmount="563.00">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4.5" HotelCode="114576|47_park_street_by_marriott_grand_residence_club" HotelName="Grand Residences by Marriott - Mayfair-London - 47 Park Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Park Street, Mayfair, London W1K 7EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/04/fa049c90cc4edf14ae362304196291c44d7a759a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a tranquil haven at the very heart of all that London has to offer, with the most excl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569" OriginalAmount="569">
      <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>
        <HotelDescription>&lt;br/&gt;Queensgate Court, at 24 Queen's Gate, South Kensington, offers superior accommodation in one of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="570.00" OriginalAmount="570.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|cafe_royal_hotel" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="570.21" OriginalAmount="570.21">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|632344" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 08/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="571.34" OriginalAmount="571.34">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|CAV694300" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="576" OriginalAmount="576">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|31419" HotelName="Cafe Royal" 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,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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="578" OriginalAmount="578">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="580" OriginalAmount="580">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="582.35" OriginalAmount="582.35">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|6613" HotelName="The Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant, well-known hotel is situated directly beside the River Thames and in Convent Garden at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="585.13" OriginalAmount="585.13">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|1809348" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="591.48" OriginalAmount="591.48">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|CAF566400" HotelName="Rosewood London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is centrally located in the London district of Holburn. The British M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.00" OriginalAmount="599.00">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|shangri_la_hotel_at_the_shard_london" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="602" OriginalAmount="602">
      <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>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural Histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="602.36" OriginalAmount="602.36">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4.5" HotelCode="114576|934415" HotelName="Grand Residences by Marriott - Mayfair-London - 47 Park Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Park Street, Mayfair, London W1K 7EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/04/fa049c90cc4edf14ae362304196291c44d7a759a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a tranquil haven at the very heart of all that London has to offer, with the most excl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.50" OriginalAmount="603.50">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|1444848" 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>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural Histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="605.62" OriginalAmount="605.62">
      <BasicPropertyInfo Latitude="51.509397691259" Longitude="-0.13622939586639" StarRating="5" HotelCode="13969|32954" 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>
        <HotelDescription>&lt;br/&gt;This refined city hotel is located at the heart of London, just a stone's throw from Piccadilly Circ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="606" OriginalAmount="606">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986370|425592" HotelName="Soho Lofts by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>58 Bourchier Street, Soho, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/34/1a349835341f5292557d0298f2e32bb74091c9c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="607" OriginalAmount="607">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.00" OriginalAmount="607.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|the_soho_hotel" HotelName="The Soho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.00" OriginalAmount="607.00">
      <BasicPropertyInfo Latitude="51.499136180893" Longitude="-0.18023714351648" StarRating="4" HotelCode="498306|queensgate_court" 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>
        <HotelDescription>&lt;br/&gt;Queensgate Court, at 24 Queen's Gate, South Kensington, offers superior accommodation in one of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="607.25" OriginalAmount="607.25">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|74114" HotelName="The Soho Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="609" OriginalAmount="609">
      <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>
        <HotelDescription>&lt;br/&gt;This refined city hotel is located at the heart of London, just a stone's throw from Piccadilly Circ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="617" OriginalAmount="617">
      <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="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="619.00" OriginalAmount="619.00">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|claverley" 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>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620" OriginalAmount="620">
      <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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.00" OriginalAmount="620.00">
      <BasicPropertyInfo Latitude="51.509081" Longitude="-0.15471500000001" StarRating="5" HotelCode="199827|grosvenor_house_apartments_by_jumeirah_living" HotelName="Grosvenor House Suites by Jumeirah Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Park Lane, Corner of Mount street, London W1K 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0b/d10b18f55ab9c2aea4f7f3d7f2ec41216538ca6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the suburbs of London, 100 m from the centre, close to Grosvenor Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623" OriginalAmount="623">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="630.00" OriginalAmount="630.00">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|ham_yard_hotel" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="632" OriginalAmount="632">
      <BasicPropertyInfo Latitude="51.51075134" Longitude="-0.12828794" StarRating="0" HotelCode="966750|444317" HotelName="Native Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Charing Cross Road, Westminster Borough, London WC2H 0HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1f/b01fb726b67146ad85ba79bc51604b41ba7dbfc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="636.00" OriginalAmount="636.00">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|CAW518600" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="640" OriginalAmount="640">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|58384" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="641.57" OriginalAmount="641.57">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|313685" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.00" OriginalAmount="642.00">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|130_queens_gate_apartments" 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>
        <HotelDescription>&lt;br/&gt;The ultra-luxurious neo-classical apartments are approximately a 5-minute walk to the Natural Histor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="644.46" OriginalAmount="644.46">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|32404" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel lies at the heart of the central district of Knightsbridge. The famous Har...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="654.55" OriginalAmount="654.55">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|70394" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.00" OriginalAmount="656.00">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|haymarket_hotel" HotelName="Haymarket Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="656.10" OriginalAmount="656.10">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|1433818" HotelName="Haymarket Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="657" OriginalAmount="657">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659" OriginalAmount="659">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="660.00" OriginalAmount="660.00">
      <BasicPropertyInfo Latitude="51.505857654548" Longitude="-0.14048337936401" StarRating="5" HotelCode="115450|the_stafford_london_by_kempinski" HotelName="The Stafford London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is located in historic St James's, 500 m from Piccadilly and only 5 minutes' walk from Old...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.00" OriginalAmount="662.00">
      <BasicPropertyInfo Latitude="51.50643159" Longitude="-0.15184217" StarRating="5" HotelCode="199759|45_park_lane" HotelName="45 Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.00" OriginalAmount="663.00">
      <BasicPropertyInfo Latitude="51.494301" Longitude="-0.18592149" StarRating="4" HotelCode="433674|ashburn_court_apartments_" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="665.00" OriginalAmount="665.00">
      <BasicPropertyInfo Latitude="51.493024" Longitude="-0.177193" StarRating="4" HotelCode="170767|manson_place" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located in London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="667" OriginalAmount="667">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is London - Heathrow (LHR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="667.00" OriginalAmount="667.00">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|cadogan_hotel" 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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="672" OriginalAmount="672">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|13323" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="674" OriginalAmount="674">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="675.62" OriginalAmount="675.62">
      <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 14/03/2026">
        <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>
        <HotelDescription>&lt;br/&gt;This city hotel is located halfway down Sloane Street, on the corner of Pont Street. In only a few m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="692.73" OriginalAmount="692.73">
      <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 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="692.84" OriginalAmount="692.84">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|1061968" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="698.68" OriginalAmount="698.68">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|32484" HotelName="The Connaught" 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,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carlos Place, Mayfair, London W1K 2AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c0431661781a970941356d05ff16fb5f27a17c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the beautiful historic Mayfair district, with its many antique shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="701" OriginalAmount="701">
      <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>
        <HotelDescription>&lt;br/&gt;Serviced apartments in affluent Belgravia: Chesham Court, located right next door to the buzz of Kni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="713.93" OriginalAmount="713.93">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|32974" HotelName="Mandarin Oriental Hyde Park London" 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,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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="720" OriginalAmount="720">
      <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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel lies at the heart of the central district of Knightsbridge. The famous Har...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="726.34" OriginalAmount="726.34">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|1080858" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="730.46" OriginalAmount="730.46">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|32424" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="739" OriginalAmount="739">
      <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="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="745" OriginalAmount="745">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|53780" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.00" OriginalAmount="749.00">
      <BasicPropertyInfo Latitude="51.497586453552" Longitude="-0.15632145767211" StarRating="3" HotelCode="498404|chesham_court" 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>
        <HotelDescription>&lt;br/&gt;Serviced apartments in affluent Belgravia: Chesham Court, located right next door to the buzz of Kni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="756.64" OriginalAmount="756.64">
      <BasicPropertyInfo Latitude="51.509397691259" Longitude="-0.13622939586639" StarRating="5" HotelCode="13969|6556" HotelName="The Dilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This refined city hotel is located at the heart of London, just a stone's throw from Piccadilly Circ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="770" OriginalAmount="770">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|53781" HotelName="Mandarin Oriental Hyde Park London" 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,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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="770.33" OriginalAmount="770.33">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|136945" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in London. The nearest airport is Marriott London County Hall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="770.80" OriginalAmount="770.80">
      <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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.00" OriginalAmount="786.00">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|corinthia_hotel_london" HotelName="Corinthia Hotel London" 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="789" OriginalAmount="789">
      <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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="792.00" OriginalAmount="792.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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="794" OriginalAmount="794">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|37419" HotelName="Corinthia Hotel 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,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>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated within a 5-minute walk from Trafalgar Square. Westminster is 1.5 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="803" OriginalAmount="803">
      <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 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="803" OriginalAmount="803">
      <BasicPropertyInfo Latitude="51.507059678518" Longitude="-0.15239238739014" StarRating="5" HotelCode="26019|61750" HotelName="The Dorchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>53 Park Lane, Mayfair, London W1K 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/66/e96652c202ab219efbc385f6aa0156274bb6d33f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located at the heart of London directly opposite Hyde Park and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="804.01" OriginalAmount="804.01">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|CAF935200" HotelName="Brown's Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="805.05" OriginalAmount="805.05">
      <BasicPropertyInfo Latitude="51.507059678518" Longitude="-0.15239238739014" StarRating="5" HotelCode="26019|32584" HotelName="The Dorchester" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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>53 Park Lane, Mayfair, London W1K 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/66/e96652c202ab219efbc385f6aa0156274bb6d33f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located at the heart of London directly opposite Hyde Park and within walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="806.72" OriginalAmount="806.72">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|9472" HotelName="Jumeirah Carlton Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="824.70" OriginalAmount="824.70">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|33234" HotelName="The Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Piccadilly, W1J 9BR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/85/5a85b3d70a7c04685bddea85759e72263baddd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies on Piccadilly, at the heart of London and is the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="824.82" OriginalAmount="824.82">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|9244" HotelName="Brown's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.00" OriginalAmount="826.00">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|the_ritz_london" HotelName="The Ritz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Piccadilly, W1J 9BR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/85/5a85b3d70a7c04685bddea85759e72263baddd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies on Piccadilly, at the heart of London and is the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="827.00" OriginalAmount="827.00">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|rocco_forte_browns_hotel" HotelName="Brown's Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="834.43" OriginalAmount="834.43">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|CAF527600" HotelName="Jumeirah Carlton Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="835.87" OriginalAmount="835.87">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|32414" HotelName="Brown's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="837" OriginalAmount="837">
      <BasicPropertyInfo Latitude="51.5110474" Longitude="-0.1550269" StarRating="4.5" HotelCode="114576|54247" HotelName="Grand Residences by Marriott - Mayfair-London - 47 Park Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Park Street, Mayfair, London W1K 7EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/04/fa049c90cc4edf14ae362304196291c44d7a759a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a tranquil haven at the very heart of all that London has to offer, with the most excl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="838" OriginalAmount="838">
      <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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="839" OriginalAmount="839">
      <BasicPropertyInfo Latitude="51.507253334969" Longitude="-0.14165014028549" StarRating="5" HotelCode="16765|4780" HotelName="The Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 Piccadilly, W1J 9BR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/85/5a85b3d70a7c04685bddea85759e72263baddd70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies on Piccadilly, at the heart of London and is the ideal starting point...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="843.58" OriginalAmount="843.58">
      <BasicPropertyInfo Latitude="51.493884225961" Longitude="-0.1897182465353" StarRating="2" HotelCode="36433|314411" HotelName="Exhibition Court 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Collingham Place, London, Greater London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/10/3910f7fbc3f414ad4ceb7d1bac997797b5e76199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="845.00" OriginalAmount="845.00">
      <BasicPropertyInfo Latitude="51.501567357258" Longitude="-0.16282548710251" StarRating="5" HotelCode="186632|bulgari_hotel__residences" 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>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="849.00" OriginalAmount="849.00">
      <BasicPropertyInfo Latitude="51.501459746214" Longitude="-0.18402544049286" StarRating="5" HotelCode="263509|cheval_thorney_court" 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>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="861.00" OriginalAmount="861.00">
      <BasicPropertyInfo Latitude="51.493884225961" Longitude="-0.1897182465353" StarRating="2" HotelCode="36433|exhibition_court_hotel_4" HotelName="Exhibition Court 4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Collingham Place, London, Greater London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/10/3910f7fbc3f414ad4ceb7d1bac997797b5e76199.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="901.00" OriginalAmount="901.00">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|CAF935400" HotelName="Mandarin Oriental Hyde Park London" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="903.52" OriginalAmount="903.52">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|32454" HotelName="Claridge's" 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,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/53/fd53cce645423d26d3411cf132b06d8e56809350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="912.00" OriginalAmount="912.00">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|claridges" HotelName="Claridge's" 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,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/53/fd53cce645423d26d3411cf132b06d8e56809350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="928" OriginalAmount="928">
      <BasicPropertyInfo Latitude="51.512627" Longitude="-0.147828" StarRating="5" HotelCode="47499|37428" HotelName="Claridge's" 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,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brook Street, Mayfair, London W1K 4HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/53/fd53cce645423d26d3411cf132b06d8e56809350.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional luxury hotel is located just 500 m from famous Oxford Street, close to Bond Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="962.88" OriginalAmount="962.88">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|9222" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <HotelDescription>&lt;br/&gt;This elegant first-class hotel is ideally located opposite Hyde Park, close to Knightsbridge, Piccad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="987.59" OriginalAmount="987.59">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|7548" HotelName="Mandarin Oriental Hyde Park London" Meals="ROOM ONLY" 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,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>
        <HotelDescription>&lt;br/&gt;This accredited luxury hotel is fantastically located at the heart of prestigious Knightsbridge. Man...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1002.96" OriginalAmount="1002.96">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|150170" 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>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated on Cadogan Place. Countless shopping and entertainme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1005.98" OriginalAmount="1005.98">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|935437" HotelName="Royal Lancaster London" 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,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>
        <HotelDescription>&lt;br/&gt;This conference hotel is located close to Hyde Park, Oxford Street and Lancaster Gate underground st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1007.65" OriginalAmount="1007.65">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|066192" HotelName="Brown's Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel enjoys an idyllic location in the fabulous Mayfair district of the Londo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1022.25" OriginalAmount="1022.25">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|959705" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1033.41" OriginalAmount="1033.41">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|971325" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="ROOM ONLY" 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>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies at the heart of London, close to Buckingham Palace and the Houses of Parliame...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1177.63" OriginalAmount="1177.63">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|107254" HotelName="The Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" 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>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located, close to Kensington Gardens, in the elegant borough of Kensington. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1255" OriginalAmount="1255">
      <BasicPropertyInfo Latitude="51.510226525949" Longitude="-0.1496484875679" StarRating="5" HotelCode="28666|37427" HotelName="The Connaught" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Carlos Place, Mayfair, London W1K 2AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/04/3c0431661781a970941356d05ff16fb5f27a17c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the beautiful historic Mayfair district, with its many antique shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1325.00" OriginalAmount="1325.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|837418" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of London.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1523.61" OriginalAmount="1523.61">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|107253" 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>
        <HotelDescription>&lt;br/&gt;Situated in the heart of London's West End, guests just need to cross Bond Street to enter Marylebon...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1547.55" OriginalAmount="1547.55">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|826240" HotelName="The Capital" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,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>
        <HotelDescription>&lt;br/&gt;This attractive luxury hotel is located at the heart of the exclusive Knightsbridge district of Lond...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Lounge,Massage Centre,Bicycle Rental,Designated Smoking Area,Nightclub,Jacuzzi,Sauna,Swimming Pool,Golf,Heated Pool,Garden,Spa,Kitchen,Wake-up Call Service,24 Hour Power Supply,24 Hour Security,Printer,24 Hour Front Desk,Concierge,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Parking,24 Hour Room Service,ATM/Cash Machine,Beauty Salon,Business Centre,Coffee Shop,Dry Cleaning,Library,Meeting Room,Airport Transfer (on Demand),Banquet Hall,Valet Parking,Smoking Rooms,Dining,Pets allowed,Babysitting,Boutique,Vending Machine</BasicAmenities>
    <HotelRating>4,3,5,2,1.5,3.5,4.5,2.5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,GUESTHOUSE,SPA HOTEL,APARTMENT HOTEL,AIRPORT HOTEL,ECO HOTEL,HOSTEL,HOTEL,CLUB RESORT,APARTHOTEL,COUNTRY HOUSE,GUEST HOUSES,HOSTELS,INNS,APARTMENT,BED AND BREAKFASTS,BOUTIQUE HOTEL,RESIDENCES</PropertyType>
  </Filter>
</HotelSearchRS>||True